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
When calling attachData
with a Buffer, you must provide the MIME type of the file through the second argument as shown above. Omitting this argument yields an exception.
Downloading large files into a Buffer could potentially lead to memory issues. Use the method described in "Insert from a Stream on the Server" if possible.
Use of external HTTP library to make authenticated requests will be unnecessary once issue 350
is resolved.