You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
I have been going through the set up tutorial for the API to use a test account. I can't figure out how to generate a refresh token. I know this might sound stupid but it is very frustrating and the documentation really does not help me.
I would be very happy for any kind of input to get started testing the API :)
Best,
Rikard
Shwetha Vastrad (AdWords API Team)
unread,
Jul 26, 2016, 4:12:09 PM7/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Rikard,
The code examples for AdWords are available on the releases page or in the example directory of the Python Client library repository. You can either clone the repository or download the examples tarball. Once you have downloaded the examples, you can generate a refresh token by following the steps provided here.
Regards,
Shwetha, AdWords API Team.
Rikard Karlander
unread,
Jul 27, 2016, 11:01:51 AM7/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Shwetha,
Thanks, downloading the scripts from the repository made it. Had to mod them a little, since I am using Python 3 they did not work right away. But it was mostly parentheses around print statements. Now I am up and running!