简体   繁体   中英

Unable to download google-services.json file from Firebase Console

I have successfully created project on Firebase Console but after adding package name and fingerprint the browser redirected to error page

Firefox can't find the file at https://console.firebase.google.com/m/mobilesdk/projects/xxxxxxxxxxxx/clients/android:com.lorem.ipsum/artifacts/2?param=[ "getArtifactRequest",null,"android:com.lorem.ipsum","2","xxxxxxxxxxxx"]

I am continuously getting this message while trying to download file from project settings

In my case it was caused by the Firebase Management API not being enabled at https://console.cloud.google.com/ (right menu - APIs and Services > Dashboard > click on +Enable APIS and Services - then find the API in question and enable it.

Removing and adding your app again would tell you that too.

An unexpected error has occurred. [Reason: Firebase Management API is not enabled. Please enable the API in the Google Cloud Platform console at https://console.cloud.google.com/apis/library/firebase.googleapis.com?project=_]

add-android-app-to-firebase-project

I faced same issue once.

Sign out + cache/history clear

solved it. Also try on different web browser

If You have Added More than One Google Accounts in Chrome Then Firebase Returns Some Error Messages. For Me, it returns this error :

)]}' {"code":7,"errorSpace":"generic","placeholders":{"trackingId":"52214415626247XXXXXX"},"status":403,"message":"backend error"}

Try the same in New Incognito Window mode(Ctrl+Shift+N) in Chrome. It works For Me..!!

I fixed this by logging in with a different browser and viola., I was able to download then. I was using Chrome first, then switched to Safari and it worked. An extension on Chrome may block responses from Firebase. maybe an adblocker. But in my case i had no adblockers so I have no idea which extension was blocking responses from Firebase.

只是刷新页面对我有用!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM