google-developers-console

Problems with Google Developer Console - Sender ID for GCM

只愿长相守 提交于 2020-01-03 06:33:19
问题 I'm not a developer, but a graphic that needs to publish a digital kiosk magazine made with twixl platform. I followed the steps of the twixl documentation to create a Sender ID for notifications on Android ( FCM/GCM ). I created an app where I associated a Sender ID (API key) and everything worked. I also have the statistics for a few days in which the app was active. For certificate problems, however, I had to cancel this publication and do another, from the same account ( app@pizzanew.it )

Order Cancelled (Google Developer Console)

ε祈祈猫儿з 提交于 2020-01-01 08:56:47
问题 In my Google Developer Console under "Order Management" I have a lot of cancelled order like that: Order history: Jan 18 2017 5:13 PM Payment pending You received a new order. Jan 18 2017 5:13 PM Cancelling Process for cancelling the order was initiated. Jan 18 2017 5:13 PM Cancelled The order was cancelled. This is the history of my in-app purchase order. Is that Normal ? Maybe this happen every time a user click "buy in app-purchase" and than came back? Someone know when this happen? Thanks

Is Expo Pedometer supported on Android?

拥有回忆 提交于 2019-12-30 11:19:50
问题 I'm setting up a Pedometer app in React Native using Expo, testing the code on my real Samsung s10 device. I am using the Expo Pedometer documentation However, when I use the Pedometer.getStepCountAsync method, I get returned an error "Getting step count for date range is not supported on Android yet." I am trying to make a pedometer app that reads users steps, and then puts them into some visuals for the user but I can't get the steps data. My code is below: it reaches the error => line and

Google OAuth consent screen not showing scope options

那年仲夏 提交于 2019-12-24 17:54:56
问题 I am trying to set up the Google OAuth keys inside the Google developer console with the right privileges for my project. In a different project I am able to go to Credentials/OAuth consent screen and select from list of scopes. However, with my current project those options are missing. Both projects use the same set of Google APIs. I do not remember doing anything special with the one where the scope options are present, but apparently I am missing some vital settings. Any help will be

Enable Google API for “googleapis.com/auth/userinfo”

扶醉桌前 提交于 2019-12-24 15:23:20
问题 I am developing a Google Chrome Extension. I would like to be able to access the user profile info, using the data from these endpoints: https://www.googleapis.com/auth/userinfo https://www.googleapis.com/oauth2/v1/userinfo I don't seem to have access to these resources. From my web searches, it looks like I may need to enable a library API in the Google Developers Console. But I looked there and cannot find an appropriate API to enable. Does anyone know which API I should enable? 回答1: If you

Android Auto custom apps - Official

て烟熏妆下的殇ゞ 提交于 2019-12-24 08:13:01
问题 I want to create a Custom Android auto app without doing driver distraction. I went through a lot of blogs and sites and I saw that there used to be custom apps that were blocked since the version 3.0. The developers of those custom apps were using an unofficial Android Auto SDK (https://github.com/martoreto/aauto-sdk) which has been removed. Is there a way to build a custom Android auto app which is completely legal? Is there any open source SDK-for-auto that is still available? (Note:

Google OAuth Developer Verification form submitted but no response from google

笑着哭i 提交于 2019-12-23 03:09:52
问题 I need google oauth for google+ login on my opencart store. My app is requesting the following scopes only and app is public. https://googleapis.com/auth/plus.me https://googleapis.com/auth/userinfo.profile https://googleapis.com/auth/userinfo.email These are not sensitive scopes and on my oauth consent screen I see the submit verification button is disabled and it says Your changes don't require verification Still customers see Unverified app screen (This app isn't verified) I have also

Google API Error 400: “Client project not found”

白昼怎懂夜的黑 提交于 2019-12-19 05:22:23
问题 This is my first time diving into Google API's. I'm trying to get a simple test working following the Google instructions. At this point, I've created the project and set up credentials. Following Google's instructions here, I have created a test page and copied the page code exactly as stated on the above link. When I run the page, I initially see an authorize button, which asks me to log into my account. Everything up to this point is fine. However, once I log in to Google, I receive the

Error: invalid_client with Google Apps API OAuth2

独自空忆成欢 提交于 2019-12-17 20:16:02
问题 I am using Google Apps API for my application with OAuth2. ,but I get an error. Error: invalid_client no support email Request Details That’s all we know. 回答1: If you create OAuth credentials BEFORE you set the support email address in the consent screen, then it appears that you will always get this error, even after setting the support email. I resolved this by setting the support email, and then recreating all necessary OAuth ids in the credentials page. 回答2: In the Google Developer

What is “We’ve detected that your app is using an old version of the Google Play developer API” warning in Google Developer Console?

回眸只為那壹抹淺笑 提交于 2019-12-17 18:32:15
问题 We do not use any Google Play Developer APIs explicitly, yet we are receiving the following warning: Is this related to https://developer.android.com/google/play/billing/billing_library_releases_notes ? We are currently using Google Play Billing Library 1.2.2 Release (2019-03-07) We don't plan to migrate Google Play Billing Library 2.0.1 Release (2019-06-06) because it would be a lot of work with little gain. Purchases must be acknowledged within three days But that is just my wild guess -