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.
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.