Field Maps Attachments - Upload to DropBox

:bullseye: What is your goal?

Export photo attachments from ArcGIS Field Maps layers and upload to a DropBox folder

:thinking: What is the problem & what have you tried?

I am not sure how to configure the Field Maps Make an API Call module to query attachments.

:clipboard: Error messages or input/output bundles

I have not developed far enough for errors.

:link: Create public scenario page

Hey Angela,
Iโ€™d like to give my best to help you with this, since I have no arcgis account.
Letโ€™s start with this configuration on ArcGis make an api call module.
Also attached the edited scenario: Field Maps Photo Export - Make.com Automation Scenario

Thank you for your response. I have tried this and many other versions and I am still getting a 404 Error that it can not access the URL or it does not identify any attachments.

Hey Angela,

You may try this fix:

:warning: Remaining Steps

  1. Set up the webhook โ€” Module 1 needs the webhook created (requires ArcGIS Field Maps account). Click the trigger module and it will prompt to create the webhook.

  2. Add Dropbox upload โ€” After the Iterator (module 5), add a Dropbox > Upload a File module. Map:

    • Folder: /FieldMaps Photos/
    • File name: {{5.name}}
    • File data: {{5.url}}

    Note: The Dropbox โ€œUpload a Fileโ€ module may not accept a URL directly. If not, insert an HTTP > Get a File module before Dropbox to download the attachment, then pass that file to Dropbox.

  3. Connect Dropbox โ€” Authorize the Dropbox connection when adding the module.