0

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

null
    • Alex.1
    • 3 yrs ago
    • Reported - view

    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

    7A7D9E1C-EEE1-45F9-908A-0EAE4E6B621D

    • Alex.1
    • 3 yrs ago
    • Reported - view

    Have you already found a solution for this?

    Thanks

    • Direction
    • 3 yrs ago
    • Reported - view

    Hi Alex,

    No I've not trying another time. I use Integromat instead. It's free !

    • Logistique
    • 3 yrs ago
    • Reported - view

    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

  • 3 yrs agoLast active
  • 4Replies
  • 1175Views