madhukar
madhukar

Reputation: 61

Set visibility of dropbox files/folders as public or private using api php

I am trying to implement dropbox apis using php in my website for sharing. Using shares() I am able to get share link for a folder/file but visibility is always "PUBLIC". Is there any method/api to set the visibility? Thanks

Upvotes: 1

Views: 111

Answers (1)

Greg
Greg

Reputation: 16940

No, the Dropbox API doesn't currently expose a way to set the visibility of shared links. We're tracking this as a feature request though.

Upvotes: 1

Related Questions