unity-google-drive icon indicating copy to clipboard operation
unity-google-drive copied to clipboard

Permissions Implementation

Open HerotechDevs opened this issue 5 years ago • 6 comments

Implementing permissions would be of great help I tried doing it myself once again, but it takes a long time to understand how this works due to the many abstraction layers.

HerotechDevs avatar May 21 '19 15:05 HerotechDevs

Unfortunately, don't have time for this myself, but PRs are welcome!

elringus avatar May 21 '19 15:05 elringus

I would do it, but i am finding it hard to understand how it all works.

I think I will just hardcode the HTTPRequest if it becomes too time consuming

HerotechDevs avatar May 21 '19 15:05 HerotechDevs

Check out other API implementations here: https://github.com/Elringus/UnityGoogleDrive/tree/master/Assets/UnityGoogleDrive/Runtime/API It's very similar to how the official google drive SDK for .NET is organized.

elringus avatar May 21 '19 15:05 elringus

@HerotechDevs Would you mind posting some links to official Google documentation, for the API you'd like to see implemented? There's a small chance I could get to it in the next few months.

MattLichter avatar May 21 '19 15:05 MattLichter

The permissions docs are here: https://developers.google.com/drive/api/v3/reference/permissions

elringus avatar May 21 '19 15:05 elringus

anyone got this done? Please share if so

Tobbbee avatar Aug 24 '20 09:08 Tobbbee