Run the Google Drive connector to select a row in the file list table and change the file name
Request URL
PATCH https://www.googleapis.com /drive/v3/files/fileID
Input Parameters:
fileID,FileName,FileDescription
Request body:
description = FileDescription
title = FileName
id = fileID
Test Results:
{1 item
“error”:{3 items
“code”:int403
“message”:string"The resource body includes fields which are not directly writable."
“errors”:[1 item
0:{3 items
“message”:string"The resource body includes fields which are not directly writable."
“domain”:string"global"
“reason”:string"fieldNotWritable"
}
]
}
}