Hi, I am working on a small project to help get reps in which will automate instagram posts every morning. I have pictures in my google drive folder named 1.png, 2.png, 3.png, etc. The first step I assume is to connect my google drive. I was successful to set up my Google Cloud account and when testing the step no issues on the output side. I have seen in order for n8n to get the contents in the folder, I have to set up a parameter in the Search Query. Tried
'<folder ID>' in parents and mimeType = 'image/png' but keep getting a bad request error.
Any help and guidance is appreciated.