--- title: "Folder Listener keeps creating submissions from the same files" slug: "folder-listener-keeps-creating-submissions-from-the-same-files" updated: 2024-09-24T07:55:32Z published: 2024-09-24T07:55:32Z canonical: "help.hyperscience.ai/folder-listener-keeps-creating-submissions-from-the-same-files" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.hyperscience.ai/llms.txt > Use this file to discover all available pages before exploring further. # Folder Listener keeps creating submissions from the same files ## Issue By design, the Folder Listener will retrieve submission files from the specified target folder and then delete the original files. However, in some cases, the application keeps creating submissions from the same files in the target folder, resulting in duplicate submissions. ## Affected versions All versions ## Affected configurations All configurations ## Cause The application does not have Write permissions for the target folder, so it cannot delete the submission files as they’re retrieved. As a result, the same files are retrieved every time the Folder Listener checks the target folder for new data. ## Solution / Workaround Check the application’s Write permissions for the target folder, and add them if they are not already set. Then, the application can delete the original files for the submissions after the submissions are created.