API file upload
Hi,
Do you know if the upload file API method is working ?
Someone can give an example ?
Thanks a lot.
4 replies
-
Hi,
I try this too... without succsess
and I have another problem...
I can get a file with API in ios shortcuts, but i can't "GET" and import a file into Ninox. (from Database to Database with API)
When i try to do this than is this the result
-
Have you already found a solution for this?
Thanks
-
Hi Alex,
No I've not trying another time. I use Integromat instead. It's free !
-
Alex, I've found a solution. Look at this curl command from OSX to upload file in NinoxDB :
curl -F "data=@/users/myrep/thisfile.pdf" -H "Authorization: Bearer XXXX-XXXXX-XXXX" -H "Content-Type: multipart/form-data" -X POST https://api.ninox.com/v1/teams/xxxxxxxxxx/databases/xxxxxxxx/tables/A/records/1/files
Content aside
- 4 yrs agoLast active
- 4Replies
- 1201Views