Skip to content

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

@sinumohan

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});

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