This topic was automatically generated from Slack. You can find the original thread here.
I’ve got another bug on Gmail developer here - the ‘send_email’ module.
For uploading an attachment, the ‘key’ object is the problem (i believe)
The ‘value’ object works fine - both for a file on the tmp storage or from a url - but if you don’t provide a ‘key’ object- the email will send but the attachment on the email is simply ‘value’ - without an extension - but file size it correct.
I was looking at the documentation, you have to provide a mime type - which, too be fair, you have programmed in as a prop - but there’s something wrong because I think the key is looking for a path
just a return path - but I’ve tried testing it with the actual value, and that didn’t work - I tried looking at the documentation and I don’t really understand the “\n”