通过 google developer console project id 查找使用的邮箱账号

Find out the used email account by google developer console project id

为了从他们的 API 中获取 Google 分析数据,我们正在使用带有 p12 密钥的服务帐户,GA API 工作正常,但有时我得到 Rate Limit 错误,所以我只是计划从控制台更新我的限制,但我只是忘记了我之前用于该开发者控制台项目的电子邮件帐户。所以现在我只想知道有什么方法可以找出哪个 email 帐户与我的 Google Analytics Service 帐户的项目 ID 相关联?

目前我在超过该 GA API 的每日调用率时收到此错误。

Fatal error: Uncaught exception 'Google_Service_Exception' with message 'Error calling GET https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3A79X6089300&start-date=2019-01-31&end-date=2019-01-31&metrics=ga%3AuniqueEvents&dimensions=ga%3AeventLabel&filters=ga%3AeventCategory%3D%3DImage+Missing%3Bga%3AeventAction%3D%3D11%3Bga%3AuniqueEvents%3E2&start-index=1&max-results=1000: (403) Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/analytics.googleapis.com/quotas?project=XXXXXXXXXXXX' in /var/www/html/GoogleServerApi/src/Google/Http/REST.php:79 Stack trace: #0 /var/www/html/GoogleServerApi/src/Google/Http/REST.php(44): Google_Http_REST::decodeHttpResponse(Object(Google_Http_Request)) #1 /var/www/html/GoogleServerApi/src/Google/Client.php(499): Google_Http_REST::execute(Object(Google_Client), Object(Google_Http_Request)) #2 /var/www/html/GoogleServerApi/src/Google/Service/Resource in /var/www/html/GoogleServerApi/src/Google/Http/REST.php on line 79

错误本身说监控我的配额使用情况并在 API 控制台中调整限制,但我不记得我关联的电子邮件 ID。 所以我只需要这方面的帮助它如何通过我的项目 ID 获取关联的 EMAIL?您也可以让我知道任何我可以获得这方面帮助的论坛或群组。

不,无法将服务帐户跟踪回用于在 google 开发人员控制台上创建它的 Google 帐户。