google-developers-console

Integrating gmail connection in Firebase project

≯℡__Kan透↙ 提交于 2019-12-06 04:19:15
I developped an application that uses gmail api to get all the mails from the user. Then I divided this app in a sample (almost empty) and a fragment that does everything, so I can later integrate my fragment easily in my team's project's settings. Now that my fragment is in the other project, the gmail connexion doesn't work and gives me these errors : E/Async Task: com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAuthIOException E/Google log in: failed I think this error is because the project uses firebase and already have a google-services.json file and mine isn't used.

Access Google spreadsheet API without Oauth token

拜拜、爱过 提交于 2019-12-05 13:18:20
I've read google spreadsheet documentation https://developers.google.com/sheets/api/guides/authorizing And it says, that if document is public, you don't need Oauth 2.0 and API key is sufficient. I'm trying to do a test request with hurl and api key as parameter.it, but it still gives me error, that I need to use Oauth, any thoughts? POST https://sheets.googleapis.com/v4/spreadsheets/16woR-nfy6KYBbkQpC2YOT1GzIean8rTzjueUnlzLMiE/values/Sheet1!A1:E1:append?valueInputOption=USER_ENTERED Response: "error": {"code": 401,"message": "Request is missing required authentication credential. Expected

Why am I not able to add a new project for enabling Drive API

两盒软妹~` 提交于 2019-12-05 03:32:22
问题 For some reason, I can't seem to just add a new project. I've been at this for days now and getting nowhere with it. I need to enable the Drive API for a client in order to create the keys needed to connect to their drive for the purpose of storing backups from a web application. I've done this a few times before but have never had the sort of issues I'm having now. In the Google Developers Console, Libraries tab, I select Drive API > Enable > Create. From there I enter a project name and

How to change Google consent screen email?

余生长醉 提交于 2019-12-04 15:38:45
问题 I created new Google Play game and would like to change the email displayed on Google Consent Screen. Google Developers Console screen has a dropdown to choose email, but just one - admin's email - is here. I've added another user as the owner, but it is not appeared on the consent screen. 回答1: You need a second email address then add that person / email as admin of the project. Then you will be able to add that email in the consent screen. 回答2: If you want to change the email address that is

how to remove openid since google auth is depreciated?

只谈情不闲聊 提交于 2019-12-04 15:25:36
As per the latest circular, google plus oauth is depreciated. As per my understanding, i should be concerned only if i am using plus.me in my code. My code: google = oauth.remote_app( 'google', consumer_key=app.config.get('GOOGLE_ID'), consumer_secret=app.config.get('GOOGLE_SECRET'), request_token_params={ 'scope': ['https://www.googleapis.com/auth/userinfo.email'], 'access_type': 'offline', 'approval_prompt':'force' }, base_url='https://www.googleapis.com/oauth2/v1/', request_token_url=None, access_token_method='POST', access_token_url='https://accounts.google.com/o/oauth2/token', authorize

Google Play Developer Console: App stuck in “Processing Update”

岁酱吖の 提交于 2019-12-04 08:14:45
问题 I'm trying to update version 20 of my app. Usually it takes no more than 2 hours for the update to go live. However, I have been waiting 36 hours. Should I resubmit my app? 回答1: The version of the app as far as I know does not affect anything to the speed of the approval. Try re-submitting the update to the developer console again, there might be a hiccup. Moreover, here's another StackOverFlow discussion about it This should be instantaneous (at least it usually is for me). Is the app not

Why am I not able to add a new project for enabling Drive API

北城余情 提交于 2019-12-03 18:29:48
For some reason, I can't seem to just add a new project. I've been at this for days now and getting nowhere with it. I need to enable the Drive API for a client in order to create the keys needed to connect to their drive for the purpose of storing backups from a web application. I've done this a few times before but have never had the sort of issues I'm having now. In the Google Developers Console, Libraries tab, I select Drive API > Enable > Create. From there I enter a project name and click Create. This is where everything stops working. A modal will pop up with a spinner that just spins

Google Play Developer Console: App stuck in “Processing Update”

守給你的承諾、 提交于 2019-12-02 23:26:44
I'm trying to update version 20 of my app. Usually it takes no more than 2 hours for the update to go live. However, I have been waiting 36 hours. Should I resubmit my app? For anyone stuck on app status " Processing update " with the RESUBMIT APP button grayed out , here's what I did to force resubmitting the app: Go to Store Presence -> Pricing & distribution ; Change country X (any) from Available to Unavailable ; Once the change is done, the RESUBMIT APP will be enabled gain; Change country X to Available again. This may work by changing other app info, you'll have to try. Nicholas The

Where do I find my GCM sender ID?

£可爱£侵袭症+ 提交于 2019-12-02 20:08:37
问题 I'm trying to setup Pushwoosh as Parse is about to shut down. Pushwoosh is asking for my API Key and my GCM Sender ID. I didn't originally setup Parse and am not overly familiar with Google's developer portal. Where do I find this information for my project? I tried the API Key listed here "https://console.cloud.google.com/apis/credentials?project=MYPROJECT" but I see nothing about a GCM Sender ID. Google is yelling at me on just about every page I find to upgrade to Firebase too but I don't

Publisher API without oAuth of developer account

こ雲淡風輕ζ 提交于 2019-12-02 01:19:45
问题 I have some doubts. I stuck in that for a week. I am doing an app to get all reviews from a play store. It's for all end user who has an account in play store. https://developers.google.com/android-publisher/getting_started This document specifies that I need to create oAuth and I need to link project id in my developer console for accessing review API I tried that and its working fine. But for all end user its odd for them to create OAuth and link project id into their dev console and then