I've hosted a cloud function on abc@example.com
account which uploads a file to google drive folder.
But the google drive folder is on another google count xyz@example.com
. I've given access of that folder to abc@example.com
But when I'm deploying the cloud function, in the logs its says Please visit this URL to authorize this application **link**
.
I'm unable to authorize the cloud function using that link and it is redirecting to http://localhost:8000.
What am I missing here?