简体   繁体   English

是否可以通过编程方式获取共享的Dropbox链接而无需将用户发送到Dropbox登录页面?

[英]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 . 我正在vb.net 4.5中开发Web应用程序,并使用第三方库Dropnet I'm wondering if is it possible to get a shared link from dropbox- programmatically- without having the user to login to dropbox. 我想知道是否有可能以编程方式从Dropbox获取共享链接,而无需用户登录到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. 如果可以通过API访问您的保管箱文件,则可以从应用程序控制台请求您正在使用的应用程序的访问令牌。

See button here: 在此处查看按钮: 生成访问令牌

If it is the users file you are trying to access, they have to auth via OAuth2 for security purposes. 如果它是您尝试访问的用户文件,则出于安全目的,他们必须通过OAuth2进行身份验证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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