I am trying to create and activate a token, but whenever I do I get this :
The OAuth Personal Token could not be verified. Please check that the Token has been entered correctly and has the minimum required permissions.
Dismiss this notice.
Additional Error Details:
Failed to query total number of items in API response.
Forbidden
{“request_url”:“https://api.envato.com/v1/market/total-items.json",“response_code”:403,“response_cf_ray”:“58f2cae84f85f999-YYZ”,“response_server”:"cloudflare”}
How do I fix it?
Response codes
-
403 means the personal token is incorrect or does not have the required permission(s).
Envato API personal token:
You can generate Envato API personal token here . Please make sure you set required Token permissions. It may prompt you to sign into your Envato account
Before you create a new token the following 3 permissions should be selected from the list of permission available on the Token page.
- View and search Envato sites (checked by default)
- Download the user’s purchased items
- List purchases the user has made
permission except the above 3 can cause other error. Also please avoide any free space before and after the token you entered.
Hope this will help you.
Thanks
1 Like