-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions Implementation #40
Comments
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 |
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.
The text was updated successfully, but these errors were encountered: