我想生成一個access_token和refresh_token來訪問谷歌電子表格API。我已經使用了API https://www.googleapis.com/oauth2/v3/token?code= & grant_type = authorization_code & REDIRECT_URI = &的client_id = & client_secret = & approval_prompt =力 此API僅給出了 「的access_token」, 「類型」 和 「expires_in」 的響應,也不會給予「refresh_token 「我們如何刷新訪問令牌?我嘗試使用需要「refresh_token」作爲查詢參數的API https://accounts.google.com/o/oauth2/token。我最初沒有找到任何refresh_token,因此無法訪問此API。有人可以描述獲取Spreadsheets API的refresh_token的步驟嗎?googleapis oauth2令牌API不返回refresh_token
0
A
回答
0
貌似要使用ACCESS_TYPE =離線
來源:https://developers.google.com/identity/protocols/OAuth2WebServer#offline
相關問題
- 1. OAuth2 GitHub API令牌
- 2. Spring引導OAuth2 - OAuth令牌不返回授權令牌
- 3. 使用googleapis lib獲取refresh_token
- 4. Google OAuth2 API刷新令牌
- 5. 羣組遷移API返回無效令牌...來自OAuth2 Playground
- 6. 谷歌API - 從Oauth2請求令牌返回「invalid_request」
- 7. oauth2庫和Netflix API返回無訪問令牌
- 8. OAuth2 refresh_token授權
- 9. Facebook api不返回訪問令牌
- 10. 呼叫refresh_token不刷新令牌
- 11. GData OAuthUtil.GetAccessToken不返回refresh_token值
- 12. google oauth2 id_token vs refresh_token
- 13. Microsoft OAuth2身份驗證不返回刷新令牌
- 14. OAuth2令牌PHP
- 15. Django不返回CSRF令牌
- 16. 撤銷訪問令牌 - Web API(OAuth2)
- 17. Google API OAuth2:處理無效令牌
- 18. oAuth2令牌未被API拾取
- 19. YouTube api v3 debug oauth2訪問令牌
- 20. 用於Google Analytics API的OAuth2令牌
- 21. Google API客戶端刷新OAuth2令牌
- 22. Google Oauth2 API - 無刷新令牌
- 23. 刷新oauth2令牌谷歌API和HWIOAuthBundle
- 24. 鏈接在API(auth令牌(oauth2))c#.net
- 25. Linkedin使用node.js爲OAuth2訪問令牌交換JS API令牌?
- 26. Google API OAuth2 - 從授權令牌獲取刷新令牌
- 27. Google-api-php刷新令牌返回invalid_grant
- 28. Google Oauth2聯繫人API返回無效令牌:無狀態令牌在一小時後過期
- 29. 無法使用refresh_token生成令牌
- 30. PHP oauth2如何使用refresh_token
公司將這些信息對您有用嗎? https://stackoverflow.com/questions/42815450/refresh-google-drive-access-token/42822060#42822060 – Tanaike