Hi, can you help me understand how secure-upload works? We’ve added the datasource and enabled the endpoints via the slate admin panel. I followed the public docs, but got lost on the last step (step #4) – the docs explain secure-upload-raw via https, but secure-upload has a wizard for assembling the query via service api. How do I pass the query the token that we generated in the previous steps?
Docs: Upload data for public applications
It seems you may be using the secure-upload
datasource, as opposed to the secure-upload-raw
datasource (See the first point in Create query for data upload). The former datasource has a set of fields, but the latter allows you to directly edit the JSON request body. That should allow you to set up your secure upload.
Is there a way to use secure-upload
to upload a file to a dataset or is this only possible via the blob service with secure-upload-raw
?