close
Skip to content

Issue with 'notify' parameter of collaborate method #544

Description

@kojimaru14

Hi there,

I am trying to turn off email notification for collaborate invite,
but the invited person still receives email notification.

Below is the code I am using to do this:

BoxFolder testFolder = new BoxFolder(api, "FolderID");
testFolder.collaborate("Email Address", BoxCollaboration.Role.EDITOR, false, false);

Although I am setting the 3rd parameter ('notify') false,
the invited person still receives an email.

This seems like a glitch to me. Would you be able to fix this?
Thanks!

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