Problem: Dropbox file upload error

Hey, i have a flow where files get uploaded from dropbox, then clasified by the ai and then moved to another dropbox folder. This works fine with the first file but after a second file gets moved to the same folder i get the following error:

RuntimeError
[409] from_lookup/not_found/

Please help! Thanks!

1 Like

Welcome to the Make community!

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Input/Output bundles

Please provide the input and output bundles of the trigger/iterator/aggregator modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading them here will look like this:

module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!

blueprint.json (259.4 KB)
Bildschirmfoto 2024-07-22 um 15.29.20
Hi! - I’ve added the blueprint and a sceenshot of the problem. Hope you can help :slight_smile:

Hi @Thore

Please share the scenario screenshot and mappings.

Regards,
Msquare Automation - Gold Partner of Make

Book a Free Consultation | Connect Live

Explore our YouTube Channel for valuable insights and updates!

Hi @Msquare_Automation attached you can find the screenshots. Thanks in advance :slight_smile:


Hey @Thore

Thanks for sharing the blueprint. The issue is with “download a file” module mapping. You have mapped first file id from the array that is downloading repeatedly. Hence, the file is already moved at first bundle process from the folder, then for next bundle process, file couldn’t be found in the folder.

Please map the file id from iterator :point_down: and it should resolve the issue.

Regards,
Msquare Automation - Gold Partner of Make

Book a Free Consultation | Connect Live
Explore our YouTube Channel for valuable insights and updates!