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

Second Drive not listing files. #66

Open
ZeroCool22 opened this issue May 14, 2022 · 0 comments
Open

Second Drive not listing files. #66

ZeroCool22 opened this issue May 14, 2022 · 0 comments

Comments

@ZeroCool22
Copy link

ZeroCool22 commented May 14, 2022

// =================== ROOTS ===================
  "roots": [
    {
      id: "***", //you can use folderid other than root but then search wont work
      name: "zzz",

      /* provide 'username':'password' combinations seperated by commas. 
       * If you add empty values like this => auth":{"":""} then the site will still ask for authentication but user can enter without entering any data by clicking submit
       */

      // To enable password protection, uncomment the below code line(remove "//" in the front of the below code line)
      auth: {'xxx' : 'xxx'},
      protect_file_link: false //true or false
    },
    {
      id: "***",
      name: "xxx",
      // To enable password protection, uncomment the below line
      auth: {'xxx' : 'xxx'},
      protect_file_link: false
    },
    // You can add more drives like above

First Drive "zzz" listing files correctly.

But Second Drive "xxx" not listing at all.

What could be the problem?

PD: *** are for protecting the ral ID in this post, I have written the correct ID's on the config.

@ZeroCool22 ZeroCool22 changed the title Second Drive not lisring files. Second Drive not listing files. May 14, 2022
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