简体   繁体   English

什么是Google API重定向uri

[英]What is google api redirect uri

I would like to know what exactly should we prefill while giving redirect uri in Google API console. 我想知道在Google API控制台中提供重定向uri时,我们应该准确填写什么。

When I try to specify localhost:8080 I am advised to proceed but not with any other address. 当我尝试指定localhost:8080时,建议继续,但不要使用其他任何地址。

This redirect URI is for performing a web-based OAuth 2.0 flow. 此重定向URI用于执行基于Web的OAuth 2.0流。 From the OAuth 2.0 docs : OAuth 2.0文档

Determines where the response is sent. 确定将响应发送到的位置。 The value of this parameter must exactly match one of the values registered in the APIs Console (including the http or https schemes, case, and trailing '/'). 此参数的值必须与在API控制台中注册的值之一完全匹配(包括http或https方案,大小写和结尾的“ /”)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google API:了解重定向URI - Google API: Understanding redirect URI 错误 400:redirect_uri_mismatch - Google 电子表格 API - Python - Error 400: redirect_uri_mismatch - Google Spreadsheet API - Python Google Analytics(分析)API-错误:redirect_uri_mismatch - Google Analytics API - Error: redirect_uri_mismatch Google API:网址不匹配:flow.redirect_uri 被忽略 - Google API: Url mismatch: flow.redirect_uri is ignored Linkedin API-错误的重定向,无效的重定向URI - Linkedin API - Bad Redirect, invalid redirect URI Google API OAuth 2.0 无法验证错误 400:redirect_uri_mismatch - Google API OAuth 2.0 can't authenticate Error 400: redirect_uri_mismatch Google Drive API Quickstart.py 错误 400:redirect_uri_mismatch - Google Drive API Quickstart.py Error 400: redirect_uri_mismatch Google Gmail API OAuth 2.0 错误 400:redirect_uri_mismatch - Google Gmail API OAuth 2.0 Error 400: redirect_uri_mismatch 启用服务器端对Google API的访问权限时redirect_uri_mismatch错误 - redirect_uri_mismatch error when enabling server side access to Google API 无法从python脚本使用Google API进行身份验证,无法正常工作-错误:redirect_uri_mismatch - Cannot get authentication with google api from python script to work - Error: redirect_uri_mismatch
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM