I have the same issue, trying to upload an image via POST https://api.baserow.io/api/user-files/upload-file/ for a Make Automation, entering the Authorization Token as Key in my header and then I receive the response “detail”:“Authentication credentials were not provided.”}
I have to check this again. I find it hard to figure this out. What I am missing is a step-by-step guide on exactly uploading a file in the file column type in Baserow via Make Automation.
I shouldn’t have to use the request module. There should be a Baserow module that offers all the required configurations.
Also, I am confused about why the Standard “Update Baserow” element in Make does not offer the option to upload files. Probably because it’s not straightforward. This is where I got stuck.
I will check the options you mention but I think I am still looking for an exact step-by-step guide how to do this.
Cheers
Is this something you could document a bit better and explain step by step how to do it?
I am completely lost. The problem is this documentation How to upload files via URL with the Baserow API // Baserow does not explain the basics, how to upload a file to a specific cell in Baserow. Also this is for programmers and not really “as promised” for non-technical people.
My questions are the following:
How to correctly authenticate?
How to define which table to upload the file to?
How to define which column to upload the file to?
How to define which row to upload the file to?
How to correctly upload the file to Baserow (I downloaded it first)
If you could kindly explain this step by step so we can follow. What also be appreciated is if you could provide a simple Element in Make.com to handle file uploads. If you could kindly explain and later provide a simpler solution for this that would be very much appreciated. Thank you.