Download_file action from Google Drive is not finding the file

I get the error that when downloading an audio file from gdrive into a tmp directory.
The trigger before successfully recognizes that a new file is present.
But when attempting to download… fails… help.

Error

File not found: 2RPkE7njiIV5RaUYbaHXSi6xhTrkTKBFE.

DETAILS

    at Gaxios._request (/tmp/__pdg__/dist/code/1a41dc8911e5b149c41a8d3540d82ce2ba2f30cb882caa69f4766e00695afeac/node_modules/.pnpm/gaxios@6.1.0/node_modules/gaxios/build/src/gaxios.js:141:23)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at OAuth2Client.requestAsync (/tmp/__pdg__/dist/code/1a41dc8911e5b149c41a8d3540d82ce2ba2f30cb882caa69f4766e00695afeac/node_modules/.pnpm/google-auth-library@9.0.0/node_modules/google-auth-library/build/src/auth/oauth2client.js:382:18)
    at Object.getFile (file:///tmp/__pdg__/dist/code/1a41dc8911e5b149c41a8d3540d82ce2ba2f30cb882caa69f4766e00695afeac/code/google_drive.app.mjs:780:9)
    at Object.run (file:///tmp/__pdg__/dist/code/1a41dc8911e5b149c41a8d3540d82ce2ba2f30cb882caa69f4766e00695afeac/code/actions/download-file/download-file.mjs:92:26)
    at null.executeComponent (/var/task/launch_worker.js:229:22)
    at MessagePort.messageHandler (/var/task/launch_worker.js:726:28)

ExportsInputsLogs

Hi @majaxn,

I’m sorry to hear you’re having trouble downloading the audio file from Google Drive. The error message “File not found” suggests that the file ID might be incorrect or the file is not accessible with the provided credentials.

To help you further, can you please confirm the following:

  1. Is the file ID correct and accessible by the connected Google Drive account?
  2. Have you granted the necessary permissions for the Google Drive account?

If you’re still experiencing issues, please visit https://pipedream.com/support for more support options.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.

Yes, I have granted necessary permissions

How would I confirm the file ID?