Storing data on a user's Google's account

霸气de小男生 提交于 2019-12-04 01:54:34

问题


Is there any way in which a PHP powered web app can store data in a user's Google account? (after requesting permission from the user)

Basically I want to stay away from storing private user data on my server.

App will be handling mostly documents / text data.


回答1:


There is the google docs api: http://code.google.com/apis/documents/

But if want private data for the app, you'll need to store it somewhere else than Google. With OpenAuth (or OpenID) you'd not need to worry about personal info.



来源:https://stackoverflow.com/questions/5708044/storing-data-on-a-users-googles-account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!