Upload file(s) to Google Drive.

Parameters:
See dedicated page for more information.
See dedicated page for more information.
Upload one or many local files from your folder to My Drive (or a specific Drive folder) using your OAuth client.
OAuth Client ID & Client Secret (Google Cloud → OAuth 2.0 Client IDs).
A Refresh Token obtained with one of these scopes (either works):
https://www.googleapis.com/auth/drive (simplest; full Drive access)https://www.googleapis.com/auth/drive.file (only files your app creates / opens)The file(s) present under your project assets/ directory.

filePath.assets/ or others.Example rows


Click ▶ Run on the pipeline.
In Process → Log you should see token retrieval followed by the upload attempts.
Note: some environments print the line “Authorization required, but no authorization protocol specified” at the end; it’s harmless if the run is Success and your file appears in Drive.

test.txt (or your files) at the top.
folderID.idFileRemote (keeps the extension you give).assets/... file). The action will iterate through them.assets/ and the file must exist in that folder.drive (or drive.file) scope and make sure you pasted the same Client ID/Secret used to obtain it.https://drive.google.com/drive/folders/<FOLDER_ID>