Transmit photo to Blynk cloud client

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.