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
Hey @samitsdei!
To help you we will need additional information, like which NodeJS version are you using, and how are you wrapping your entity? Also, what's the value of destFolderId are you using?
Hello team,
when I try to call the below code snippet, I get the error.
const uploadMetaResult = await arDrive.uploadAllEntities({
entitiesToUpload: [{ wrappedEntity, destFolderId }]
});
Error : ReferenceError: Headers is not defined
Please help with this how to pass headers in the above snippet.
Thanks.
The text was updated successfully, but these errors were encountered: