You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
What steps will reproduce the problem?
1. Get list of folders =
@client.get('http://docs.google.com/feeds/documents/private/full/-/folder')
2. inside loop create folder uri = entry.elements['id'].text + '/contents'
3. @client.post(uri,newdoc)
What is the expected output? What do you see instead?
Expect document to be created in folder, instead, receive "Invalid request URI"
What version of the product are you using? On what operating system?
gdata-1.1.0, ruby 1.8,
Please provide any additional information below.
I am able to create the document in the root:
uri = 'http://docs.google.com/feeds/documents/private/full'
@client.post(uri,newdoc)
Original issue reported on code.google.com by [email protected] on 27 Oct 2009 at 7:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Oct 2009 at 7:01The text was updated successfully, but these errors were encountered: