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
Using azure-storage-cpp (probably v7.4) on Linux, I am trying to download a binary file into a std::vector<uint8_t>. The file exists under the container "testcontainer". Why does the function download_to_stream() fails with error code "NotFoundError"?
The text was updated successfully, but these errors were encountered:
drd2021
changed the title
download_to_stream() gives code "NotFoundError" although blob exists
download_to_stream() gives code "NotFoundError" even though blob exists
Oct 4, 2021
Using azure-storage-cpp (probably v7.4) on Linux, I am trying to download a binary file into a std::vector<uint8_t>. The file exists under the container "testcontainer". Why does the function download_to_stream() fails with error code "NotFoundError"?
Here's my code and the output below:
Code:
Output:
The text was updated successfully, but these errors were encountered: