Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Unable to upload transient Documents (Adobe Sign REST API) via Alteryx

AbdulMoizSiddiqui
6 - Meteoroid

I tried uploading document via Alteryx and everytime getting the error as mentioned below:

 

AbdulMoizSiddiqui_0-1666014183359.png

Following are the params & header contents for the configuration of REST API:

AbdulMoizSiddiqui_3-1666013957712.png

 

 

 

 

 

I took the reference from the following website for creating/formatting the payload.

https://swagger.io/docs/specification/describing-request-body/file-upload/

 

Thanks

2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @AbdulMoizSiddiqui 

 

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.

 

Felipe_Ribeir0_0-1666015858374.png

 

 

Getting Started with Adobe Sign API | Adobe Document Cloud

AbdulMoizSiddiqui
6 - Meteoroid

HI @Felipe_Ribeir0,

 

Thanks for your response, I tried with supplying the path but that doesn't work too.

AbdulMoizSiddiqui_0-1666016148584.png

 

However, in this multipart post request the API has to main components:

  1. Header Params
    • Authorization [this includes bearer  token]
    • Content Type [specified in the snapshot in the question]
    • Content Length  [???]
  2. 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/ .

 

AbdulMoizSiddiqui_1-1666016658036.png

 


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

Labels