How to generate access token using refresh token through google drive API?

前端 未结 8 1372
一个人的身影
一个人的身影 2020-12-04 14:33

I have completed steps of authorization and obtained access token and refresh token.

What should I do next to generate access token using refresh token that I have s

8条回答
  •  猫巷女王i
    2020-12-04 14:40

    If you want to implement that yourself, the OAuth 2.0 flow for Web Server Applications is documented at https://developers.google.com/accounts/docs/OAuth2WebServer, in particular you should check the section about using a refresh token:

    https://developers.google.com/accounts/docs/OAuth2WebServer#refresh

提交回复
热议问题