Skip to content

File Notes API Helper Documentation Incorrect #10

Open
@nlovelace

Description

Kept getting errors when trying to post a comment/note to a file. Egnyte support replied back that .addNote() is not a function of storage but rather notes. The online documentation needs to be corrected.
GitHub currently shows API.storage.path(path to file).addNote;

Response from Egnyte Support:
Yes, the error is expected as the addNote method is not a member of storage module. You need to use the notes module (i.e. egnyte.API.notes.path("/Shared/TECHNOLOGY/README.txt").addNote("Test") ).

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions