En Thai
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Activity overview
Latest activity by En Thai-
En Thai created a post,
Error handling uploading a file to Box 409
I have this code which deliberately attempts to upload a file that already exists in the Box folder. try: new_file = client.folder(8888888888888).upload('c.txt')except: print('End') How do ...
-
En Thai commented,
I know this is 4 years late but I'm new to BOX and Python and trying to write a python script to download or upload a file. Would you or anyone be so kind and provide a basic working script for me ...