menukaonline / goindex-extended

A Google Drive Index, which has a lot of extra features, running on Cloudflare Workers.
https://demo.dudoo.workers.dev
MIT License
442 stars 252 forks source link

Second Drive not listing files. #66

Open ZeroCool22 opened 2 years ago

ZeroCool22 commented 2 years ago
// =================== 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.