Giter Site home page Giter Site logo

Comments (10)

vinodc avatar vinodc commented on July 3, 2024

Hi Oleg. I am unable to reproduce this in Firefox 39.0.3 on OS X using this test JSFiddle. Could you let me know if you encounter the issue on that JSFiddle?

from file-picker.

oleglark avatar oleglark commented on July 3, 2024

JSFiddle works ok for me. No errors. I have moved to JSFiddle same settings as we have in our implementation and it is working good as well. I`ll be trying to identify what exactly causes that issues and follow up on that in this thread

from file-picker.

oleglark avatar oleglark commented on July 3, 2024

@vinodc it was not only issue related to FF, but to any browser. Specifically, when there is no info about any connected services - it will fail with this i.filesystem is not a function error. I have debugged it a bit and it seems like it failed to send some kind of postmessage. If you connect some services and then try to upload a file from computer - then it will work.
Fixed it by removing the account_key: true option from the explorer initialization. Without that option file upload works in all the cases (with and without connected serivces).

from file-picker.

vinodc avatar vinodc commented on July 3, 2024

Thanks for the additional information Oleg. Would it be possible for you to share the configuration used that caused it to fail? I'd like to attempt to reproduce the error.

from file-picker.

oleglark avatar oleglark commented on July 3, 2024
window.Kloudless.explorer({
    app_id: "APPID",
    direct_link: true,
    types: ['files'],
    account_key: true,
    computer: true,
    services: ['dropbox', 'box', 'gdrive', 'skydrive', 'copy', 'egnyte'],
    keys: []
})

But i was not able to reproduce it in your JSFiddle, even with my options set, so, it is a bit weird

from file-picker.

oleglark avatar oleglark commented on July 3, 2024

Also, clean out the local storage, so there will be no account info in it. This was one of the steps I needed to reproduce it.

from file-picker.

ahcai avatar ahcai commented on July 3, 2024

@oleglark I wasn't able to reproduce the error on our test JSFiddle with your configuration even after cleaning out localStorage. Would you be able to link to any example page or JSFiddle that reproduces the error?

from file-picker.

vinodc avatar vinodc commented on July 3, 2024

@oleglark Was this issue still a concern? Did you have an example page/JSFiddle we could reproduce the error on?

from file-picker.

oleglark avatar oleglark commented on July 3, 2024

I`m not able to reproduce it anymore

from file-picker.

vinodc avatar vinodc commented on July 3, 2024

Thanks for the quick response. I'll close this issue for now then.

from file-picker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.