简体   繁体   English

通过我的android应用直接将文件发送到我的Dropbox空间,而无需用户登录

[英]Send files directly to my Dropbox space through my android app, without asking the user to log in

I have developed a android application through which user can send their files to my server. 我已经开发了一个Android应用程序,用户可以通过该应用程序将文件发送到我的服务器。 here i want to use drop-box to receive files directly to it. 在这里,我想使用保管箱直接接收文件。 when the user is sending files, it should directly reach my drop-box space. 当用户发送文件时,它应该直接到达我的保管箱空间。 i have developed a test app, by referencing the drop-box API, but it asks me every-time to log in to drop-box. 我通过引用保管箱API开发了一个测试应用程序,但它每次都要求我登录保管箱。 i'm planing to put my app in Google play store, there i cannot go to every user those who download my app, and log in to my drop-box account. 我打算将我的应用程序放到Google Play商店中,在那里我无法访问所有下载我的应用程序并登录到我的保管箱帐户的用户。

In Short: How can i make my users to send files directly to my drop-box space, without asking the user to log in to drop-box. 简而言之:如何使我的用户直接将文件发送到我的保管箱空间,而不要求用户登录到保管箱。

I have successfully implemented this! 我已经成功实现了! Thanks to @Greg ! 感谢@Greg! :) :)

Solution is here! 解决方案在这里!

https://stackoverflow.com/a/15758793/2811343 https://stackoverflow.com/a/15758793/2811343

Sharing it as it may be useful for someone in future. 分享它,因为它将来可能对某人有用。

暂无
暂无

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

相关问题 创建包含图像的PDF并将其发送到我的Android应用中的DropBox - Create PDF contains Image & send it to DropBox in my Android App 如何使用生成的Dropbox访问令牌将我的Dropbox文件连接到Android Studio中的Dropbox控制台应用程序 - How do I use the dropbox access token generated to connect my dropbox files to my dropbox console app in android studio 如何直接登陆应用程序而无需在android深度链接中询问用户选择 - How to directly land to the app without asking user choice in android deep link 使用Dropbox API从我的Android应用程序上传到Dropbox的JPG文件缺少像素 - JPG files uploaded to Dropbox from my Android app using the Dropbox API having missing pixels 从我的应用程序访问保管箱文件,下载文件并将其上传到保管箱 - access dropbox files from my app, download and upload files to dropbox 直接从我的 android 应用程序发送 whatsapp 消息 - Send whatsapp message directly from my android app 如何在不征求用户权限的情况下直接卸载Android应用程序 - How to uninstall an android app directly without asking for users permission 直接通过Graph API在本机Android应用中共享帖子,而没有任何UI会阻止我的FB应用? - Share a Post in native Android app directly through Graph API without any UI would block my FB app? 从我的应用程序Android启动Dropbox - Launch Dropbox from my app Android 在我的Android应用程序上添加保管箱功能? - Adding dropbox feature on my android app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM