nasa / Plot3D_utilities

A Python library for reading, writing, finding connectivity for plot3d files

Home Page:https://nasa.github.io/Plot3D_utilities/_build/html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete uploaded Plot3d files upon session timeout

ckeokot opened this issue · comments

We want to delete uploaded Plot3d files upon session timeout or user exit to save space on the server and remove unused files. Currently we do have an api endpoint to delete files located in api.py, but need to refactor frontend code in order to determine session timeout.

completed