Note: Use and transfer of information received from Google APIs to any other app will adhere to Google API Services User Data Policy, including the Limited Use requirements.

Google Drive - Store a file

Use the Google Drive - Store a file action A tool for building the processes, logic, and direction within workflows. to store a file in a Google Drive account.

For more information about the Google Drive connector, see Google Drive.

Configure the Google Drive - Store a file action

     
  1. Add the action to the workflow and open the action configuration panel. For more information, see Add, rename, and copy actions.

  2. Select a Connection. If you do not have a connection, see Add a connection.

  1. Select a variable representing the source File you want to store. Use the Get a file action to retrieve a file and assign that file to a variable to use here.
  2. Select the Drive you want to store the file in.
  3. Select a destination type. The option presented is dependent on the destination type selected:
    • The Folder path to where you want to store the file. You can also browse the file structure using the browse icon ().
    • The Folder ID of the folder where you want to store the file.
  4. Select whether to Overwrite file, if it will have the same name as an existing file.
  5. Select or create a variable for the Result output.

Google Drive - Store a file action fields and settings

Section Field Description Variable types
(unlabeled) Connection Credentials and other settings required to pass data between the workflow and the indicated service, which could be a cloud service, business application, or content store.

The Google Drive connection to the drive that the file will be stored in.

To refresh the available connections, click Refresh.

(n/a)
Source File The source file. Text, Collection
Destination Drive The drive where you want the file to be stored. Text
  Select a destination type

The destination type which will be used to store the file.

  • Folder path

  • Folder ID

Boolean
  Folder path The path to where you want to store the file. You can also browse the folder structure using the browse icon (). Text
  Folder ID The ID of the folder where you want to store the file.

The folder ID can be retrieved by using the Google Drive - Get file metadata action's ID output .

Text
  Overwrite file? Select whether to overwrite a file, if it has the same name as an existing file. Boolean
Output

Output

Stores the result of the action in an object with the following variables:

  • ID: The ID of the file.
  • Parent ID: The ID of the parent file.
  • Drive ID: ID of the shared drive the file resides in.
  • Name: The name of the file
  • Path: The path of the file.
  • Created On: The date the file was created.
  • Download Link: Short lived download URL for the file.
  • Is Folder: Boolean variable for if it's a folder.
  • MIME Type: The MIME type of the file.
  • Modified On: The last date the file was modified.
  • Modified By (Email): The email of the user who last modified the file.
  • Modified By (Display Name): The display name of the user who last modified the file.
  • Size (bytes): The size of the file.
  • Starred: Boolean value for if the file is starred.
  • Trashed: Boolean value for if the file is trashed.
  • View Link: A link only available on public files for viewing their static web assets.

Collection