curl -X POST --header 'Content-Type: multipart/form-data' --header 'Accept: application/json' --header 'apiKey: xxxxx' -F EntityID=f8133f32-fcef-4085-94fa-2185c0c02dd8 '
https://private.ms:31527/ExternalApi/api/CrewingDocumentsContent/UploadFile'
I am struggling for a long time to get it to work.
I would like to download a file from my server v ia a dynamic url, but pabbly for some reason can not download it.
So i tgired via upload to google drive first, and dropbox, that worked sometimes.
So now i sent it via email to pabbly, its way more stable, after i have the file url i need to upload it via this api, but via api module i cant get it to work, probably my lack of understanding, so a buddy wrote the pythin for me that worked, but not always, and the ident formatting issue makes it less usable.
But i am new here, so probably my bad
