IGoogleDriveCreateFile Method |
Creates a file owned by the person the API is impersonating. The file gets shared with emails specified for the service.
Namespace:
NetQuarry.Services.GoogleDrive
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Result CreateFile(
CreateRequest request
)
Function CreateFile (
request As CreateRequest
) As Result
Parameters
- request
- Type: NetQuarry.Services.GoogleDriveCreateRequest
The request parameters: name, description, parents and emails will be used.
Return Value
Type:
ResultResult object with viewUrl, fileId and fileName set.
See Also