Having no luck getting started with Google API -


i want create application takes existing set of mailing list messages , inserts them google group. once point, don't think actual technical issues challenging, life of me can't seem authorized , execute 1 of google api sample scripts (the groupsettings.py script). created group , project on developers' console, enabled relevant api, generated oauth client id , secret, downloaded json that, , ran script:

python2.7 groupsettings.py --groupid=old-cr-archive@googlegroups.com --whocanpostmessage=none_can_post 

i traceback:

traceback (most recent call last):   file "groupsettings.py", line 169, in <module>     main(sys.argv)   file "groupsettings.py", line 166, in main     access_settings(service=service, groupid=options.groupid, settings=settings)   file "groupsettings.py", line 77, in access_settings     g = group.get(groupuniqueid=groupid).execute()   file "/users/skip/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, in positional_wrapper     return wrapped(*args, **kwargs)   file "/users/skip/local/lib/python2.7/site-packages/googleapiclient/http.py", line 729, in execute     raise httperror(resp, content, uri=self.uri) googleapiclient.errors.httperror: <httperror 500 when requesting https://www.googleapis.com/groups/v1/groups/old-cr-archive%40googlegroups.com?alt=json returned "backend error"> 

the explanation found "backend error". how figure out error means? haven't modified groupsettings.py sample script. there different simple script available somewhere can me debug authentication problems?

this internal error. tried same using google groups settings api explorer should working. returns http 500 internal server error script. apparently something rotten in state of denmark. temporary.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -