google-api-console

Exception: Quota Error: User Rate Limit Exceeded

僤鯓⒐⒋嵵緔 提交于 2021-02-07 12:19:34
问题 I have a Apps Script where I Loop trough my Google Analytics Account till I get to a certain Profile. if (profileItems[i].getName() == "Dev Test" ) Than in another function (see bellow) I make the call to the Google Analytics API and always get the Exception thrown: Exception: Quota Error: User Rate Limit Exceeded function getReportDataForProfile(profileId) { var tableId = 'ga:' + profileId; var startDate = getLastNdays(14); // 2 weeks (a fortnight) ago. var endDate = getLastNdays(0); //

My GSM Gmail addon does not show the card

空扰寡人 提交于 2020-06-01 05:35:11
问题 I have built a GSM add on and published it for my domain. I built the code, on Google Apps Script and set it up in Google API Console. I installed it for my domain, but it does not show the card in Gmail It should show in the sidebar, and in the compose window. It works fine when I install the head version from within google apps script, but then I publish it to GSM for users in my organization it doesn't work. The purpose of the addon is to collect information from fields in a card and use

My GSM Gmail addon does not show the card

倖福魔咒の 提交于 2020-06-01 05:35:10
问题 I have built a GSM add on and published it for my domain. I built the code, on Google Apps Script and set it up in Google API Console. I installed it for my domain, but it does not show the card in Gmail It should show in the sidebar, and in the compose window. It works fine when I install the head version from within google apps script, but then I publish it to GSM for users in my organization it doesn't work. The purpose of the addon is to collect information from fields in a card and use

Server Error on saving Consent Screen

妖精的绣舞 提交于 2020-01-14 05:46:08
问题 I am unable to save my consent screen settings if I put an email and/or a callback url into the settings. If I enter only product name, then I can, but of course this causes my app to fail. I'm using this simply to allow login with Google via Hybrid Auth module in Drupal. The Error I get on attempted login via google is: Error: invalid_client no support email Request Details cookie_policy_enforce=false scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth

The fingerprint you specified is already used by an Android OAuth2 client ID in this project or another project

允我心安 提交于 2020-01-02 07:57:06
问题 I noticed my SHA1 number showing from the gradle view signing report in android studio was different from the one I had originally. I thought maybe it was from changing computers a year ago. My game app was still able to access leaderboards and achievements. I when to my Google API dashboard I noticed the 'OAuth client' had my old SHA1. It wouldn't let me change it to my new SHA1, saying it 'had already been used by this client or another client', although I had no other clients. The

Projects quota for Google Developers Console

谁说我不能喝 提交于 2019-12-23 09:35:00
问题 When I try to add new projects to my developer console, I get this message: You have exceeded the quota for project creations per day. I have a similar error when accepting a new project invitation: You have no more apps available to accept this invitation. We have created or invited about 25 projects, and as a software company we need more than that. Is there any way to lift this limitation? 来源: https://stackoverflow.com/questions/26492217/projects-quota-for-google-developers-console

Google Cloud Console - This client ID is globally unique and is already in use

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-20 02:06:07
问题 I have a very frustrating problem! We created a project on google cloud console and generated an android client id using our package-name and sha-1 but then we had to delete this project because it was created using a personal gmail account and we need to move to the company account, but now we CAN'T create the client id again, we get the message "This client ID is globally unique and is already in use " Our app is on google play so we can't change the base package or sha-1. We don't have

Newly created Oauth Client IDs don't work

旧城冷巷雨未停 提交于 2019-12-13 00:45:35
问题 I created a new appengine project, which creates a default web app and associated client ID. When I try to use this client ID, I get "invalid client ID". 回答1: This looks like a bug in the cloud console. To fix, I created an additional web app, which creates an additional client ID of the form 123456-randomness.apps.googleusercontent.com The secondary client ID works. When I go back and try the original client ID, that now works too. 来源: https://stackoverflow.com/questions/20064400/newly

Google project not visible in Developers Console

北战南征 提交于 2019-12-12 09:55:54
问题 I have created a Google project some time ago. The application can be found in appengine.google.com (and I can run it like this: [my-app-id].appspot.com) But I can not find it in https://console.developers.google.com/project I even tried to access it by typing the URL like this: https://console.developers.google.com/project/apps~[my-app-id] which just gives "ERROR The project you requested is unavailable" I have not deleted the project. How can I access the console pages. The problem is that

This client ID is globally unique and is already in use

孤人 提交于 2019-12-12 08:39:15
问题 I have created Android client id for expense.loremipsum.tracker for my app. Actually I have created 2 id, one for by Eclipse keystore and one is for my signed key store. My application is live so I can not change package. I have tried by deleting project and recreating project but couldn't work. Now I am not able to create client id for expense.loremipsum.tracker . I refereed this question. Should I contact Google? Now from any project I am getting this error This client ID is globally unique