hi,
My company already uses the AdWords API.
I want to migrate to Google Ads API.
Referenced URL
https://developers.google.com/google-ads/api/docs/startGet a Client Library: python
I get the following error when running the program.
Request made: ClientCustomerId: XXXXXXXXXX, Host:
googleads.googleapis.com, Method: /google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: None, IsFault: True, FaultMessage: Google Ads API has not been used in project XXXXXXXXXX before or it is disabled. Enable it by visiting
https://console.developers.google.com/apis/api/googleads.googleapis.com/overview?project=XXXXXXXXXX then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
I checked the link and allowed it.
Also, I made the following settings
https://console.developers.google.com/apis/librarybut,
Request made: ClientCustomerId: XXXXXXXXXX, Host:
googleads.googleapis.com, Method: /google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: None, IsFault: True, FaultMessage: Google Ads API has not been used in project XXXXXXXXXX before or it is disabled. Enable it by visiting
https://console.developers.google.com/apis/api/googleads.googleapis.com/overview?project=XXXXXXXXXX then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
What other settings are missing?
The following is the same as the AdWords API
・developer_token
・OAuth2 configuration
I would be grateful if you could help me.