unity-google-drive
unity-google-drive copied to clipboard
Permissions Implementation
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.
Unfortunately, don't have time for this myself, but PRs are welcome!
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
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.
@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.
The permissions docs are here: https://developers.google.com/drive/api/v3/reference/permissions
anyone got this done? Please share if so