|
@@ -63,7 +63,7 @@ See [the docs](/docs/dashboard/#metaFields) and [PR #2147](https://github.com/tr
|
|
|
|
|
|
## Google Docs support in Companion
|
|
|
|
|
|
-Companion now automagically converts GSuit documents, such as docs, spreadsheets and presentations, to `.docx`, `.xlsx` and `.ppt` files that can be open in various applications. Full list of type-to-extension mappings:
|
|
|
+Companion now automagically converts GSuite documents, such as docs, spreadsheets and presentations, to `.docx`, `.xlsx` and `.ppt` files that can be open in various applications. Full list of type-to-extension mappings:
|
|
|
|
|
|
```js
|
|
|
{
|
|
@@ -75,7 +75,7 @@ Companion now automagically converts GSuit documents, such as docs, spreadsheets
|
|
|
}
|
|
|
```
|
|
|
|
|
|
-Note that only documents up to 10MB are converted, this is GSuit’s limitation.
|
|
|
+Note that only documents under 10MB are converted. This is a limitation set by the Google Drive API.
|
|
|
|
|
|
## AWS S3
|
|
|
|