Hi guys,
Im using the Content Management API, on HTTP directly. My strings field’s, like name, description… are working, but my image update isnt.
When the Documentation says: " Now you can use the obtained URL to perform a
PUT
request directly to AWS, uploading the raw content of the file as the request body (no multipart upload!)", to get the upload_id, step 2, how can i do it using Javascript ? All the other steps are working, but the error is on this step 2.