google-console-developer

Google Drive Api stops working after publishing app

半城伤御伤魂 提交于 2021-02-10 08:05:30
问题 I'm using google drive api in my app which works fine on both debug and release builds when I install it using .apk file. But if I publish the same release .apk on playstore and then download it from there I can't sign in to Google. All I can find regarding the issue is that people aren't using release keystore to generate credentials on Google's developer console, which is not the case for me. 回答1: I found a problem: Check if you have been enrolled in App Signing program under Release

How to create Google Sheets using Service Account Credential in Python?

家住魔仙堡 提交于 2020-03-25 17:38:29
问题 I created Service Account Credentials here and got json key service.json . Then I tried: from google.oauth2 import service_account SCOPES = ['https://www.googleapis.com/auth/spreadsheets'] credentials = service_account.Credentials.from_service_account_file( 'service.json', scopes=SCOPES) drive = build('drive', 'v3', credentials=credentials) file_metadata = { 'name': 'sampleName', 'parents': ['#### folderId ###'], 'mimeType': 'application/vnd.google-apps.spreadsheet', } res = drive.files()

How to i know android app supports 64bit?

ε祈祈猫儿з 提交于 2020-01-22 02:15:49
问题 I have changed the gradle to something like this, which is in accordance with the documentation from Google Dev. then how do I know if my application supports 64 bits? I tried with Build -> Analyze APK, but I did not find the lib folder or file with the format .so. how to solved this? 回答1: The 64 bit change only affects apps that use "native code", ie code that compiles for the processor on the device, as opposed to being written in Java or Kotlin. This will only be true for you if: You have

How to narrow down the auth/drive scope for a google apps script?

爱⌒轻易说出口 提交于 2019-12-28 19:17:32
问题 I've built a google apps script web application. For Google Drive related features the application requires auth/drive.install (to integrate with Drive UI) and auth/drive.file (to store some data associated with a file in the related file properties) scopes. Other scopes are auth/urlshortener , auth/userinfo.email , and auth/userinfo.profile . The two latter are required for auth purposes, as far as I understand. The above scopes are specified at oauth dance within the app. However, at app

adding sha1 in firebase app fails with error

杀马特。学长 韩版系。学妹 提交于 2019-12-23 18:18:23
问题 I am migrating my project from Digits to Firebase. In this process, I need to create an app in Firebase and add SHA-1 of the release build. When I trying to add SHA-1, it gives the following error: An error occurred when attempting to modify an Android certificate fingerprint. Please try again later. Found the following two similar question here. Both say that there should be an already existing app on Google API project of Firebase with the same SHA-1. I don't have any other app with the

Google G-Suite API Console not showing Enable G Suite Domain-wide Delegation

雨燕双飞 提交于 2019-12-19 04:50:30
问题 I'm working with a client to setup service account credentials, for the purpose of reading G-Suite Directory information over API. I've done this a dozen times before with no issues, and now I'm having a problem with a setting not showing up for the client. Below is an image that shows what I would see normally. The area circled in read is where the ability to enable Domain-Wide Delegation exists. However, the client does now see that section. Instead they see this button. And clicking the

Google Play console reporting crashes from unreleased applications

巧了我就是萌 提交于 2019-12-18 11:47:07
问题 I would like to share a situation I am facing analysing the new features at Google Play console and try to find a solution for it. As many of you may already know, Google has released updates at Google Play console and introduced Android vitals. One of the good particularities is that now the session ANRs & Crashes shows all ANRs & crashes collected from Android devices whose users have opted in to automatically share usage and diagnostics data (during phone first setup). However, I am seeing

Migration of Google Project to Firebase Console

情到浓时终转凉″ 提交于 2019-12-13 16:21:43
问题 Will importing a Google Project into Firebase interfere with or break the operation of any legacy applications using the related APIs? For example, we currently use the Youtube APIs to allow users to upload videos to a website. Would this be affected after migrating? 回答1: It shouldn't break the legacy applications since the API key etc will remain the same. I've migrated the Google Project to Firebase project. I used to use Google Cloud Messaging API. Now I migrated from GCM to FCM (Firebase

Google Developer Console shows 0 supported devices

帅比萌擦擦* 提交于 2019-12-11 23:08:15
问题 I want to publish my app on Google Play but when I upload my .apk file, it shows that it is supported by 0 devices. I know that there is already a few topics about this but I have not find solution in any of them. Below I am attaching source-code of my android manifest. I also would like to mention that I am using LibGDX for this application and it is an Android Live Wallpaper. Also everything works fine on test devices and emulator. Thanks for your answers. <?xml version="1.0" encoding="utf

“message”: “The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.”

本秂侑毒 提交于 2019-12-10 14:58:35
问题 I am trying to use the following API to download reviews for Android Apps. https://developers.google.com/android-publisher/api-ref/reviews But it requires authentication. So I followed the instructions that were linked in the link above. I was able to get an access token. But I get the following response: { "error": { "errors": [ { "domain": "androidpublisher", "reason": "projectNotLinked", "message": "The project id used to call the Google Play Developer API has not been linked in the Google