Document ID error in Docusign

Hello everyone, this is my first post.
I’m having problems with the Document ID parameter in Docusign. The process is simple: it starts from my CRM (developed in No Code) which, via a Webhook, retrieves the PDF file produced locally, uploads it to my Google Drive, and tries to recover it with the Docusign module. The document is found but the Document ID parameter (Value 1) is not considered valid and the process hangs. I searched in Community but I can’t find a similar error. Thanks for anyone who wants to help me.

Can you share the screenshot of the steps between your upload to Google Drive and Docusign modules please?.

Also screenshot the inputs you have put into the Docusign module

Hello @D-EFFCON and thank for reply.

The error as following

Thank you for helping

Iberio Michieli

Did you check if your file is actually getting uploaded to google drive?

Cause what you have mapped in here

And here

is incorrect. It is not expecting a text value, but rather binary data.

Here’s how file data looks like in Make

That’s how it should look, and from what I can see currently, I believe that format is not coming through your webhook

Hi @D-EFFCON probably you are right. There is a way to convert with make out pdf in a binary file ?

Thank for support

Just use Google Drive’s download a file module