EndPoint Get my drive info
Name
get_about
Description
Gets my drive information [API reference]
Parameters
Parameter | Label | Required | Options | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no parameters |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Kind |
DT_WSTR
|
nvarchar(210)
|
210 | False |
|
UserKind |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
UserDisplayName |
DT_WSTR
|
nvarchar(180)
|
180 | False |
|
UserMe |
DT_WSTR
|
nvarchar(40)
|
40 | False |
|
UserPermissionId |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
UserEmailAddress |
DT_WSTR
|
nvarchar(290)
|
290 | False |
|
StorageQuotaLimit |
DT_I8
|
bigint
|
False |
||
StorageQuotaUsage |
DT_I8
|
bigint
|
False |
||
StorageQuotaUsageInDrive |
DT_I8
|
bigint
|
False |
||
StorageQuotaUsageInDriveTrash |
DT_I4
|
int
|
False |
||
MaxUploadSize |
DT_I8
|
bigint
|
False |
||
AppInstalled |
DT_WSTR
|
nvarchar(40)
|
40 | False |
|
FolderColorPalette |
DT_WSTR
|
nvarchar(3390)
|
3390 | False |
|
TeamDriveThemes |
DT_NTEXT
|
nvarchar(MAX)
|
False |
||
DriveThemes |
DT_NTEXT
|
nvarchar(MAX)
|
False |
||
CanCreateTeamDrives |
DT_WSTR
|
nvarchar(150)
|
150 | False |
|
CanCreateDrives |
DT_WSTR
|
nvarchar(150)
|
150 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Google Drive Connector in API Source component to read data or in API Destination component to read/write data:
Get my drive info using API Source
Google Drive
Get my drive info

Get my drive info using API Destination
Google Drive
Get my drive info
