You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have an issue with gmail.users.watch() function to make system that automatically get new mail from inbox for graduate project.
The error message seems like the user that login google api does not have permissions to access pub/sub service, so I tried to check user inform like below code.
Through this console, I found login doesn't have any association with this problem.
And I saw someone's solution that adding 'Service Account User' permission to service account will be work. So I tried it too, but same error arose.
I'll attach my code below, so please let me know the correct solution for this.
Thank you.
Hi, I have an issue with gmail.users.watch() function to make system that automatically get new mail from inbox for graduate project.
The error message seems like the user that login google api does not have permissions to access pub/sub service, so I tried to check user inform like below code.
Through this console, I found login doesn't have any association with this problem.
And I saw someone's solution that adding 'Service Account User' permission to service account will be work. So I tried it too, but same error arose.
I'll attach my code below, so please let me know the correct solution for this.
Thank you.
The text was updated successfully, but these errors were encountered: