01-16-2023 02:19
01-16-2023 02:19
Using the azure.storage.blob function in Python Course , I was attempting to download an Azure blob. BlobServiceClient. There are numerous large blobs inside the containers; the error occurs when the code tries to download files that are 100 MB or larger.
Only the larger blobs are giving an error; the code works properly for smaller blobs: erroneous message - please insert the image description
Additionally, I tried the readinto, download to stream, and other methods listed in the MS documentation, but they all returned the same issue.
01-16-2023 08:03
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
01-16-2023 08:03
Hi @likith
This problem does not seem like it is related to the Fitbit Web APIs. May I suggest you contact the creator of the course or Microsoft Azure support for assistance.
Gordon
Best Answer