Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upload a file to Google Drive

So im trying to upload a text file to my google drive from an android app I am creating. I learned how to upload a picture from the Google tutorial. Also, I will be using the strings from my app in the text file. Potentially, I want to make it a spreadsheet. Any help?

like image 788
j_vega19 Avatar asked Mar 28 '13 06:03

j_vega19


1 Answers

Read Quick Start on Google Android site.

When you are done with all the authentication process, go for How to upload file to Google Drive.

Edit

Reference Links

  • https://code.google.com/p/google-drive-sdk-samples/
  • Android Open and Save files to/from Google Drive SDK
  • http://mavenrepo.google-api-java-client.googlecode.com/hg/com/google/apis/google-api-services-drive/v2-rev9-1.8.0-beta/
like image 50
Chintan Rathod Avatar answered Oct 19 '22 18:10

Chintan Rathod