I've hosted a cloud function on [email protected]
account which uploads a file to google drive folder.
But the google drive folder is on another google count [email protected]
. I've given access of that folder to [email protected]
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?