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

Why does the result have committedBlocks instead of blob properties like blob, container, md5, etc? #100

Closed
raddevon opened this issue Dec 4, 2015 · 4 comments

Comments

@raddevon
Copy link

raddevon commented Dec 4, 2015

When I upload a largish file (35MB) to blob storage, I'm getting an unfamiliat result back in my createBlockBlobFromLocalFile callback. Instead of having the typical blob result properties, I get an object back with nothing but a single property: an array called committedBlocks.

I can see that the file was uploaded, but my app expects the blob name back in the callback. Why am I not getting this in the case of the larger file? I can't find any documentation about the result object and what its various properties mean.

@raddevon
Copy link
Author

raddevon commented Dec 4, 2015

Tried passing options to increase the timeout thinking maybe if the timeout is too short, the method returns info about what was completed up to that point, but I'm getting the same result.

@yaxia
Copy link
Member

yaxia commented Dec 18, 2015

@raddevon Thanks. This is an issue inside the library. We are working on the fix and will have it in a later release.

@vinjiang
Copy link
Member

It's fixed in latest release (0.8.0), could you please have a try?

@tonytontian
Copy link

Hi I think the bug is still there for function createBlockBlobFromBrowser

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

4 participants