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
@cx5168 What blob package version are you using? v10 or v12? Make sure you are using v10 in package.json. So it will throw the timeout error message if the version is v12.
const {
Aborter,
BlobURL,
BlockBlobURL,
ContainerURL,
ServiceURL,
StorageURL,
SharedKeyCredential,
uploadStreamToBlockBlob
} = require('@azure/storage-blob');
const ONE_MINUTE = 60 * 1000;
Aborter.timeout(30 * ONE_MINUTE)
error message:
Cannot read property 'timeout' of undefined TypeError: Cannot read property 'timeout' of undefined
why?
The text was updated successfully, but these errors were encountered: