ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

can not upload file #104

Open allenfoxtc opened 4 years ago

allenfoxtc commented 4 years ago

log: upload method: POST open /home/userdata/workspace-723ceb50-9552-457a-8c39-255f1cd02947/userdata/sheet.txt: no such file or directory

i think the folder name is mismatch

manager.go use userfolder: https://github.com/ricklamers/gridstudio/blob/834a481a104825321ed9d5a00e1834ead0fe428c/grid-app/proxy/manager.go#L686

but upload server use userdata: https://github.com/ricklamers/gridstudio/blob/834a481a104825321ed9d5a00e1834ead0fe428c/grid-app/main.go#L104

and os.O_CREATE can not create parent folder.

neulf commented 4 years ago

yes, me too.