dropbox-php-sdk icon indicating copy to clipboard operation
dropbox-php-sdk copied to clipboard

Implement Sharing endpoints

Open kunalvarma05 opened this issue 9 years ago • 4 comments

kunalvarma05 avatar Nov 24 '16 18:11 kunalvarma05

Hello, when you are planning to implement sharing links? Thank you

tilekus avatar Apr 24 '17 08:04 tilekus

Is there any plan to release this before the API v1 end date (June 28)?

IncogniJM avatar May 23 '17 13:05 IncogniJM

any news on sharing ? only want to use api for sharing. ;(

Telrik avatar Aug 26 '17 07:08 Telrik

Hey all, I'm finding it a bit hard to spare time to work on the sharing endpoints due to other commitments.

Currently the SDK doesn't have dedicated methods for interacting with the Sharing endpoints, similar to how you have dedicated methods to get metadata of files/folders or upload a file.

However, the SDK can still make requests to the sharing endpoints (or any Dropbox API endpoint) and fetch/decode data.

Here's how you can work with the Sharing endpoints (or any other Dropbox endpoint) through the SDK.

Also, I'm making this issue (project) a part of Hacktoberfest.

Any and all contributions, big or small, are highly encouraged and gladly welcome.

Happy Hacktoberfest! 🎉

kunalvarma05 avatar Sep 28 '17 11:09 kunalvarma05