Tag: oauth
-

Android Google Drive API OAuth with .NET
As part of a larger virtual reality project I need to use the Google Drive API as a source that users can use to download files (readonly). I have implemented this in unity and the user is able to launch the browser, authenticate with OAuth and download files to the application. This is all done…