I deleted a handful of files and am trying to restore them, but about 1/3 of them give an internal server error when attempting to do so. Below is the request ID and below that is the code being used. It's very simple code for this piece.
Found file to restore (212): /weber/cs 2350/www/p2/template/cover
Failure: InternalServerError('95487d3c9fdf5a83d000aac47a26b63a', 500, '')
print('Found file to restore ({}): {}'.format(restore_count, item.path_display))
try:
self.client.files_restore(item.path_display, revision)
except dropbox.exceptions.InternalServerError as e:
print('Failure: {}'.format(e))