VBK
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by VBK-
VBK commented,
I figured it out: try: new_file = client.folder(folder_id).upload(local_file_path) except BoxAPIException as e: print('File %s exists. Updating contents.'%local_file_path) file_id = e....
-
VBK commented,
Is there a way to make the upload function force overwrite of existing files? I'm currently getting the following error:BoxAPIException: Message: Item with the same name already exists Status: 409...