0

I am developing app with simple form information. i would like to get this all information in my google drive. User dont need to login with google services. How can i achieve this scenario? I have checked link1 ,link2. But m not getting it. How can i store my fields like name, number, address into my drive or some SQL on My drive account using api or Drive SDK or library ? I dont want to use any AppEngine. Can anyone guide me, i would highly appreciate.

Community
  • 1
  • 1
Bhoomika Brahmbhatt
  • 7,404
  • 3
  • 29
  • 44

1 Answers1

0

The Google Drive Android API would do the job for you. It is available via Google Play Services. You can have a look here to see how to save application data.

https://developers.google.com/drive/android/appfolder

Arthur Thompson
  • 9,087
  • 4
  • 29
  • 33