Skip to content

In GetApplicationToken.py the app_scope too is too broad. #9

@matecsaj

Description

@matecsaj

app_scopes = ["https://api.ebay.com/oauth/api_scope", "https://api.ebay.com/oauth/api_scope/buy.item.feed"]

should be

app_scopes = ["https://api.ebay.com/oauth/api_scope"]

or this will occur

Error: invalid_scope - The requested scope is invalid, unknown, malformed, or exceeds the scope granted to the client

Perhaps, accounts granted extra privileges can get away with it, but a basic account can't.

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