We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Gcleanwood
2 years agoExplorer | Level 3
Maui app to upload to dropbox
Hi, I want to develop an app with .net maui for just five people. One function of this app is to upload files (mostly photos) to one Dropbox. Can this be done without forcing them to enter the Dr...
Greg-DB
Dropbox Staff
Gcleanwood The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. As Здравко mentioned, while it is technically possible to always connect to just one account for all users, we do not officially support this, for various technical and security reasons.
You may be interested in using the GetTemporaryUploadLinkAsync method, as long as you don't expose the actual access/refresh tokens for your account to other users.
Здравко
2 years agoLegendary | Level 20
Greg-DB wrote:...
You may be interested in using the GetTemporaryUploadLinkAsync method, as long as you don't expose the actual access/refresh tokens for your account to other users.
How will be such method in use without exposing any token? 🤔 Maui is designed and usable for local applications (no server side)!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!