Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get contents of dropbox folders and sub-folders? #36

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments
Open

get contents of dropbox folders and sub-folders? #36

GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Apologies in advance for what most likely will be a stupid question.

I thought I remembered from a year ago that when you get metadata for a folder, 
you get file info from it and all subfolders (recursive).  

Perhaps I wrongly remembered as the only way I've found for me to get all the 
files in a directory and subdirectories is to run
dropAPI.metadata(folder, 1000, "", true) and if a folder is detected, run 
another dropAPI.metadata but for the subfolder, and so on (the data contained 
in the folder is not reported). 

My Q is, is there a simpler way of doing this?

Thanks,
Andy.

Original issue reported on code.google.com by [email protected] on 19 Feb 2013 at 5:47

@GoogleCodeExporter
Copy link
Author

No, there are no simpler way of doing this, since this functionality should be 
provided by the api. the api will only provide the basic function, which is 
strictly following the official dropbox api definitions

Original comment by grossopaforever on 21 Feb 2013 at 2:11

  • Changed state: Question

@GoogleCodeExporter
Copy link
Author

Hi there, well, it took a few weeks of polishing the code in my spare time, but 
here's v1 of my sync code: https://bitbucket.org/andytwoods/dropbox-as3-sync

As before, scary indeed having one's underwear (code) open to the world!  I'm 
self taught so keen for feedback :)

No unit testing yet.  To come.  Been putting off figuring out FlexTest async 
tests.

Original comment by [email protected] on 3 Mar 2013 at 3:32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant