Google Drive Download Task Does Not Accept Dynamic Input for File Selection

The Google Drive download task does not allow providing dynamic input for the file to be downloaded. Attempts using file URL, file ID, and file name all fail with an error requiring a file path. However, the UI does not provide any option to specify a source directory or file path, either statically or dynamically, separate from the file itself. This blocks use cases that require dynamic file selection at runtime and prevents building flexible workflows.

Media:

Steps to Reproduce:

  1. Add a Google Drive download task to a workflow.

  2. Attempt to provide the file input dynamically using a file URL, file ID, or file name.

  3. Run the workflow.

Expected Result:
The task should accept dynamic inputs (such as file ID or URL) for file selection, or the UI should provide a clear option to specify the required file path or source directory.

Actual Result:
The task fails with an error indicating that a file path is required, but there is no available UI field to provide this path.