Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 998
Darpan Kulkarni Avatar asked Dec 10 '22 15:12

Darpan Kulkarni


2 Answers

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

like image 148
Kenneth Browning Avatar answered May 14 '23 20:05

Kenneth Browning


I faced same issue once.

Sign out + cache/history clear

solved it. Also try on different web browser

like image 26
Rohit Karadkar Avatar answered May 14 '23 20:05

Rohit Karadkar