Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Docs CRUD #93

Closed
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment
Closed

Google Docs CRUD #93

GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Collaborator

Which API and version (e.g. Google Calendar Data API version 2)?
Document List API - 3

What format (e.g. JSON, Atom)?
Atom

What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
Android

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
Android 2.2

External references, such as API reference guide?


Please provide any additional information below.

I have tried for a couple days to post a request to the document list api with 
this library without success. I can read list feeds and update existing notes, 
but all attempts to create new notes return in 400 bad request errors. I have 
followed the form of several other examples that are posted for creating new 
entries, but this one seems to be unique. I've done this successfully in the 
past by forming my own requests, but I really would like to use this library 
for a project and I just need to know how this is done. My current method is to 
create an AtomContent object, set the entry to be my new Entry object that 
simply has a new title and I've tried posting to 
https://docs.google.com/feeds/default/private/full as well as to some folders. 
Thank you.

Original issue reported on code.google.com by dcgraham7 on 31 Dec 2010 at 6:07

@GoogleCodeExporter
Copy link
Collaborator Author

Original comment by yan...@google.com on 31 Dec 2010 at 7:30

  • Changed state: Duplicate

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

No branches or pull requests

1 participant