Portant Docs
Launch PortantInstall App in Hubspot ↗︎
Portant Developers
Portant Developers
  • 💻Developer API
    • Getting Started
    • Tutorial - Create a Workflow
  • Webhooks
    • Send Data to Portant via Webhooks
    • Listen to Events from Portant via Webhooks
  • API Reference
    • Workflows
    • Source
    • Document
    • Google File
    • Outgoing Webhook
    • Team
    • Owner
Powered by GitBook
On this page
  • Overview
  • Fields

Was this helpful?

  1. API Reference

Google File

Overview

A Google File resource represents a file in the user's Google Drive.

Fields

Field
Type
Description

id

String

The id of the file as found in Google Drive.

name

String

The name of the file

url

String

The url of the file.

mimeType

String

The mimetype of the file.

Example

{
    "id": "1uNfBHAKhcgRsiftb7xRpTJRS0k9LY1iX1gUnTOE0zU4",
    "name": "Complete Workflow Please - [Template]",
    "url": "https://docs.google.com/document/d/1uNfBHAKhcgRsiftb7xRpTJRS0k9LY1iX1gUnTOE0zU4/edit?usp=drivesdk",
    "mimeType": "application/vnd.google-apps.document"
}

PreviousDocumentNextOutgoing Webhook

Last updated 8 months ago

Was this helpful?