Hi everyone,
i want to use activepieces to label emails for me, but the Gmail piece does not seem to have sufficient permissions to do this via custom API call. Is there a known workaround for this? Maybe i just missed something. According to the API Docs we need either https://mail.google.com/
or
https://www.googleapis.com/auth/gmail.modify
to be in scope to hit the correct endpoint (https://gmail.googleapis.com/gmail/v1/users/{userId}/messages/{id}/modify
)
Any help is appreciated, thanks!