App Logo
drive.google.com

Upload a file to Google Drive (file input)

Uploads a file into the root of Google Drive using the file-picker flow behind Drive's own upload button, then confirms a new item bearing that upload appears in the file list.

Input

test-upload.pdf optional

Output

fileId required

Drive file id of the uploaded file, read from the new row.

filename required

The name Drive stored the upload under, read from the new row rather than assumed from the input's declared key.

FAQ

Uploads a file into the root of Google Drive using the file-picker flow behind Drive's own upload button, then confirms a new item bearing that upload appears in the file list.
Optional: test-upload.pdf.
It returns fileId, filename.
No. It only uses pages of drive.google.com that are reachable without signing in.
It makes changes on drive.google.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/drive.google.com/upload_via_uploadfile, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/drive.google.com/upload_via_uploadfile
It is part of Reduck's official curated catalogue.

Start building not clicking