ResourceData Property
Holds the file data after downloading or sets the file data before uploading or updating.
Syntax
googledrivecontrol.ResourceData[=string]
Default Value
""
Remarks
This property is populated with the file data after calling DownloadFile if LocalFile is not set.
ResourceData can also be set before calling the UploadFile or UpdateResource methods.
To read or write binary data to the property, a Variant (Byte Array) version is provided in .ResourceDataB.
This property is not available at design time.
Data Type
Binary String