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
When users select a directory for auto-upload and then separately select a subdirectory of the same directory for auto-upload, files from the subdirectory are uploaded twice. We can improve the user experience by addressing this scenario:
On the Auto Upload screen, if subdirectories already scheduled for auto-upload, app should not show as selectable options for these subdirectories.
With the release of the new app version, we can implement a database migration to identify and remove unnecessary nested directories from the database
For custom folder setups, the app should display a clear warning when a user selects sub-directories that may result in duplicate file uploads. This will allow users to make informed decisions and avoid unexpected behavior.
The text was updated successfully, but these errors were encountered:
alperozturk96
changed the title
Prevent Already Set Nested AutoUpload Directory
Enhancing Auto-Upload Functionality: Preventing Redundant Sub-Folder Uploads
Jan 24, 2025
When users select a directory for auto-upload and then separately select a subdirectory of the same directory for auto-upload, files from the subdirectory are uploaded twice. We can improve the user experience by addressing this scenario:
On the Auto Upload screen, if subdirectories already scheduled for auto-upload, app should not show as selectable options for these subdirectories.
With the release of the new app version, we can implement a database migration to identify and remove unnecessary nested directories from the database
For custom folder setups, the app should display a clear warning when a user selects sub-directories that may result in duplicate file uploads. This will allow users to make informed decisions and avoid unexpected behavior.
The text was updated successfully, but these errors were encountered: