Hey everyone! I am trying to create a cloud asset ...
# google-cloud
f
Hey everyone! I am trying to create a cloud asset feed. the cloud asset api is enabled. I get this error when running:
Copy code
error:   sdk-v2/provider2.go:385: sdk.helper_schema: Error when reading or editing CloudAssetProjectFeed "/feeds/grant-changes-feed": googleapi: Error 403: Your application is authenticating by using local Application Default Credentials. The cloudasset.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> .
I set my quota project before. The resource still creates, but not according to pulumi - it isnt in the state, and can't be added. It gives the same error. Has anyone run into these issues before?