Googleドライブのファイルのメタデータ
Googleドライブのファイルのメタデータ
サムネイルとインデックス可能なテキストを持たせることができる。 Manage file metadata
検索可能なテキスト
The size limit for contentHints.indexableText is 128K.
Don't try to sort text in order of importance; the indexer does that very efficiently for you.
Indexable text should be updated by your application with each save.
Make sure the text is related to the content of the file.
サムネイル
Set contentHints.thumbnail.image to the URL-safe Base64-encoded image (see RFC 4648 section 5)
Set contentHints.thumbnail.mimeType to the appropriate type for the image format
Thumbnails may be uploaded in PNG, GIF, or JPG formats.
The recommended width is 1600px.
The maximum file size for a thumbnail is 2mb.
The minimum width for thumbnails is 220px.
Thumbnails should be updated by your application with each save.