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
constattachmentId= ... // getting an attachment id somehowexch.GetAttachment(attachmentId).then((res)=>{// expecting to get here})
This code fails as I need to pass it an attachment structure or array of attachment structure. I think it would be nice if you add check for type of first argument - if it's a string or array of strings, use
I need to load attachments by their IDs.
This code fails as I need to pass it an attachment structure or array of attachment structure. I think it would be nice if you add check for type of first argument - if it's a string or array of strings, use
The text was updated successfully, but these errors were encountered: