One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
MathanKumar
7 years agoExplorer | Level 4
need .net sample code for upload files
Hi..i need sample code for upload files to dropbox with API and also i want to integrate that in my unity application..so kindly any one give sample code for upload
- Greg-DB
Dropbox Staff
To use the Dropbox API in .NET we recommend using the official .NET SDK if possible:
https://github.com/dropbox/dropbox-sdk-dotnet
I recommend reading through the guide there to get started.
It has methods for uploading files, such as UploadAsync:
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadAsync.htmThere's sample code showing an upload here:
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,947 PostsLatest Activity: 10 hours ago
If 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!