I have previously been using the googleads-dotnet-lib library to make calls to google ads without issue. After switching to a new dotnet core project I use my previous credentials set up for the googleads-dotnet-lib library the google-ads-dotnet library throws the following error.
'Google.Ads.GoogleAds.V1.Errors.GoogleAdsException; in System.Private.CoreLib.dll ("Status (StatusCode=PermissionDenied, Detail="Google Ads API has not been used in the project before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/googleads.googleapis.com/overview?project= then retry. If you enabled this API recently, wait a few minutes for the action to propagate tor our systems and retry.")")
I omitted the project number in the above however when I try to visit that page it errors out. Also when I try to add the library to my project in the developer's console I get the following error on the page "API solution not found with service name: googleads.googleapis.com". i then replaced project id with my project id and enabled API but still after trying after 2 day its still not working.
Any help will be really apreciated
|
||||||