Google ドライブのファイルを表すクラスです。This class represents a Google Drive file.

Hierarchy

  • File

Methods

  • ファイルデータをBlobとして取得します。Gets file data as a Blob.

    Returns

    BlobデータBlob data

    Returns Blob

  • ファイルのIDを取得します。Gets an file ID.

    Returns

    ファイルIDFile ID

    Returns undefined | null | string

  • ファイルのMIMEタイプを取得します。Gets the MIME type of the file.

    Returns

    ファイルのMIMEタイプMIME type of the file

    Returns undefined | null | string

  • ファイル名を取得します。Gets a file name.

    Returns

    ファイル名File name

    Returns undefined | null | string