问题标签 [google-console-developer]
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.
android - Game services not working for app if downloaded from play store
I've been trying to get the game services working properly for so long. My problem is that game service isn't working on the version downloaded from the play store, but on the version downloaded directly from android studio the game service works perfectly. Even though both versions use the same key and have the same SHA1 code (the release SHA1 code). I checked if the SHA1 from the play store version of my app matches with the game service's SHA1 by comparing the SHA1 codes from the android-release.apk and from https://console.developers.google.com/apis/credentials/oauthclient. I doubt that the problem lies in the code of my app, because it works perfectly in the version downloaded directly from android studio.
So my question is what I could have possibly done wrong here, and how to fix it.
Thank you for reading
google-play - Google Play 控制台报告未发布的应用程序崩溃
我想分享一个我在分析 Google Play 控制台的新功能时面临的情况,并尝试找到解决方案。
你们中的许多人可能已经知道,Google 已经在 Google Play 控制台上发布了更新并引入了 Android Vitals。一个很好的特点是,现在会话 ANR 和崩溃显示了从用户选择自动共享使用情况和诊断数据(在手机首次设置期间)的 Android 设备收集的所有 ANR 和崩溃。
但是,我看到来自未发布应用程序的崩溃报告。我的意思是,来自尚未发布的开发人员版本。此外,这个崩溃报告来自一个使用 android-debug 密钥签名的应用程序,而不是我的生产密钥。我查看了可用的文档,但找不到有关过滤这些报告的详细信息。
在没有验证签名的情况下使用任何收入数据对我来说似乎是有害和错误的,因为任何人都可以简单地编写一段简短的代码并开始用大量的虚拟堆栈跟踪淹没特定的应用程序包名称。
你知道这是否是这个新工具的正常行为吗?
google-api - 从无法访问的用户那里转移 Google API 项目的所有权
我们在我们的应用程序中使用 Google Analytics API 并代表我们的用户执行操作(读取数据)(我们通过 OAuth2 获取他们的令牌)。我们使用客户端 ID和客户端密码来授权我们的 Google API 项目(应用程序)。
问题是我们无法在 Google 的开发者控制台中访问此项目,因为我们的 Google App 帐户中创建此项目的用户已被删除。无论如何,Google API 仍然有效(我们有密钥和客户端密码),但我们无法在浏览器的管理部分访问它,但我们无法访问它,因为所有者已被删除。
有哪些选项可以恢复对此 API 项目的访问权限?是否可以使用 Google API 转让此项目的所有权?它正在生产中运行,因此我们无法生成新的 API 项目。
是否有可能通过保持我们所有用户的同意来生成一个新的 API 项目(他们使用我们网络应用程序中的授权弹出窗口来授权他们的帐户)?
编辑:用户也可能仍然存在,但我们不知道谁是所有者。是否可以使用应用程序的 api 密钥/秘密检索此信息?
javascript - 未经身份验证使用的每日限制超出了 Google Api 日历
我正在测试一个示例代码。它一直有效,但突然间我得到:
同样,它总是有效的。什么都没有改变。我知道设置控制台开发的东西和blablabla。我想知道这个问题的原因。
这是我的脚本:
google-api - "message": "用于调用 Google Play Developer API 的项目 ID 尚未在 Google Play Developer Console 中链接。"
我正在尝试使用以下 API 下载 Android 应用程序的评论。 https://developers.google.com/android-publisher/api-ref/reviews
但它需要身份验证。所以我按照上面链接中的说明进行操作。
我能够获得访问令牌。
但我得到以下回复:
我看到其他一些帖子说您必须将其与 Google Play Developer Console 链接。所以我做到了(见下图)。
[ ]
但我仍然收到此错误。请帮忙。
android - 更改 SHA-1 认证调试以发布
我实现了 Google 身份验证,但问题是我输入了 SHA-1 证书的调试版本密钥,现在如果我要创建我的应用程序的发布版本,显然 Google 身份验证将不再起作用。任何想法?!我不想再次创建一个新项目,因为我的应用程序重新开始真的很复杂。
android - 数字资产链接链接到我的网站
我创建了一个即时应用程序。我把它上传到我的谷歌控制台,我得到了这个错误。
www.kochchy.cz 网站尚未通过数字资产链接协议链接到您的应用程序。使用 Digital Assets Link 链接应用程序站点。
即时和可安装的 apk 都使用相同的 id:com.kochchy.instantapptest.app(每个都在自己的模块清单中定义)
我的基本模块清单如下所示:
- - - 编辑 - - -
我从谷歌即时应用程序示例制作了新项目:https ://github.com/googlesamples/android-instant-apps/tree/master/hello
同样的谷歌控制台错误。我想我的网络设置有问题,而不是应用程序。
www.kochchy.cz 网站尚未通过数字资产链接协议链接到您的应用程序。使用 Digital Assets Link 链接应用程序站点。
javascript -
出现在网页上的不需要的标签,这些标签使用 google chrome 检查可见,但在应用程序代码中不可见
我遇到了一个问题,我的网页受到多个br
标签的影响。我已经检查了所有代码,但它们仅在我通过 google chrome 检查检查代码时出现。
我试图使用谷歌控制台删除它们,但它们不断回来。任何如何解决此问题的想法将不胜感激。