문제

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top