The Python example given in the docs seems to have stopped working: ``` # Upload a file vault = Vault.get_personal_vault() obj = vault.upload_file('analysis.tsv', '/') # Download the file obj.download('local_file_name.tsv') ``` 
The Python example given in the docs seems to have stopped working: