Reputation: 1102
users can upload files from my php-application which are to be stored in my google drive. users need to view those documents and are able to update the files.how can i make this possible.i am new to google apis.please help me. thanks in advance for any answers
Upvotes: 2
Views: 2346
Reputation: 41653
You can give the users editor permissions on those files. Look at the permissions.insert method of the Drive API. You will create a permission for every user who need to be able to edit the file, and then they can edit it in Google Drive.
Upvotes: 2