Hi,
I am currently testing some API endpoints, and I encountered an error with the v2/multipart endpoints.
https://developer.opentext.com/apis/14ba85a7-4693-48d3-8c93-9214c663edd2/d7540c64-7da2-4554-9966-069c56a9341d/935d02c0-4e03-4f1d-b3cd-7d9a6017e4f7#tag/multipart
I can successfully get my upload_key via the "Start a Large File Upload" endpoint, but when I try to upload a part of my file with the "Upload a Large File part" endpoint I get the following error : {"error":"Error: File could not be found within the upload directory."}.
I am using the upload_key received via the "Start" endpoint in my call to the "Upload" endpoint.
My test file is named "test2Go.txt" (because it weighs 2Go...).
Here is what I tried :
in the "Start" endpoint, I tried using "test", "test2Go", "test2Go.txt" as the file_name parameter
in the "Upload" endpoint, I tried using 1 and 0 as the part_number
Everytime I get the error. My guess is that this is a 22.4 REST Api endpoint and our Content Server instance is at 21.4.
Thanks,