Cannot Upload to Google Drive with Step?
Greetings,
I have built a flow that integrates with Google Drive using the Google Drive Module steps. Specifically, I am using the Google Drive File Upload step. But I cannot find where to pass the filedata into this step. How do I do this so I can get my file into Google Drive?
Comments
-
Hello!
So the Google drive Upload File step does not take in a file in the form of filedata/filereference/document data. Rather, it looks for a specified filepath in the Local Filepath Input to take the file from to upload to Google drive.
If you need to pass in filedata, you can add a Create File step before the Google Drive step that can create the file in the specified filepath:
https://documentation.decisions.com/step-library/docs/en/create-delete-move-file
Just be sure to input the full filepath in the "File Name" input. We hope this helps!
-Gregory
