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
To use the Dropbox API in .NET we recommend using the official .NET SDK if possible:https://github.com/dropbox/dropbox-sdk-dotnetI 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.htm
There's sample code showing an upload here:
https://github.com/dropbox/dropbox-sdk-dotnet/blob/master/dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs#L312