bjoern.busch
Chevereto Member
I successfully upgraded from 4.2.5 to 4.3.4 and the regular chevereto operation seams to work fine. I'm seeing an issue when trying to upload images via the API:
When I execute
The call returns:
Did something change in the API handling?
When I execute
Code:
curl --fail-with-body -X POST \
-H "X-API-Key: chv_SuperSecretKey" \
-H "Content-Type: application/x-www-form-urlencoded" \
-F "source=https://upload.wikimedia.org/wikipedia/commons/4/41/Sunflower_from_Silesia2.jpg" \
https://mygallery.com/api/1/upload
The call returns:
Code:
curl: (22) The requested URL returned error: 400
{"status_code":400,"error":{"message":"Empty upload source","code":130},"status_txt":"Bad Request"}%
Did something change in the API handling?