Skip to content

Commit

Permalink
fix #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Insam committed Mar 30, 2015
1 parent a554460 commit e076d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions undelete.py
Expand Up @@ -33,9 +33,9 @@ def recover_tree(folder = "/", recover_to=recover_to):
print "walking in %s"%folder

try:
meta = client.metadata(folder, include_deleted=True, file_limit=10000)
meta = client.metadata(folder, include_deleted=True, file_limit=25000)
except rest.ErrorResponse, e:
print e # normally "too many files". Dropbox will only list 10000 files in
print e # normally "too many files". Dropbox will only list 25000 files in
# a folder. THere is probably a way around this, but I haven't needed it yet.
return

Expand Down

0 comments on commit e076d07

Please sign in to comment.