This does not work with box sdk on python
Traceback (most recent call last):
File "p_box_test.py", line 12, in <module>
new_file = client.folder(folder_id).upload.upload('test.txt')
AttributeError: module 'boxsdk.client.client' has no attribute 'folder'
when i change the "client" to "Client" then i get this:
Traceback (most recent call last):
File "p_box_test.py", line 12, in <module>
new_file = Client.folder(folder_id).upload.upload('test.txt')
TypeError: folder() missing 1 required positional argument: 'folder_id'
Before you start showing off your intelectual superiority by telling me to read the development SDK again, i am working just fine with Trello, Slack and Ansible API using Python, and i do not want to stampede to start a more colloquial terms. Thanks in advance for helping me out.