Hi, I am using ESP32 C6 module and use a function to list all files in FB storage. It was working since update to 2.2.7 from 2.2.2 - fixed by downgrading to 2.2.4.
storage.list(aClient, FirebaseStorage::Parent(STORAGE_BUCKET_ID), processData, "listFWTask");
Returns always 511 bytes of incomplete data.
I´m not sure, but maybe an issue with ssl client?
Kind regards
Sebastian
Hi, I am using ESP32 C6 module and use a function to list all files in FB storage. It was working since update to 2.2.7 from 2.2.2 - fixed by downgrading to 2.2.4.
storage.list(aClient, FirebaseStorage::Parent(STORAGE_BUCKET_ID), processData, "listFWTask");
Returns always 511 bytes of incomplete data.
I´m not sure, but maybe an issue with ssl client?
Kind regards
Sebastian