我想从驱动器单独获取文档/电子表格/演示文稿。我使用搜索查询q参数来获取基于mimeType的文档,但使用此我只能获得一个特定的mimetype文件.Drive支持两个mimetypes的电子表格< / p>
一,应用/ vnd.openxmlformats-officedocument.spreadsheetml.sheet 2.应用/ X-vnd.oasis.opendocument.spreadsheet
没有或运算符来形成查询。任何人都可以帮我解决此问题吗?
答案 0 :(得分:1)
有一个OR
运营商。使用mimeType = 'application/vnd.google-apps.spreadsheet' or mimeType = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
查询您的文件。