Download file from storage #514
Replies: 6 comments
-
There is no restriction of the file (object) size. The large data upload/download are transferring as chunks. Most of this problem is because unstable network. You should try to connect via more stable network or the AP which has less devices connected. You may need to update ESP32 core sdk too. |
Beta Was this translation helpful? Give feedback.
-
I tried but this error happens too : Download failed, file I/O error |
Beta Was this translation helpful? Give feedback.
-
Read the comments in the examples carefully as it is already guide you how. |
Beta Was this translation helpful? Give feedback.
-
Firebase-ESP-Client/src/addons/SDHelper.h Lines 9 to 25 in d2fce37 Firebase-ESP-Client/src/FirebaseFS.h Lines 41 to 72 in d2fce37 |
Beta Was this translation helpful? Give feedback.
-
It worked thank you very much for the support and for such a wonderful library. ^_^ |
Beta Was this translation helpful? Give feedback.
-
I tried downloading file from storage about 25kb but it keeps giving me this error :
Download failed, response payload read timed out
meanwhile i tried files about 8kb and it successfully downloaded.
so how can i download large files and i am using esp32 dev Kit v1.
Beta Was this translation helpful? Give feedback.
All reactions