Hi,
A common cause of that error (in my personal, painful experience) is
requesting the token in one scope (https://adwords.google.com) and then
using it in another (https://adwords-sandbox.google.com). This happened to
me quite a few times while building the Python AppEngine Reporting demo (
Hi,
The error OAUTH_TOKEN_INVALID means that the OAuth credentials you are
passing are not valid for some reason. Please check your OAuth settings
and ensure they are correct.
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog a
I'm using API 14.2.3 and trying to get data via OAuth. It all seems
to work fine, except for this complaint:
File "\..\..\..\eggs\adspygoogle.adwords-14.2.3-py2.5.egg\adspygoogle
\adwords\CampaignService.py", line 92, in Get
'Campaign', self._loc, request)
File "\..\..\..\eggs\adspygoogle.a