Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Request error 400 Invalid request URI when creating document in folder #7

Open
GoogleCodeExporter opened this issue Aug 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant