cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I got an error

I got an error

Shubham_Tyagi123
Explorer | Level 3

Hello,

 

I got an error when I give the signer as participants. Code and error screenshots are given below:

 

This is code:

 

$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.helloworks.com/v3/workflow_instances/preview",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 60,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => "document_delivery=true&workflow_id=".$value->workflow_guid."&participants=signer",
CURLOPT_HTTPHEADER => [
"Authorization: Bearer ".$token."",
"accept: application/json",
"content-type: application/x-www-form-urlencoded"
],
]);

 

and error screenshot:

Shubham_Tyagi123_0-1674027702074.png

 

Please help me to solve these errors.

 

 

1 Reply 1

Greg-DB
Dropbox Staff

It sounds like you're having trouble with the Sign API, so you can reach the right people for help using this page: https://faq.hellosign.com/hc/en-us/requests/new

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?