DataError: 404 when trying to connect with Uploadcare to update metadata

I am trying to use HTTP (make a request) using GET to update uploadcare meta data with form data from webflow and keep getting an error. it is driving me nuts! Looking for someone who can help with this and occassionally help with errors as I am trying to figure this out. I use uploadcare, webflow, Make and Airtable.

Hey Ziegrid,

404 errors usually mean your URL is wrong and there is no such page. Check the URL you are trying to access and verify that exists and its the correct one.

Welcome to the Make community!

Based on your screenshot, you are using an incorrect path.

According to the official UploadCare API documentation,

The method should be a “PUT” request, and the URL should look like this:

https://api.uploadcare.com/files/{uuid}/metadata/{key}/

For more information, see REST API 0.7 Reference — Uploadcare

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.