You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The operation would be a combo manager.rename (doesn't yet exist) and fs.move (does exist). manager.rename would be useful if we need to clean up old archives named using older, more lax rules.
manager.rename would require copying the data, uploading the record with a new _id, then deleting the record. We'd need to check whether the user has the permissions required to do this before attempting the operation.
The text was updated successfully, but these errors were encountered:
The operation would be a combo
manager.rename
(doesn't yet exist) andfs.move
(does exist).manager.rename
would be useful if we need to clean up old archives named using older, more lax rules.manager.rename
would require copying the data, uploading the record with a new _id, then deleting the record. We'd need to check whether the user has the permissions required to do this before attempting the operation.The text was updated successfully, but these errors were encountered: