Downloading temporary files from heroku

300 views Asked by At

I have deployed a dyno on heroku and the application is written in python. The application works fine, but my application also writes and reads from excel files. The reading is fine, but the writing is only saved temporarily, which I know is due to heroku's file system. My question is: is there a way to download these excel files from the dyno which are updated with the writing? I have tried to use the heroku git:clone command but that gives me the unchanged spreadsheets. Thanks in advance!

0

There are 0 answers