php - Listing entire folder->subfolder structure of Dropbox Account (Dropbox API) -


The fastest way to recover the drapebox folders of authorized users starting at "/" (read best performance) The path I'm trying to find I'm open to using PHP or Python.

Here is my code (PHP):

  function db_recursive ($ dbxClient, $ path, $ folders = array (), $ call = array ()) {$ FolderMetadata = $ DbxClient-> GetMetadataWithChildren ($ path); $ Is called $] = $ path; ($ Contents ['contents'] $ content Content ['path']] = $ content ['path']; }}} Foreach ($ c => $ folder as folder $) {if (in_array ($ k, $ call)) {continue; } And {db_recursive ($ dbxClient, $ k, $ folders, $); Problems going on in: 1. GetMetadat with tried using the delta method instead of children, but give about 5 minutes of approximately 80,000 entries (as a result of using PHP or Python in the same way). 2. With GetMetadat with children, I am running in 'Maximum Function Level Errors (it has increased to 300)  

Does anyone have a job to get quick access to all folders and subfolders is?

Using

/ delta is the fastest way to do this is. See.

She said, for five minutes sound for some 80,000 entries in a while. I used to expect more than one to two minutes, so it might be able to check where the time is going (like how many calls are being made and how many entries are coming back with each call) .

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -