Hi,
I'm looking at migrating to API ads, but I'm having problems with authentication. The system with the ADWords API is working correctly, but when making the first call to API ADS launches the following error ( using the same refresh token ):
{ "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https:\/\/developers.google.com\/identity\/sign-in\/web\/devconsole-project.", "code": 16, "status": "UNAUTHENTICATED", "details": [ { "@type": "google.ads.googleads.v10.errors.googleadsfailure-bin", "data": "<Unknown Binary Data>" }, { "@type": "grpc-status-details-bin", "data": "<Unknown Binary Data>" }, { "@type": "request-id", "data": "5MsWzvm0tz3aO-C4UATbpA" } ] }
We do not understand why we can not make SearchStream queries (in red) but if we obtain access queries AccessibleCustomers (in blue):

Can someone
know where the problem can be?
Thank you very much!
|
||||||