Hi, Need help trigger new file from google drive and upload it throught my api

My use case:
I would like to trigger any new file upload in my google drive folder, then upload it throught my api endpoint http://test-api.upload.ai:8000/v1/upload_file/ (it will not work for you guys),

I tried to set a trigger google drive for any new file in specific folder, then set a google drive download, to get the contents of the file using the file’s unique ID from Google Drive then i tried to call my http request with an authorization bearer token, but i cannot go further i always have this error " Problem in node ‘HTTP Request‘

The item has no binary field ‘[object Object]’ [item 0]"