oauth2 issue with Django + Google Analytics API integration
Hi all,
I am converting a site from PHP to Python and pulling stuff from the Google Analytics API using their new Python client library and oauth2. I'm having an issue with oauth2 authentication where the redirect URI specified in my client_secrets.json file is not recognised. The API seems to be redirecting to localhost:8080/ when I specified a different URI.
After digging around for a bit, I got an error stating that I should run my python script with the parameter --noauth_local_webserver as I am developing on a remote machine using PuTTY.
This is mostly not a Django issue, but I thought to ask if anyone here has ever had to do the same and encountered this?
Thanks.
--
Regards,
Sithembewena Lloyd Dube
-- Regards,
Sithembewena Lloyd Dube
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home