-
GetCurrentAccountAsync API Failing for some Team Members while using Impersonation
Hello @Greg-DB We are using the GetCurrentAccountAsync API to determine whether a team member uses Team Space, and to obtain their RootNamespaceId and HomeNamespaceId values. Below is the relevant code snippet: string appkey = ConfigurationManager.AppSettings["DropboxAppKeyBiz"]; string appsecret =…
-
Use RootNameSpaceId or HomeNameSapceId
Hello @Greg-DB We have developed a migration app that one of our customers used for migration files from Windows to Dropbox. The migration worked fine except that the files were migrated in a different folder from the one selected by customer. I then read Dropbox Team Files…
-
Custom Tool - Slow File Upload Speed
Hello @Greg-DB We have developed a tool to help our customers move data from Windows File System to Dropbox. The upload is done in batches of 8 files using the Dropbox APIs - UploadSessionStartAsync, UploadSessionFinishBatchAsync and UploadSessionFinishBatchCheckAsync. Uploads were tested keeping the chunk size between…
-
Estimate Dropbox Transfer Speed for Upload and Download
Hello @Greg-DB I am trying to establish the transfer speeds I would get before I start bulk data upload and download to/from Dropbox and my system. Is there any built-in API to help me find the Download and Upload Speeds with Dropbox. If not, what would be the best way to estimate the speeds in C#. Thank-you, Gagan
-
Dropbox for Business App - Development to Production Status Confirmation
Hello Greg, We had developed a Dropbox for Business App which was under Development status.We had used all 5 out of 5 slots by 5 Dropbox Teams. When we tried to on-board a new Dropbox Team to our App, we got the following error. "This app is in development mode and can't be authorised by more teams....." We applied for…
-
Restricted Content Error Again
Hello, I am facing Restricted content Error for some files in dropbox while downloading them using Dropbox API for Biz using .NET. Files for Dropbox Customer A: /Archive/company/filmdistrict legal/1_forms/administrative tools/credits templates/Billing Block Template/._EXAMPLE Billing Block - UPDATED TEMPLATE (5.3.12).doc…
-
Dropbox Peering
Hello, We are downloading our customer's large dropbox account data on Microsoft Azure machines using Dropbix for Business API. Is there any way we can speed up the dropbox downloads. I have heard of a technique called Peering. How can we use it in our solution ? Thanks, Gagan