You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm getting an "HTTPError: 403 Client Error: Forbidden for url: " error when I try to run the following with the SDK (I've hidden the token and the domain, obviously). This worked previously. I can sign-in as normal -- so the server is working. When I click on the that is returned in the error message that works, too (because I'm authenticated).
The returned url is my-domain/api/v4/metaproperties in this example.
I had the admin look at the token, and permissions still seem OK. Ideas?
Ted
Hi @tcubed, a 403 can be returned if the user that is attached to your oAuth client has been deleted or if the permissions on the user have been changed. Scopes on the oAuth client need to match with user permissions as well.
Would you be able to send a ticket to [email protected]? If you can include your portal url and the first 5 characters of your permanent token, our support team will be able to look up to see if there's anything wrong with the token.
Hi,
I'm getting an "HTTPError: 403 Client Error: Forbidden for url: " error when I try to run the following with the SDK (I've hidden the token and the domain, obviously). This worked previously. I can sign-in as normal -- so the server is working. When I click on the that is returned in the error message that works, too (because I'm authenticated).
The returned url is my-domain/api/v4/metaproperties in this example.
I had the admin look at the token, and permissions still seem OK. Ideas?
Ted
The text was updated successfully, but these errors were encountered: