Note in the issue log: 
http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=2886

Sample code that demonstrates the problem:

CON_KEY = 'Y.COM'
CON_SECRET = '####'
user = '[email protected]'

import gdata.docs.client
import gdata.docs.data

dclient = gdata.docs.client.DocsClient(source='Test')
dclient.auth_token = gdata.gauth.TwoLeggedOAuthHmacToken(CON_KEY,
CON_SECRET, user)
dclient.ssl = True
print dclient.GetResources(uri='https://docs.google.com/feeds/default/
private/full/folder:root/contents')

-- 
You received this message because you are subscribed to the Google Groups 
"Google Apps Domain Information and Management APIs" 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/google-apps-mgmt-apis?hl=en.

Reply via email to