When I'm calling this api to Google Ads API explorer it's working fine but on calling from my code in node js it's giving error message:* 'The caller does not have permission', with error 403 *and * 'request-id': 'Yx07iORrYruWwV8S9cizIg*', * I've standard access of Google Ads Developer token* I've given following permission in OAuth. You can check in screenshot[image: Screenshot from 2023-07-09 12-56-19.png]
I've also attached below given scope in React js to get access_token for login with google scope="openid profile email https://www.googleapis.com/auth/adwords https://www.googleapis.com/auth/adsense https://www.googleapis.com/auth/adsense.readonly https://www.googleapis.com/auth/adsdatahub https://www.googleapis.com/auth/adsense https://www.googleapis.com/auth/adwords " Kindly help me to call campainBudget API to solve this error error message ERROR : { code: 403, message: 'The caller does not have permission', status: 'PERMISSION_DENIED', details: [ { '@type': 'type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure', errors: [Array], requestId: 'Yx07iORrYruWwV8S9cizIg' } ] } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/9d3a70d5-6f0a-4c39-a9f0-12b7f405dee9n%40googlegroups.com.
