Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Progress info while uploading file to azure blob storage. #36

Closed
ManuBabu opened this issue Nov 24, 2016 · 2 comments
Closed

No Progress info while uploading file to azure blob storage. #36

ManuBabu opened this issue Nov 24, 2016 · 2 comments

Comments

@ManuBabu
Copy link

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.

@jofri-msft
Copy link

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.

I am not sure what you mean by report. Have you enabled client-side logging? https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/client-side-logging-with-the-microsoft-azure-storage-sdk-for-java

@ManuBabu
Copy link
Author

jofri-msft pushed a commit to jofri-msft/azure-storage-android that referenced this issue Apr 24, 2017
jofri-msft pushed a commit to jofri-msft/azure-storage-android that referenced this issue Apr 24, 2017
Merge pull request Azure#36 from wastore/dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants