dabirbswerenoisyaround
How can I run a Google API inside a Docker Container?
I'm making a worker service that interacts with the Gmail API. Currently, I use OAuth 2.0 Client for the credentials:
It works fine until I run it on a Docker Container:
I've search through this on the internet and it wants me to use a Service Account. But I couldn't get it to work. I also tried using a normal API key but it says that it has limited access. I hope someone can help me with this. 😇
630 replies