-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hello, I'm trying to export my contacts after I successfully logged in with linkedin oauth. but encounter error Not enough permissions to access: contactExporterTasks.CREATE.NO_VERSION
I'm doing like
const linkedinResponse = await fetch("https://api.linkedin.com/v1/contactExporterTasks", {
method: "POST",
headers: {
"Authorization": `Bearer ${linkedinToken}`,
"Content-Type": "application/json",
"X-Restli-Protocol-Version": "2.0.0",
},
});
my stack is nextjs + supabase. my linkedin app is reviewed and approved. I also see on Inspect auth scope info like
Authentication type: 3-legged
Permissions: email, openid, profile, w_member_social
Status: OAuth token is active
I didn't find any additional source how to turn on exaclty contacts sync. But I see on the microsoft documentation there is a people api. Where I can turn it on?
Would be grateful for any clues and hints
Metadata
Metadata
Assignees
Labels
No labels