Hello ... i'm stuck in a stupid thing.
Two different methods, one create folder, the other create_shared_link_with_settings.
I create a folder, so i create a shared link for it immediately after, all work ok.
I so try to call on another part of the code, the same method create_shared_link_with_settings, which return, constantly
stdClass Object ( [error_summary] => path/not_found/.. [error] => stdClass Object ( [.tag] => path [path] => stdClass Object ( [.tag] => not_found ) ) )
I've try to pass empty json values like:
$data = '{"path" : "/test" , "settings" : {}}';
Or
$data = '{"path" : "/test"}';but the error is ever the same. What hell i can be wrong into?
I think the json passed on curl call is the same, but do not work. Any idea?