Using 2.0 user credentials in 3.0, http 401 appears #163
shajia313
announced in
Announcements
Replies: 1 comment
-
By using the refresh_token/client_id/client_secret/profile_id data in credentials.yml in version 2.0, and user_agent = 'python-ad-api' and url='https://advertising-api.amazon.com/reporting/reports', I tried request, but still got 401, even after using sanbox url='https://advertising-api-test.amazon.com/reporting/reports' to make a request, there was a 503 service response |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the user credentials opened in version 2.0 to perform: result = Reports().post_report(body=data), there is a problem of http response 401, I would like to ask: whether the user credentials opened in version 2.0 cannot be used in 3.0
Beta Was this translation helpful? Give feedback.
All reactions