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
)
Function DownloadFile (
fileId As String
) As MemoryStream
Parameters
- fileId
- Type: SystemString
The file's ID in google drive
Return Value
Type:
MemoryStreamMemoryStream of file
See Also