12-04-2019 05:47 AM
Hi All,
I need to push file using API.
the file format is PDF, I am getting error
“Error: File could not be found within the upload directory”
Could you suggest here ?
12-04-2019 06:20 AM
Hi,
Could you be more specific ? Are you trying to read some file using file reader snap and send it somewhere via REST call ?
Which snap is causing a problem ?
Regards,
Petar
12-05-2019 11:46 PM
Hi Petar,
yes, i am reading it through file reader snap and send it to server using rest post snap.
I am getting the error, “Error: File could not be found within the upload directory”
12-04-2019 10:33 PM
You might need to upload the file in sldb if its not there, please note the file size should not be more than 100 MB as that wont get uploaded to sldb. once the file is uploaded you can use REST POST Snap.
Regards
Anubhav
12-05-2019 11:45 PM
the file is already present in sldb server.