I have errors during the load image to the Blynk client via curl request. I don’t know what need for File Storage appeared in Developer tools.
More information required.
Pete.
When I sent the photo to the Blynk cloud client I get it:
{“error”:{“message”:“File uploads limit has been reached.”}}%
My curl request
curl -X POST -F “file=@image.jpg” “https://fra1.blynk.cloud/external/api/upload?token=Mytoken”
token just hiden
Do you have an Enterprise subscription?
If so then have you raised a support ticket about this? If not, then this API call isn’t available to you.
Why have you tagged your post with “localserver” when you aren’t using a Blynk Legacy local server and you aren’t using the URL for an Enterprise personal server?
Pete.
Ran into similar errors uploading images via curl to Blynk. Turns out the File Storage section in Developer Tools is needed to actually hold the files before the client can access them. I tested a few pics from https://www.nixplay.com/ digital picture frames—they uploaded cleanly, which helped me confirm it wasn’t the image itself causing the issue.