get_file method

get_file(self, fileid)

Get file stream

Returns

The stream of the file


def get_file(self, fileid):
    ...
ParameterTypeDescription
fileidSystem.Stringthe file id

See Also