我想在托管中使用Gmail API,但是每次在本地主机中更新令牌时,托管中发布的应用程序都无法使用该API。
我需要什么配置?我想在本地主机中使用API,而又不影响托管应用程序。
埃斯特·埃森·杰克逊·洛斯·达托斯·德·阿切索
{“已安装”:{“ client_id”:“ 123456-abcd123abcd.apps.googleusercontent.com”,“ project_id”:“ applied-summer-xxxxx”,“ auth_uri”:“ https://accounts.google.com/o/oauth2/auth”,“ token_uri“:” https://oauth2.googleapis.com/token“,” auth_provider_x509_cert_url“:” https://www.googleapis.com/oauth2/v1/certs“,” client_secret“:” xxxxxxx“,” redirect_uris“:[[urn:ietf:wg:oauth:2.0:oob”, “ http://localhost”,“ http://example.com/”]}}
答案 0 :(得分:2)
为每种实例类型设置不同的API凭据。一种用于本地测试,另一种用于生产托管环境。