Why Can't I Find the File Downloaded by OpenAI's "retrieve_file" Using Google Drive's "download_file"?

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

When I use the OpenAI “retrieve_file” it says it puts the file in “//mnt/data/filename” however when I use the google Drive “download_file” it says the file is not there.

Is there a bug in the code here?

Check the /tmp folder instead.

You could use a bash step and call ls -al /tmp to see what’s in there.

Thank you. I did not realise there was a bash shell command… This really helps me figure out what is going on :slight_smile: