Open trysmr opened 1 year ago
Hi,
The List folder collaborations API does not seem to support offset and limit. https://developer.box.com/reference/get-folders-id-collaborations/
If we specify an offset and limit smaller than total_count for the folder_collaborations, the loop in the get_all_with_pagination will increase the number of collaborators.
folder_collaborations
get_all_with_pagination
We should use the the get method in the folder_collaborations.
get
Thank you!
Hey @trysmr , thanks for the contribution! Your change makes sense based on the info provided. I'll take a look and see if we can get this merged in
Hi,
The List folder collaborations API does not seem to support offset and limit. https://developer.box.com/reference/get-folders-id-collaborations/
If we specify an offset and limit smaller than total_count for the
folder_collaborations
, the loop in theget_all_with_pagination
will increase the number of collaborators.We should use the the
get
method in thefolder_collaborations
.Thank you!