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
…rvice and fixspotify#3005
azure-storage==0.36 didn't support `token_credential` argument in `BlockBlobService` init.
Upgrade to the new package `azure-storage-blob` and use the last version that still supports `BlockBlobService` (it's deprecated,
but that can be upgraded another time)
Fixesspotify#3005 by passing `token_credential` argument.
I also had to explicitely default the protocol to "https", otherwise the initialization fails when we provide a token_credential argument.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If closed, you may revisit when your time allows and reopen! Thank you for your contributions.
In
azureblob.py
thetoken_credential
param (optional) is not passed toBlockBlobService
.According to the docs it's a valid input param
The text was updated successfully, but these errors were encountered: