Skip to main content
POST
/
document
/
v1
/
drive
/
{driveId}
/
move
/
{parentId}
cURL
curl --request POST \
  --url https://aodocs.altirnao.com/api/document/v1/drive/{driveId}/move/{parentId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Path Parameters

driveId
string
required

The ID of the file

parentId
string
required

The ID of the target parent folder.

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

preserveModificationDateAndAuthor
boolean
default:false

Lets you manage whether preserve modification date and author or not

Response

204 - undefined