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.
Asked
Active
Viewed 243 times
0

Community
- 1
- 1

Bhoomika Brahmbhatt
- 7,404
- 3
- 29
- 44
-
wait for Google to integrate Firebase :-) – pinoyyid Oct 22 '14 at 23:53
1 Answers
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.

Arthur Thompson
- 9,087
- 4
- 29
- 33
-
-
checked this link. but it needs to be signin with googleplus in application. Also i need that information in my account drive. – Bhoomika Brahmbhatt Oct 27 '14 at 06:02