CHJani / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Sample Request - Upload a file to Google Docs (Android) #364

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which Google API and version (e.g. Google Calendar Data API version 2)?
Google Documents List Data API v2.0/v3.0

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

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

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

External references, such as API reference guide?
http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#Cr
eatingDocumentOrFileWithMetadataAndContent

Please provide any additional information below.

Original issue reported on code.google.com by mend...@gmail.com on 3 Dec 2011 at 11:55

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 14 Jan 2013 at 3:31

GoogleCodeExporter commented 9 years ago
I don't know how helpful or valid it is, but I've produced an example here:

https://github.com/mendhak/googledocs-upload-sample/tree/master/src/com/mendhak/
example

Just thought I'd mention it!

Original comment by mend...@gmail.com on 14 Jan 2013 at 3:33