Elijah23Johnson / react-native-azure-blob-storage

File Storage In Azure
8 stars 31 forks source link

can i use this package for uploading,downloading and delete blobs to azure blob storage? #11

Closed Vrushabh59 closed 3 years ago

Elijah23Johnson commented 4 years ago

Yes

Elijah23Johnson commented 4 years ago

What is your use case?

Vrushabh59 commented 4 years ago

upload & download image,video and pdf and stream video from blob storage and if needed than delete blob from app , i had already done uploading & downloading

Elijah23Johnson commented 4 years ago

Just so I understand you... You are looking for the ability to stream video from the blob storage.

But you have already achieved the uploading process?

Elijah23Johnson commented 4 years ago

In that case all you need to do is present the file in the app using react-native Image or for Video

Vrushabh59 commented 4 years ago

I also want to implement delete a blob from app. i am stucked here. How can i implement delete functionality.

Elijah23Johnson commented 4 years ago

The library currently does not support the delete operation. I except pull request. So the native modules will have to implement the delete operation for the respective Azure libs.

sdhimanwyest commented 3 years ago

Can you provide the download file code?

Vrushabh59 commented 3 years ago

I had used different library for achieving functionality https://www.npmjs.com/package/react-native-azure-blob-storage-manager

bambuzld commented 2 years ago

Can you provide an example for downloading the file from Azure Blob Storage?