Hi guys
I’m doing the Upload a file using API tutorial with Rest API using Thunkable blocks, but the file superfast.html doesn’t get uploaded. Here are the blocks based on what I read on file uploading in the api doc.
URL:
https://api.backendless.com/xxxxxxxxx/yyyyyyyyyyy/files/mission/superfast.html
Headers:
Content-Type: multipart/form-data
What might be the problem here? Do I need to add a Body part? And how does Backendless knows where the local file is? I’ve saved it to the Download path but I’m not sure if it will read there. Also, the html file is empty in case that matters.