Hello there!
I'm trying to get some data from GCP and I'm having issues with that. My company has an application in R and we are trying to connect and request data using the bigrquery package.
I have the same credentials that we used to connect through PowerBI within a JSON file. However, when I call the function bq_auth(path = 'credentials.json') it opens the browser asking for authentication. This cannot be allowed inside the application.
Has anyone had a similar problem or know the solution to this?
You have a similar answered question here.