Back to All Cheatsheet Libraries cheatsheets

Google Drive

Keyboard shortcuts, sharing model, and sync-tool reference for Google Drive.

Group Action Shortcut Notes
CreateNew documentShift + TCreates a blank Doc in the current folder.
CreateNew spreadsheetShift + SAlso: Shift+P presentation, Shift+F folder, Shift+O form.
CreateFaster still — type in the URL bardoc.newThe .new domains work from anywhere: sheet.new, slide.new, form.new, meet.new.
NavigateMove selectionj / k or arrowsDown / up through the file list.
NavigateOpen selected itemEnter or oOpens the file or enters the folder.
NavigateSearch Drive/Jumps to the search bar — pair with the operators tab.
NavigateGo to My Drive / Shared with me / Starredg then n / s / tThe g prefix starts every navigation jump.
ActionsRenamenRenames the selected item in place.
ActionsShare. (period)Opens the sharing dialog directly.
ActionsMove to folderzOpens the folder picker.
ActionsStar / unstarsToggles the star.
ActionsRemove (to trash)#Trash retains items for 30 days before permanent deletion.
ActionsUndo last actionCtrl/⌘ + ZWorks for moves and deletes in the Drive UI.
ViewToggle list / grid viewvGrid is better for images, list for everything else.
ViewShow details panedShows activity, sharing, and version details for the selection.
HelpShortcut overlay?Drive's own always-current list.

My Drive vs Shared Drives — get this right first

The most consequential decision in Drive. Files in My Drive are owned by an individual; when that person leaves the organization, their files leave with them. Files in a Shared Drive are owned by the team and survive any departure. If more than one person depends on a file, it belongs in a Shared Drive.

Role View Comment Edit Share Delete
Viewer
Commenter
Editor✔ (unless restricted)
Content manager Shared Drive
Manager Shared Drive✔ + manage members

Sharing rules worth following

Restrict before you send
  • Share → gear icon → uncheck "Editors can change permissions and share". Otherwise any editor can re-share onward without your knowledge.
  • Uncheck "Viewers and commenters can see the option to download, print, and copy" for confidential material. It's friction rather than true security, but it stops casual redistribution.
  • Set expiring access for contractors and external reviewers: click their role → Add expiration. Access ends automatically instead of relying on someone remembering.
  • Prefer named individuals or a Google Group over "anyone with the link". Links spread in ways you can't audit afterwards.
Permissions inherit downward — and that surprises people
  • Sharing a folder shares everything inside it, including files added later. Check what's in a folder before sharing the folder itself.
  • A file can be shared more broadly than its parent folder. "It's in a private folder" is not a guarantee of privacy.
  • Use sharedwith:someone@example.com in search to audit exactly what one person can currently reach.
  • The details pane (d) shows current access per file without opening the share dialog.
Shared Drive practicalities
  • Files have no individual owner — the Shared Drive owns them, which is the whole point.
  • External members can be added if your admin permits it, but organization-wide policy may block it.
  • A file can live in only one Shared Drive. Use shortcuts (right-click → Add shortcut to Drive) to reference it elsewhere rather than copying.
  • Deleting from a Shared Drive puts it in that drive's own trash, not your personal trash — a common "where did it go" moment.

Drive for desktop: streaming vs mirroring

The single setting that trips people up. Streaming keeps files in the cloud and downloads on demand — a 2 TB Drive occupies almost no disk. Mirroring keeps a full local copy of everything, which works offline but needs the disk space. You choose per folder.

1

Install and sign in

Download Google Drive for desktop. It mounts as a drive letter on Windows (usually G:) or a volume in Finder on macOS. My Drive and every Shared Drive appear as normal folders.

2

Choose streaming (the right default)

Preferences → Google Drive → Stream files. Files show in the file manager but download only when opened. Right-click any file or folder → Offline access → Available offline to pin the ones you need without a connection.

3

Optionally back up local folders into Drive

Preferences → My Computer → Add folder. This syncs a local folder (Desktop, Documents) up to Drive. Note this is the opposite direction from step 2 and the two are frequently confused.

4

Understand what happens to Google-format files

Docs, Sheets, and Slides appear locally as tiny .gdoc / .gsheet shortcut files, not real documents. Double-clicking opens them in the browser. They cannot be edited offline through the desktop client — offline editing is a browser feature.

.gdoc / .gsheet / .gslides = pointer files, ~1 KB each
5

Know how conflicts resolve

If the same non-Google file (a .docx, a .psd) is edited in two places while offline, Drive keeps both and appends a conflict marker to the filename. It never silently discards a version — but it also won't merge them for you.

6

Check sync status from the menu bar

The Drive icon shows current activity, paused state, and errors. When something "isn't syncing", this is the first place to look — usually it's a filename with an illegal character, a file over the size limit, or a full quota.

Gotchas

Storage is shared and the limits bite
  • The 15 GB free allowance is shared across Drive, Gmail, and Google Photos. Drive is often not the actual culprit.
  • Google-format files (Docs/Sheets/Slides) created in Drive don't count toward quota — but uploaded Office files do.
  • Trash still counts against quota for its full 30-day retention. Empty it explicitly after a cleanup.
  • Visit drive.google.com/drive/quota to list everything by size, largest first.
  • When quota is full, you stop receiving Gmail as well — it's a hard stop across all three services.
Ownership is a real risk in My Drive
  • When an employee leaves and their account is deleted, files they owned in My Drive can be lost — even files shared with the whole team.
  • Transfer ownership before offboarding (Share → click their role → Transfer ownership), or move the content into a Shared Drive.
  • Ownership transfer between different domains is often blocked by admin policy — plan for it rather than discovering it on someone's last day.
  • This is the single strongest argument for Shared Drives on any team content.
Shortcuts, copies, and "Add to Drive"
  • "Add shortcut to Drive" creates a pointer, not a copy. Edits affect the same underlying file; deleting the shortcut doesn't delete the original.
  • "Make a copy" creates a genuinely separate file that will immediately begin diverging from the original.
  • A file can appear in several folders via shortcuts — but there's only ever one real file.
  • If a shared file vanishes for you, the owner may simply have moved it out of a folder you can reach. Search by title rather than browsing.

Tips

The .new shortcuts

Type doc.new, sheet.new, slide.new, form.new, or meet.new in any browser address bar to create instantly. Also cal.new and keep.new.

Version history for any file type

Right-click → File information → Manage versions works on uploaded files too, not just Google formats. Upload a new version of a PDF and keep the old one recoverable.

OCR is automatic and free

Drive indexes text inside images and scanned PDFs. Searching for a phrase can surface a photographed receipt. Right-click an image → Open with Google Docs to extract the text.

Force-a-copy links

Change /edit to /copy at the end of a file URL. Recipients get a "Make a copy" prompt — the standard way to hand out templates without exposing your original.

Bulk download as a zip

Select multiple files or a folder → right-click → Download. Drive zips them server-side. Google-format files convert to Office formats automatically in the process.

Takeout for a real backup

takeout.google.com exports your whole Drive in open formats. A cloud service is not a backup strategy on its own — run this periodically.

Official docs & further reading