Google Document

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Document |extensions={{ext|gdoc}} |released=2006 }} '''Google Document''' is the cloud-based document format used as the native...")
 
(Links)
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|subcat=Document
 
|subcat=Document
 
|extensions={{ext|gdoc}}
 
|extensions={{ext|gdoc}}
 +
|pronom={{PRONOM|fmt/1073}}
 
|released=2006
 
|released=2006
 
}}
 
}}
'''[[Google Document]]''' is the cloud-based document format used as the native format of documents created within the office suite within [[Google Drive]]. ([[Google Sheet]], .gsheet, is the variant for spreadsheets.) The document content is "in the cloud"; when you sync a Google Drive directory with a local operating system, only a pointer file gets transferred to the local system, so if you don't entirely trust your documents to the cloud, or want to work with them offline without an Internet connection, you need to export them into a different format.
+
'''Google Document''' is the cloud-based document format used as the native format of documents created within the office suite within [[Google Drive]]. ([[Google Sheet]], .gsheet, is the variant for spreadsheets.) The document content is "in the cloud"; when you sync a Google Drive directory with a local operating system, only a pointer file gets transferred to the local system, so if you don't entirely trust your documents to the cloud, or want to work with them offline without an Internet connection, you need to export them into a different format.
  
The .gdoc file contains a line such as this:
+
The .gdoc file contains a line such as this ([[JSON]]-style):
  
<code>{"url": "https://docs.google.com/document/d/1LFOC_airIkjhrdT37J42nZZgdmaA1xa3AkgCW06o-pE/edit?usp=docslist_api", "resource_id": "document:1LFOC_airIkjhrdT37J42nZZgdmaA1xa3AkgCW06o-pE"}</code>
+
<code><nowiki>{"url": "https://docs.google.com/document/d/1LFOC_airIkjhrdT37J42nZZgdmaA1xa3AkgCW06o-pE/edit?usp=docslist_api", "resource_id": "document:1LFOC_airIkjhrdT37J42nZZgdmaA1xa3AkgCW06o-pE"}</nowiki></code>
  
 
It points at the document content on Google's servers.
 
It points at the document content on Google's servers.
Line 16: Line 17:
 
* [[Wikipedia:Google Docs|Wikipedia: Google Docs]]
 
* [[Wikipedia:Google Docs|Wikipedia: Google Docs]]
 
* [http://googledrive.blogspot.com/ Google Drive blog]
 
* [http://googledrive.blogspot.com/ Google Drive blog]
 +
* [https://github.com/lmmx/gdocs2md-html/ Tool to convert Google Drive documents to Markdown]
 +
* [https://www.dpconline.org/blog/whats-up-with-google-docs What’s Up, (with Google) Docs? – The Challenge of Native Cloud Formats]
 +
 +
[[Category:Google]]

Latest revision as of 04:27, 18 March 2021

File Format
Name Google Document
Ontology
Extension(s) .gdoc
PRONOM fmt/1073
Released 2006

Google Document is the cloud-based document format used as the native format of documents created within the office suite within Google Drive. (Google Sheet, .gsheet, is the variant for spreadsheets.) The document content is "in the cloud"; when you sync a Google Drive directory with a local operating system, only a pointer file gets transferred to the local system, so if you don't entirely trust your documents to the cloud, or want to work with them offline without an Internet connection, you need to export them into a different format.

The .gdoc file contains a line such as this (JSON-style):

{"url": "https://docs.google.com/document/d/1LFOC_airIkjhrdT37J42nZZgdmaA1xa3AkgCW06o-pE/edit?usp=docslist_api", "resource_id": "document:1LFOC_airIkjhrdT37J42nZZgdmaA1xa3AkgCW06o-pE"}

It points at the document content on Google's servers.

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox