Hi,
We created an Rest API Extension to login and upload a Document to SharePoint.
In this API Extension, we can get the Access Token from login in SharePoint with the authentication endpoint, but when we send a multpart/form-data request with the File to the API Extension and we tried to get the parts from that request, the parts object return an empty list (for this API Extension we're using groovy).
I already declare the Annotation @MultipartConfig for this type of request and the method for this API Extension is POST, but I still couldn't get the file from the request.
Is there some kind of additional configuration required in order to create this kind of API Extensions receiving a multipart/form-data request?
Thanks in advance. Regards