Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Calling Google Cloud API

My Bybit Web application is sending this payload to Your subsystem (GCP)  API

This is a payload cut of from one of the requests performed:
appId: "1:344617950877:web:5097aad89202926d747e74"
authVersion: "FIS_v2"
fid: "ebbatC3KdgWSWqzXntcYIl"
sdkVersion: "w:0.6.4"

and this payload comes from calling this requests:
https://firebaseinstallations.googleapis.com/v1/projects/bybit-web-push/installations

but the application gets 403 as a response. Could you please check this for me?I cannot access one of my functionalities (when being logged into Bybit).

Thanks for you support,
Marcin

0 1 163
1 REPLY 1

Hi @teldasoft,

Welcome to the Google Cloud community!

About the 403 error you mentioned, is the error message related to FirebaseError explaining that a permission is denied in your app from accessing an API (firebaseinstallations.googleapis.com)?

It seems like your web app is perhaps utilizing a Firebase service, or calling a Firebase Installation API to obtain an installation auth token.

If so, could you verify if this solution from Stack Overflow post is applicable for you? The possible solution that may remove the 403 error could be done through these steps:

  1. Make sure that “Firebase Installations API” (firebaseinstallations.googleapis.com) is enabled in Google Cloud console.
  2. Navigate to APIs & Services > Credentials, choose a specific API key you’re using, edit it, and see if scrolling down to API restrictions is configured to “Restrict key”.
  3. If so, ensure that “Firebase Installations API” is in the API restrictions list.

Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.

Top Solution Authors