I have an OAUTH2 Access Token that I renew via a script once per day. We're switching to using a renewal token with ID/secret but for now I have to work with what I am given.
I see a field where I can specify an access token, but whenever I copy/paste my token for the day into that field I get "authorization failed" back from the API endpoint and "Exception performing request:" messages from python.
Problem is I don't know of any way to see the URL output from the script to verify if the token looks good, if it is even being included or if the issue is with some other variable.
Just wondering if anyone else has come across this or if you have any general tips on how to troubleshoot this.
Thank You!
Neal
↧