Unable to upload transient Documents (Adobe Sign REST API) via Alteryx
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I tried uploading document via Alteryx and everytime getting the error as mentioned below:
Following are the params & header contents for the configuration of REST API:
I took the reference from the following website for creating/formatting the payload.
https://swagger.io/docs/specification/describing-request-body/file-upload/
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Never worked with the adobe sign api, but what is the parameter boundary and what are you assigning to it?
Following the official doc, i would try to keep only the multipart/form-data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
HI @Felipe_Ribeir0,
Thanks for your response, I tried with supplying the path but that doesn't work too.
However, in this multipart post request the API has to main components:
- Header Params
- Authorization [this includes bearer token]
- Content Type [specified in the snapshot in the question]
- Content Length [???]
- Payload
- File-Name [specified in the snapshot in the question]
- Mime-Type [specified in the snapshot in the question]
- File [Fullpath > Blob > UTF8 encoded data]
The payload is properly structured in the boundary format as mentioned in https://swagger.io/docs/specification/describing-request-body/file-upload/ .
Still not getting the result and continuously error occurred. I tried generating the request using SOAPUI and that works perfectly but not via Alteryx.
Also, we cant see RAW request request made by Alteryx download tool.
Thanks
