Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copying files from Workspace to Home via Girder API uses wrong assetstore #26

Closed
Xarthisius opened this issue Feb 20, 2019 · 1 comment

Comments

@Xarthisius
Copy link
Contributor

When copying files from a workspace to user's home directory using POST /resource/copy, the actual bits end up in GridFS assetstore, even though destination path is /user/{}/Home.

Expected behaviour

Copied files end up in wt-homes assetstore

How to reproduce?

  1. Create a Ligo Tale (https://github.com/whole-tale/deploy-dev/blob/dev/register_ligo.py)
  2. Launch Ligo Tale
  3. Navigate to Run > Files > Tale Workspace
  4. Select dropdown next to readligo.py, click on "Copy to Home"
  5. Navigate to Run > Files > Home (file should be present)
  6. In Jupyter Notebook navigate to home/ (file is not present)
@Xarthisius
Copy link
Contributor Author

Fixed by #29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant