Skip to main content
PUT
/
driveImport
/
v1
/
imports
/
batch
/
folders
/
{parentFolderId}
cURL
curl --request PUT \
  --url https://aodocs.altirnao.com/api/driveImport/v1/imports/batch/folders/{parentFolderId} \
  --header 'Authorization: Bearer <token>'
{
  "jobId": "<string>",
  "kind": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

parentFolderId
string
required

The ID of the folder to import the file(s) in

Query Parameters

fileIds
string[]

The list of files (by ID) to import

classId
string

The ID of the document class that is used during the import.

templateDocumentId
string

The ID of the document template to use at import

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiJobId response

jobId
string
kind
string