Click or drag to resize

IGoogleDriveDownloadFile Method

Download a Google Doc file as a PDF.

Namespace:  NetQuarry.Services.GoogleDrive
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
MemoryStream DownloadFile(
	string fileId
)

Parameters

fileId
Type: SystemString
The file's ID in google drive

Return Value

Type: MemoryStream
MemoryStream of file
See Also