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
I am using azure blob storage in my android app to store files.
for uploading the files from android phone to blob storage i am using "CloudBlockBlob" instance
Example:- "cloudBlockBlob.uploadFromFile(File_Path,File_Uri)
issue:
1.i am not able to get upload progress on upload action.
2. if upload fails due to some network issues not able to get the report.
3. no acknowledge report after upload completed.
please help me with this.
The text was updated successfully, but these errors were encountered:
Hi @ManuBabu , as mentioned in #28, there is support in the operation context to setResponseReceivedEventHandler() to notify you every time a put block call is made but that is the extent of upload progress at this time.
Hi,
I am using azure blob storage in my android app to store files.
for uploading the files from android phone to blob storage i am using "CloudBlockBlob" instance
Example:- "cloudBlockBlob.uploadFromFile(File_Path,File_Uri)
issue:
1.i am not able to get upload progress on upload action.
2. if upload fails due to some network issues not able to get the report.
3. no acknowledge report after upload completed.
please help me with this.
The text was updated successfully, but these errors were encountered: