Skip to content

{'serviceErrorCode': 100, 'message': 'Not enough permissions to access: GET /me', 'status': 403} #49

@rsforbes

Description

@rsforbes

I was running the Simple API Request Example in the README.md and receiving the error in the title.

from linkedin_api.clients.restli.client import RestliClient

restli_client = RestliClient()

response = restli_client.get(
  resource_path="/me",
  access_token=<THREE_LEGGED_ACCESS_TOKEN>
)
print(response.entity)

I have a three legged access token, but perhaps I'm not understanding "Request access to the Sign In With LinkedIn API product." The only product that appeared available on the Products Page for my app was "Share on LinkedIn" and "OpenID Connect". The others appear to be more indepeth.

I'm thinking I've overlooked something drastically simple and just don't see it?

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