问题标签 [google-api-console]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
oauth - Google APIs Console: Error Creating OAuth 2.0 Client ID not sufficient permissions
I am trying to use the Google APIs Console to create an OAuth 2.0 for Login and create Client ID as a Web application. I've already created several Client ID's , but after ~60 entries i cannot create a Client ID any more. I get the following error "you do not have sufficient permissions to view this page".I tried to delete an existing ID and recreate it and it worked fine .
Is there a limit at the number of the Client IDs i can create ?
google-api - 以编程方式访问 Google API 控制台的功能
我想以编程方式配置 Google API 服务,而不必通过 API 控制台。例如,我希望能够以编程方式处理以下类型的事情:
- 创建 OAuth 和 API 密钥凭证;这将包括生成客户端 id\secret、设置重定向 uri、下载 client_secrets.json 文件等。
- 获取用户的项目列表
- 为指定项目启用\禁用服务
Google 是否提供任何用于配置服务的 API,以便我不必使用 API 控制台的 GUI?我看到的所有文档都表明,唯一的方法是通过 API 控制台的 GUI。
android - 谷歌地图没有在普通设备上加载,但在测试设备(真实设备)上加载
我的 android 应用程序中有一个谷歌地图,我从谷歌 api 控制台获得了我的应用程序中的 api 密钥,它成功地将地图加载到我的测试设备以及与我共享 apk 文件的那些设备上,但是在我发布之后Play商店中的应用程序,并且用户下载该应用程序,地图不会加载。这是应用程序在测试设备上正常运行时的外观。
这是下载应用程序后的样子
API 控制台
我错过了任何步骤吗?
google-api - 无法从实时服务器中的谷歌获取刷新访问令牌
我正在创建一个谷歌应用程序来获取用户谷歌帐户数据。当我在本地使用 access_type = 'offline' 的 oauth 2 时,它会要求离线访问权限,我可以获得刷新访问令牌。但是,如果我对我的实时服务器使用相同的代码,它不会要求离线许可,我也无法获得刷新令牌。我正在为我的 laravel 应用程序使用 oriceon oauth 5 包。我确实喜欢以下
你的建议对我有帮助。谢谢你
yii2 - Yii2 authclient 错误:redirect_uri_mismatch
我正在实现 yii2 authclient,我在 google api 控制台中创建了客户端 ID,这是我在 gogle 控制台中创建的具有相应客户端 ID 的重定向 url。
http://mysite.x10host.com/oauth2callback
当我访问我的网站登录时,这就是它的样子
http://mysite.x10host.com/home/mysitex/public_html/web/site/login
当我点击谷歌图标时
- 那是一个错误。
错误:redirect_uri_mismatch
应用:项目默认服务帐号
您可以发送电子邮件至此应用程序的开发人员:myemail@gmail.com
请求中的重定向 URI:http://mysite.x10host/home/mysitex/public_html/web/site/auth?authclient=google
有人可以帮我解决这个问题。
先感谢您
oauth - 应用程序迁移到使用 Google OAuth2 后出现“错误:invalid_client”
我的应用程序使用 Microsoft ACS 命名空间与 Google 登录集成。它使用的是 Google OpenID 2.0,但现在已更新为 Google OpenID Connect。我已经在 Google Developer Console 中设置了 OAuth 2.0,例如创建项目、创建新的客户端 ID 等。在我使用客户端 ID 和客户端密码的新值更新 ACS 命名空间后,我的应用程序无法正常工作稳定。我在某些 Google 帐户上收到以下错误,但在其他帐户上却没有(这意味着某些 Google 帐户可以正常工作):
- 那是一个错误。
错误:invalid_client
没有支持电子邮件
我可以确认我已在以下位置添加了产品名称和电子邮件地址:Apps & auths -> 同意屏幕。
我什至尝试在我的项目下创建第二个客户端 ID,并更新 ACS 命名空间以使用第二个客户端 ID 中的值。但没有运气。
我真的不知道我错过了什么,或者它是否是与 Google 控制台相关的问题。
android - 以编程方式检索 Youtube API V3 的“剩余配额”
Youtube API 实现了配额系统来限制 api 调用的数量。剩余配额可通过 Google API 控制台查看。
我喜欢以编程方式检索剩余配额以在 Android 中显示。
我该怎么做呢?
android - 我应该同时填写浏览器密钥和android密钥吗?
我编写了一个应用程序来查找附近的地方。现在我想在真机上测试它,但谷歌地图无法加载并且应用程序无法正常工作。我的问题是我已经制作了 sha1 密钥并在 API 控制台中输入了 android 密钥。我必须为浏览器密钥做同样的事情吗?
android - 无法转到 Google Api 凭据
我在我的应用程序中加入了 google plus 登录,为此我在 Google API 控制台中创建了客户端密钥,但突然间我不知道发生了什么,我无法查看凭证页面,当我点击它显示的凭证时:-
错误
android - Google Developer Console - reuse deleted credentials
I accidentally deleted my production OAuth credential for my Android App, from the Google Developer Console. When trying to add it back, using same SHA1 it says it can't, because the SHA1 is already in use. I've waited 10 days, and it is still not working.
My Question is, Is the only way to solve it is to create a new Keystore file ? that means I can't upload an update to Google Play! this is insane.. Google Support is now supporting only payed customers so emailing them is not an option.
Anyone has a better Idea?
Thanks a lot, Giora.