Hey all - would love some help. If anyone is working with the Kunnu PHP sdk:
The following:
$response = $dropbox->postToAPI("/sharing/create_shared_link_with_settings", ["path" => "/path/to/file.txt"]);
$data = $response->getDecodedBody();
var_dump($data);
works once, then stops.
I'm assuming that has to do with the expiration time? Any way to set the expiration to be a minute or less? I'm testing and need to send a few requests in a row. Or is it something else?
Thanks in advance!