Galaxy file system access

Hello,I am using galaxy to host my app. However,I have this code
Images = new FS.Collection(“images”, {
stores: [new FS.Store.FileSystem(“images”, {path: “~/uploads”})]
});

Whenever.I upload an image,I get access denied to uploads directory. Is there an alternative location that is not write protected on galaxy?

1 Like

Galaxy provides temporary file storage for application containers to use. Galaxy does not provide persistent file storage for application containers to use.

If you need persistent file storage for your application, you should use a robust cloud storage solution like Amazon S3.

I pay to galaxy more than I do heroku which I do not have such problems. I am looking for a temporary fix,do galaxy have customer care support? How do I write to tmp?