lintu
lintu

Reputation: 1102

Open and edit in google drive from my php-application

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

Answers (1)

Ali Afshar
Ali Afshar

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

Related Questions