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
This would move every file in items in the folder tree to the specified assetstore (the same as file/{id}/move does, but as a single call). We might also want to move associated files (hidden thumbnails, typically) there as well.
The text was updated successfully, but these errors were encountered:
This would be a grider endpoint like PUT folder/{id}/move taking an assetstoreId parameter as a first pass, and adding a recurse boolean flag as a second step.
We've had a user report that moving files between assetstores is peculiarly slow. As part of looking into this, we might see if that is the case (e.g., between two filesystem assetstores, we'd expect moving would be only some modest factor over disk access speed).
This would move every file in items in the folder tree to the specified assetstore (the same as file/{id}/move does, but as a single call). We might also want to move associated files (hidden thumbnails, typically) there as well.
The text was updated successfully, but these errors were encountered: