googleapis / google-auth-library-python

Google Auth Python Library
https://googleapis.dev/python/google-auth/latest/
Apache License 2.0
755 stars 303 forks source link

Google Cloud credentials already set but still showing it is not set #1459

Closed subins829 closed 3 months ago

subins829 commented 5 months ago

'Your application is authenticating by using local Application Default Credentials. The fcm.googleapis.com API requires a quota project, which is not set by default. To learn how to set your quota project, see https://cloud.google.com/docs/authentication/adc-troubleshooting/user-creds .'

Already set the quote project and commands related to that already run.

still showing this error Please help!!

image image

subins829 commented 5 months ago

anyone any update on this issue ?

TimurSadykov commented 5 months ago

@subins829 Hi, have you checked file contents of the ADC file using the pass on your second screenshot? If the quota-project field is there as expected the issue is likely outside on Python library and we could redirect it appropriately.

TimurSadykov commented 3 months ago

Please reopen if the question is still relevant.