Skip to content

issue with contactExporterTasks #39

@ddtch

Description

@ddtch

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions