問題描述
我有一個 chrome 擴展程序(不是應用程序),它是來自免費第三方的數據的混搭.我沒有為我的擴展維護服務器.
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?
推薦答案
是的,你可以!查看其他 StackOverflow 答案,它解釋了如何使用google-api-javascript-client 庫將數據發送到 Google Drive API.
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.
您可能還對此 博客文章解釋了如何將 Web Intent 和 Google Drive API 融合在一起.
You might also be interested in this blog post explaining how to mash up Web Intents and the Google Drive API.
這篇關于我可以使用谷歌驅動器進行 chrome 擴展(不是應用程序)的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!