API by router
Google drive
Read Drive File
Path Parameters
instance_idInstance Id
Format
uuidfile_idFile Id
Query Parameters
connection_name?Connection Name
Response Body
curl -X GET "https://loading/internal/v1/instances/497f6eca-6276-4993-bfeb-53cbbbba6f08/drive/read/string?connection_name=string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Search Drive
Path Parameters
instance_idInstance Id
Format
uuidQuery Parameters
query?Query
Search by file name
mime_type?Mime Type
Filter by MIME type
folder_id?Folder Id
Search within folder
connection_name?Connection Name
max_results?Max Results
Default
20Range
1 <= value <= 100Response Body
curl -X GET "https://loading/internal/v1/instances/497f6eca-6276-4993-bfeb-53cbbbba6f08/drive/search?query=string&mime_type=string&folder_id=string&connection_name=string&max_results=20"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}