about service accounts and unregistered users

Posted by user1500824 on Stack Overflow See other posts from Stack Overflow or by user1500824
Published on 2012-07-04T08:33:15Z Indexed on 2012/07/07 9:16 UTC
Read the original article Hit count: 180

I have a web app in php mysql, I want to use one google drive account for my app. Can I use my app's accounts instead of google users for privilages. I read in SDK I can use service account to login without promting user, but I don't know how to share or give permissions files for custom users.

In api reference I found this:

"The user is not necessarily yet a Google user (e.g. if a file or folder is shared with an email address that does not yet have an associated Google account). Example: 1111459233037698895607".

How a custom user in my app should get a token for own privilages.

© Stack Overflow or respective owner

Related posts about google-drive-sdk

Related posts about google-drive