I have a chrome extension (not App),Its a mashup of data from free third parties. I don’t maintain a server for my extension.
Can i use Google drive to save user’s data using users account, so it can be shared by different computers?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can! Check out this other StackOverflow answer that explains how to use the google-api-javascript-client library to send data to the Google Drive API.
You might also be interested in this blog post explaining how to mash up Web Intents and the Google Drive API.