开发者

Storing data on a user's Google's account

开发者 https://www.devze.com 2023-02-27 09:33 出处:网络
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)

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消