简体   繁体   中英

Using google drive API from C#

I need to work with Google Drive from my UI .NET application. I found that Google uses OAuth 2.0 for authentication. The problem is as far as I understood OAuth sends your token back using HTTP callback, but I don't have a web-server running, it's not a web application at all, does it mean I can't use Google Drive SDK from Windows Forms/Windows Console applications?

The token will be returned to you in a web response to your request for web token. No web server is required.

See these examples and resources

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM