> > Hi, Paul. >> > I encountered the same issue. I want to every users get their campaign datas from our site. So in first step, I generated auth url with user's id from google api. And then, I got code from google and generate access_token, stored refresh_token in db per user. And in second step, I created AdwordSession from refresh_token, and tried to use this session to get each user's campaign datas. But in this case, I got permission_denied errors. How can I solve this?
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/e04d96c5-1f98-4a2c-a718-4f007cf57a94%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
