I'm trying to upload files with different sizes, some are <150MB and some are >150MB ... that's why I upload files in 140MB chunks using the `/upload_session/start`, `append`, and `finish`... as specified in the `start` docs I can use `"close": true` if I want to close the session, and that's what I do to close the session if the files are <140MB. but how can I specify the `"path": "/Homework/math/Matrices.txt"` as in the `finish` docs?
Am I getting something wrong here?