Dropbox has Copy_ref api makes uploading same file to multiple users easy. I can't find this kind of feature in Google Drive api. Is it possible to upload same file to different user's account using copy instead of uploading from my server?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
i think there's no way to do that. instead you can use share capability which Drive SDK have. with share you can create a copy of file into others account.
were setValue is for specifying the user account, type isfor account type(user or group), and role is the privilege. you can refer to this Drive Permission |
|||
|
|