As of now gltf files that are uploaded/shared use one flat public folder, this is problematic because of possible name collision and because we can't cleanup if temporary files are created during a session. Need to convert to a more public/private partition and to have each authenticated user have their own folder, with some potentially removable after a short grace period
As of now gltf files that are uploaded/shared use one flat public folder, this is problematic because of possible name collision and because we can't cleanup if temporary files are created during a session. Need to convert to a more public/private partition and to have each authenticated user have their own folder, with some potentially removable after a short grace period