RE: Invalid Grant Using Oauth Refresh Token in a Django Web App/Python Client Library

2020-06-02 Thread Google Ads API Forum Advisor Prod
Hi Jeff, In order to help figure out why you’re receiving an invalid_grant response, could you please privately reply and send the CID and the request ID? With those, I can lookup further information to help understand what’s happening. Thanks, Sasha The Google Ads API Team ref:_00D1U1174p._500

Invalid Grant Using Oauth Refresh Token in a Django Web App/Python Client Library

2020-06-01 Thread Jeff
Hello, I am putting together a Django web application using the Python client library. I would like users to be able to authenticate and then do stuff. I have built a web flow and it works fine to get the authorization token. I then use the auth to get a refresh token as such ### Initiates oa