简体   繁体   中英

HOW CAN I get link of uploaded file with dropbox-sdk-js

I use github sample to upload image file to dropbox and It's OK,

But after upload, HOW CAN I get link of uploaded file? Such as:

https://www.dropbox.com/s/wiczs1cbhwveq5p/2017_Penguins.jpg?dl=0

It used to record again (in my database) to download this file later, with:

javascript/download/index.html

要使用Dropbox API v2 JavaScript SDK获得文件的共享链接,可以使用sharingCreateSharedLinkWithSettings方法。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM