How to access collaborations via C# SDK
I'm new to the box.com SDK and API (using C#). I've managed to use the SDK to connect to box using JWT authentication and have gotten As-User working to an extent: I can upload files to the user root folder and see most files and folders in that user box. However, one of our service providers has shared a collaboration with the user box account into which I need to upload files. I have not been able to find a way to even see the Collaboration folder via the SDK. Has anyone else gotten this to work? I'm not sure what I'm missing.
-
Official comment
Hey Brian!
Try making a call to list folder items and use 0 as the folder_id path parameter. 0 indicates the root level for the user. This should return the folder in question and give you the folder ID you need to use with the upload file endpoint.
Let me know if you run into any error messages and I can try to further assist.
Comment actions
Please sign in to leave a comment.
Comments
1 comment