'Google cloud asset assets.list REST API Quota exceeded error returned

I'm trying to use cloud asset inventory assets.list REST API request from my code and after reaching the maximum quota I get the following error: "Quota exceeded for quota metric 'ListAssets Requests' and limit 'ListAssets Requests per minute' of service 'cloudasset.googleapis.com' for consumer 'project_number:ProjectNumber'" where the ProjectNumber I get match the project-id of my project and I can also see the requests made under the quotes tab in Cloud Asset API.

However When I'm using the "Try this method" in "https://cloud.google.com/asset-inventory/docs/reference/rest/v1/assets/list" above the quota limit I getthe same quota error but with some ProjectNumber I don't recognize (doesn't match the project-id of my project) and I also can't see the requests made under the quotes tab.

I would appreciate an explanation of the reason I get a project number I don't recognize when using the second method? who own this project number?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source