-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: Unsupported token type: User Access Token #403
Comments
I've changed token type with "Bearer" manually and it worked. |
I'm having this same issue with another provider. @thiras, if you don't mind - please could you tell me how you changed the |
@sambragg sure. Check my solution here; https://stackoverflow.com/a/61001852/4132845 Also check |
This is great, thank you so much @thiras |
@thiras I couldn't get your solution to work. Incase anyone else has this issue, what I ended up doing was the following:
This avoids having to create a fake class etc. |
Hello. I've got some error after successfully obtain a token from eBay.
As you can see at its documentation eBay returns
"token_type": "User Access Token"
After getting the token without having a problem, when I try to request anything from its endpoint I get;
The text was updated successfully, but these errors were encountered: