Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Source

Linux macOS Windows

Restores files deleted from Box folders by aea-box-clean-folders:

  1. Takes a Jira case number and looks up the Box Folder ID from Jira.

  2. Lists files deleted by the service account in the past N days.

  3. Restores them to their folder (under 1Completed).

aea-box-recover-files --case 8040 --list    # list deleted files
aea-box-recover-files --case 8040 --test    # dry run
aea-box-recover-files --case 8040           # restore
aea-box-recover-files --case 8040 --days 14 # look back 14 days

Environment