box-community / box-javascript-sdk

A promise-based client-side SDK for making requests to the Box API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No function under "files" to get collaborations

a801227 opened this issue · comments

There is a corresponding function to get folder collaborations using
GET /folders/{id}/collaborations

However none for files.
GET /files/{id}/collaborations

Resolved with commit 67102d5.

Thanks.