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
FileAttachments now prefers a resolve function that returns a {url, mimeType} object, such that file attachments can expose a mimeType field. A resolve function that returns only a url as either a promise or a string is still supported for backwards compatibility.