简体   繁体   中英

Is it possible to programmatically get a shared Dropbox link without sending the user to the dropbox login page?

I'm developing a web application in vb.net 4.5 and using the third party library: Dropnet . I'm wondering if is it possible to get a shared link from dropbox- programmatically- without having the user to login to dropbox. thanks in advance!

If it is access to your dropbox files via the API, then you can request an access token from the App Console for the app you are working on.

See button here: 生成访问令牌

If it is the users file you are trying to access, they have to auth via OAuth2 for security purposes.

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