'R, Google Ads and Debian - authorization without using a browser

I am looking for a way to run a simple R script using the "rgoogleads" library to fetch Google Ads data on a debian VM and send to database. Unfortunately, I cannot use the browser that is needed to perform the authorization. Is there a way around?



Solution 1:[1]

Yes, you can use a service account instead: https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-service

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dave Davis