We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459d428 commit da37fa3Copy full SHA for da37fa3
src/cache.ml
@@ -991,7 +991,8 @@ struct
991
| "application/vnd.google-apps.presentation"
992
| "application/vnd.google-apps.spreadsheet"
993
| "application/vnd.google-apps.map"
994
- | "application/vnd.google-apps.fusiontable" -> true
+ | "application/vnd.google-apps.fusiontable"
995
+ | "application/vnd.google-apps.script" -> true
996
| _ -> false
997
998
let is_document resource =
0 commit comments