Skip to content

Access Permission Issues for Datastore saved files. - Electron #514

Description

@sinumohan

I am using NeDB as a local storage for my electron app. Everything works fine except when I update my app , I want the data to be saved locally . But the new version cannot access data from files written by my old version . it throws an EACCESS : permission denied Exception.

var db = new Datastore({ filename:"PATH_TO_FILE",autoload:true});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions