Query about datastore entities

While exploring my local datastore entities, I found entities named __GsFileInfo__ and _ah_FakeCloudStorage__app_default_bucket which seemed to contain projects, which were deleted. @ewpatton is this some sort of temporary backup, or it just so happens to be a bug in my logic of project deletion.


Any files suffixed with .backup are backups that App Inventor creates when a project is edited more than 24 hours after the last edit. It looks like they may not be getting cleaned up when the project is deleted.

Any way I can get them deleted programmatically ?

You will have to add the logic to the deleteProject function in ObjectifyStorageIo to also handle deleting the backup files.

1 Like

I'm testing it with Appinventor sources. If I face this there too, I'll create an issue on github.

Thank you for your guidance so far