You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have got refresh token from oauth playground
running this command php artisan googleads:token:generate gives error Please provide a valid configuration for Laravel Google Ads
The text was updated successfully, but these errors were encountered:
I'm trying to reproduce the error, but everything works as expected. I can run php artisan googleads:token:generate without any issue.
Please make sure then 'env' value in your google-ads.php config file is set correctly since those are the values that will be taken when creating the refresh token.
Gettting this error, this is the google-ads.php.
It says OAUTH_TOKEN_INVALID.
And this is my code to fetch the reports
I have got refresh token from oauth playground
running this command php artisan googleads:token:generate gives error
Please provide a valid configuration for Laravel Google Ads
The text was updated successfully, but these errors were encountered: