Hi everyone,
i cannot find any way to share a folder with box app. I would like my box app to write/read files to an existing folder in box.
I am using the python SDK
basically under the hood I see that the call to
https://api.box.com/2.0/folders/<removed>/items is failing.
I tried also to generate a link and access the folder using the SDK example
folder = client.get_shared_item('https://app.box.com/s/gjasdasjhasd', password='letmein')
Any tips ?
p.s I do not have access to the Admin console
Thanks,
Lior