What is the GSLIDES file format?
.gslides is a shortcut file associated with the Google Drive for Desktop client, not a standalone presentation. The file is a small UTF-8 text document in JSON format - typically under 1 KB - containing the presentation's cloud URL, its Drive document ID, and the owning account's email. When double-clicked, the Google Drive client opens the link in a web browser, launching the actual presentation stored in Google's cloud. The slides, images, layouts, and animations live entirely online; the .gslides file is purely a local pointer.
Google Drive for Desktop (and its predecessor Backup and Sync) introduced these shortcut files around 2017 so synced local folders could represent cloud-native documents without storing presentation data locally. The sibling formats .gdoc, .gsheet, .gdraw, and .gform work identically. To get a portable, self-contained file, open the presentation in Google Slides and choose File → Download to export as .pptx or another format.
Google offers an office productivity suite that includes the following applications:
- Google Docs - word processor,
- Google Sheets - spreadsheet,
- Google Slides - multimedia presentations,
- Google Forms - forms generator,
- Google Drawings - drawing application,
- Google My Maps - personal and custom-created maps,
- Google Sites - websites.
One of the advantages to using Google services is the ability to simultaneously edit files and documents shared with other users in real-time. For example, each user can edit their portion of slides while other users edit theirs at the same time using a single, shared presentation file.
Security & safety
RISK: LOWA .gslides is a tiny JSON text file with no executable content - opening it is safe. The real considerations are privacy and access, not malware: the file only opens the cloud presentation if you are signed into a Google account that has permission, so sharing the .gslides itself does not share the deck (you must share it inside Google Drive). Treat the embedded URL like any link; do not assume a .gslides gives offline access to anything.
Format details
in a nutshellPrograms that open GSLIDES files
Technical details
deep spec| Format type | Local shortcut (pointer) to a cloud-hosted Google Slides presentation; contains no slide data itself |
| Encoding | UTF-8 plain text structured as JSON |
| MIME type | application/vnd.google-apps.presentation (Google Drive); locally interpreted as application/json |
| Typical file size | 100 B - 1 KB (a single short JSON object) |
| JSON keys | "url" (presentation URL), "doc_id" or "resource_id" (Drive document ID), "email" (owning Google account) |
| Binary signature | None; file begins with '{' - plain UTF-8 JSON, identified by content and extension rather than magic bytes |
| Created by | Google Drive for Desktop (formerly Backup and Sync) when a Google Slides presentation is synced to a local folder |
| How it opens | Google Drive for Desktop reads the JSON, extracts the URL, and launches the linked presentation in the system's default web browser |
| Sibling shortcut formats | .gdoc (Docs), .gsheet (Sheets), .gdraw (Drawings), .gform (Forms) - identical JSON structure, each targeting a different Google app |
| Access control | Governed by Google account sharing permissions on the cloud file; the .gslides shortcut itself imposes no access restriction |
| Export to portable file | Open in Google Slides and use File → Download to save as .pptx, .odp, .pdf, .png, .jpg, or .svg |
| Platform support | Windows and macOS (Drive for Desktop); any OS via browser at slides.google.com or drive.google.com |
| Presentation data location | All slide content - text, images, video embeds, animations, themes - resides in Google's cloud servers, not in the .gslides file |
| Real-time collaboration | Supported via the linked cloud presentation: multiple simultaneous editors, inline comments, and full version history available through Google Slides |
| Released | 2017 (Google Drive desktop sync clients: Backup and Sync / Drive for desktop) |
| Specification | support.google.com |
GSLIDES conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about GSLIDES files.