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

mkDir issues #55

Open
paulcanning opened this issue Aug 11, 2015 · 0 comments
Open

mkDir issues #55

paulcanning opened this issue Aug 11, 2015 · 0 comments

Comments

@paulcanning
Copy link

I am have some issues with mkDir.

I have an array that lists some files to download (using the filer-download.js addon) and I am looping through each array item using jQuery $.each().

I get the following errors in the console:

filer.js:567 FileError is deprecated. Please use the 'name' or 'message' attributes of DOMError rather than 'code'.
filer.js:568 Uncaught TypeError: Cannot set property message of # which has only a getter(anonymous function) @ filer.js:568

I need the following directory structure:

  • main_dir
    --sub_dir
    --sub_dir

etc

I have tried using mkDir to create the main_dir, then in the loop, tried to create the sub_dirs, but I just get multiple of the error show above.

I have initialized Filer with 1000mb and persistent storage.

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

No branches or pull requests

1 participant