LamyaRaed
Results
1
issues of
LamyaRaed
## Problem I'm using Gmail API to send emails with attachments within a *cloud function*. using gmail api client ```python gmail_client.users().messages().send(userId='me', body={'raw': raw_string}).execute() ``` following this Guide: https://developers.google.com/gmail/api/guides/sending#python I implemented...