Is there a way to check if a file/folder in Dropbox has a shared link without creating one? -


we want use dropbox rest api check if file/folder has shared link, , if permissions has (e.g. password protected).

the relevant api call seems /shares, creates public shared link if no shared link exists. calling http verb has side effect.

is there way check shared link status without changing it?

no, it's not possible shared link status/metadata on dropbox api, we're tracking feature request.


Comments

Popular posts from this blog

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Handling constructor related functions while testing with mocha and sinon -