How to Resolve "Failed to Download File: Missing `url` Property" Error in Workflow?

This topic was automatically generated from Slack. You can find the original thread here.

i get this error in my workflow can you help

Error
Failed to download file: Missing url property
DETAILS

    at Object.downloadToTmp (file:///tmp/__pdg__/dist/code/da0675b74e78f05c34811117c0816207386b9ed914b78651fd4d747c1602227f/code/Notion-Voice-Notes.mjs:321:11)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.run (file:///tmp/__pdg__/dist/code/da0675b74e78f05c34811117c0816207386b9ed914b78651fd4d747c1602227f/code/Notion-Voice-Notes.mjs:1927:5)
    at null.executeComponent (/var/task/launch_worker.js:267:22)
    at MessagePort.messageHandler (/var/task/launch_worker.js:764:28)

Detailed/code mode
OpenAI (ChatGPT) Account
WelcomeSmiles
Notion Account
drmehta@welcomesmiles.com

Previous Step Data (Set by Default)
{ “notion_voice_notes”: {}, “trigger”: { “event”: { “.tag”: “file”, “client_modified”: “2023-12-27T13:08:19Z”, “content_hash”: “170fbcbb4892a2d74b83744061c71b85d37d3b12245576dffa3f463e98ca7825”, “id”: “id:94bItJTO01cAAAAAAAAACg”, “is_downloadable”: true, “name”: “thisisatest.m4a”, “path_display”: “/Speech2Notion/audio upload/thisisatest.m4a”, “path_lower”: “/speech2notion/audio upload/thisisatest.m4a”, “rev”: “60d7d7e302ee87d485c43”, “server_modified”: “2023-12-27T13:08:19Z”, “size”: 519905 }, “context”: { “id”: “2a7viDrpyBCCPScaX1ou86K27OJ”, “ts”: “2023-12-27T13:09:16.749Z”, “pipeline_id”: null, “workflow_id”: “p_6lC8Rmq”, “deployment_id”: “d_qjsrKpyE”, “source_type”: “TRACE”, “verified”: false, “hops”: null, “test”: true, “replay”: false, “owner_id”: “o_5kIY1XE”, “platform_version”: “3.46.2”, “workflow_name”: “WelcomeSmiles Voice Notes (Dropbox)”, “resume”: null, “emitter_id”: “dc_6RuL31E”, “trace_id”: “2a7viDrpyBCCPScaX1ou86K27OJ”, “JIT”: true, “attachments”: {} } } }
Summary Options
[ “Summary”, “Main Points”, “Action Items”, “References”, “Stories”, “Sentiment”, “Related Topics”, “Arguments”, “Follow-up Questions” ]
Notes Database
Voice Notes
c8c18683-cdbd-41ef-aa10-69cef2c554c6
Note Title (Required)
Title
Note Duration
Duration (Seconds)
Note Cost
AI Cost
Note Tag
Type
Note Tag Value
AI Transcription
ChatGPT Model
gpt-3.5-turbo-16k
Transcript Language (Optional)
en
Enable Advanced Options
true
Summary Density (Advanced)
2750
Summary Verbosity (Advanced)
Medium
Audio File Chunk Size
24
Disable Moderation Check
true

Based on the error message you’ve provided, it seems like there’s an issue with a step in your workflow that’s attempting to download a file but is missing the url property. This property is required to specify the location of the file you want to download. To help you further, I would need to see the specific part of your workflow code that’s causing the error. Could you please share the code from the step where you’re trying to download the file? This will allow me to understand the context and provide you with a more accurate solution.

this is the error code i get when i try to create a tigger with dropbox

Error:
email_not_verified/

    at Object.normalizeError (file:///var/task/user/dropbox.app.mjs:170:15)
    at Object.getTemporaryLink (file:///var/task/user/sources/common/common.mjs:119:22)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Object.getHistoricalEvents (file:///var/task/user/sources/common/common.mjs:44:23)
    at async Object.activate (file:///var/task/user/sources/new-file/new-file.mjs:29:7)
    at async /var/task/index.js:95:13
    at async captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:5)
    at async exports.main [as handler] (/var/task/index.js:60:20)

It seems like you’re encountering an error related to email verification when setting up a Dropbox trigger. The error message email_not_verified suggests that the Dropbox account you’re trying to use with Pipedream may not have a verified email address. To resolve this issue, please ensure that the email address associated with your Dropbox account is verified. You might need to check your email inbox for a verification email from Dropbox and follow the instructions provided. If your email is already verified and you’re still encountering this issue, or if you need further assistance, please visit Pipedream Support for more help.