草庐IT

BlobService

全部标签

python - 如何在 python 中导入 Azure BlobService?

我们可以导入azure.storage,但不能访问BlobService属性文档说要使用以下导入语句:fromazure.storageimportBlobService但是会出现以下错误:ImportError:cannotimportnameBlobService我们尝试了以下方法:importazure.storage...foo=azure.storage.BlobService(...)但是收到以下错误:AttributeError:‘module’objecthasnoattribute‘BlobService’我们还用“azure.storage.blob”而不是“azu