New services
Explore Plans
Mobile menu Close menu
Google DriveGoogle Drive

Upload file from URL

This action will download a file at a given URL and add it to Google Drive at the path you specify. NOTE: 100 MB file size limit.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
google_drive.upload_file_from_url_google_drive
Filter code method
GoogleDrive.uploadFileFromUrlGoogleDrive.skip(string?: reason)
Runtime method
runAction("google_drive.upload_file_from_url_google_drive", {})

Action fields

URL Text input > File

Label
File URL
Helper text
Slug
url
Required
true
Can have default value
true
Filter code method
GoogleDrive.uploadFileFromUrlGoogleDrive.setUrl(string: url)

Filename Text input > File name

Label
File name
Helper text
Slug
filename
Required
false
Can have default value
true
Filter code method
GoogleDrive.uploadFileFromUrlGoogleDrive.setFilename(string: filename)

Path Text input > Path to a folder

Label
Drive folder path
Helper text
Slug
path
Required
false
Can have default value
true
Filter code method
GoogleDrive.uploadFileFromUrlGoogleDrive.setPath(string: path)