Thanks to visit codestin.com
Credit goes to github.com

Skip to content

canViewPath cannot be unset on existing collabs #558

@jasonpan12

Description

@jasonpan12

Description of the Issue

The canViewPath parameter of collaborations can be set for a new collaboration, but not view or modify the parameter after that. There appears to not be a canViewPath variable in the collaboration:
https://github.com/box/box-java-sdk/blob/master/src/main/java/com/box/sdk/BoxCollaboration.java#L169

Versions Used

Java SDK: 2.4.0

Steps to Reproduce

Create a collaboration like so:
collaborate(BoxCollaborator collaborator, BoxCollaboration.Role role, Boolean notify, Boolean canViewPath)

cmd+f for canViewPath on this page

I'm not sure what happens if that is set to false or not - customer reported (I'm a boxer) and wanted to make this for due diligence per our internal convos :)

Error Message, Including Stack Trace

No errors, I think the issue is just that the functionality isn't there?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugAdded to issues that describes SDK bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions