MASSIMO LOALDI
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by MASSIMO LOALDI-
MASSIMO LOALDI created a post,
Malformed file when downloading xlsx file with python sdk
I am accessing box to download an xlsx file, the file gets downloaded, yet it is corrupted, may you help ? thanks in advance file_id = '1234' download_file = client.file(file_id).get() transfer...
-
MASSIMO LOALDI created a post,
downloading and uploading files - python
Hello, I am using Watson Studio notebook and I downloaded the box file by using the following instruction. download_file = client.file(file_id).content() Now I need to upload the downloaded file in...