<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>RecordFlow Blog</title>
    <link>https://recordflow.org/blog/</link>
    <atom:link href="https://recordflow.org/feed.xml" rel="self" type="application/rss+xml" />
    <atom:link href="https://pubsubhubbub.appspot.com/" rel="hub" />
    <description>Guides and notes on Zoom recording backup, Google Drive integration, and the problems we solve.</description>
    <language>en</language>
    <lastBuildDate>Fri, 31 Jul 2026 09:06:48 GMT</lastBuildDate>
    <item>
      <title>Organize Your Client Recordings So You Can Find the Right One in Five Seconds</title>
      <link>https://recordflow.org/blog/organize-client-coaching-recordings-google-drive/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/organize-client-coaching-recordings-google-drive/</guid>
      <description>A folder system for Zoom recordings in Google Drive: name meetings by client, use shortcuts instead of moving files, and find any past session in seconds.</description>
      <content:encoded><![CDATA[<p>You&#x27;re looking for one call. The client mentioned something in March about switching jobs, and you want to hear how you responded before tomorrow&#x27;s session. So you open Drive, land in a folder with 200-odd entries named after whatever Zoom happened to call the meeting that day, and start opening files one at a time. Ten minutes later you still haven&#x27;t found it, and the search box hasn&#x27;t helped because nothing in the file names says who the call was with.</p>
<p>Backup already solved the scary version of this problem — the recording exists, it didn&#x27;t vanish when Zoom&#x27;s storage filled up. This is the quieter version: the recording exists <em>somewhere</em>, and finding it costs you ten minutes you don&#x27;t have between sessions.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>A folder that works fine at twenty files stops working at two hundred, and the failure isn&#x27;t really about volume — it&#x27;s about naming.</p>
<p>Google Drive&#x27;s own search is genuinely capable: you can search by file name, filter by date, or use operators like <code>title:</code> and <code>after:</code> to narrow results (<a href="https://support.google.com/drive/answer/2375114" rel="noopener noreferrer" target="_blank">Google&#x27;s search-operators guide</a> covers the full list). None of that helps if the thing you&#x27;re searching for — the client&#x27;s name — isn&#x27;t in the file name to begin with. A search engine can&#x27;t find text that was never written down.</p>
<p>Zoom&#x27;s own naming makes this worse by default. A recording folder or file named after whatever the meeting was auto-titled (&quot;Zoom Meeting&quot;, or a recurring meeting&#x27;s generic topic) carries no information about <em>who</em> the call was with. Multiply that by every client and every week, and you get exactly the pile described above — searchable in theory, useless in practice, because search only works on words that are actually there.</p>
<h2 id="the-fix-three-habits-not-a-reorganization-project"><a href="#the-fix-three-habits-not-a-reorganization-project">The fix: three habits, not a reorganization project</a></h2>
<p>The instinct is to block off an afternoon and rebuild the whole archive. Don&#x27;t — a one-time reorg degrades back into a mess within a few months unless the underlying habit changes. Three small habits, done consistently, do more than one big cleanup:</p>
<h3 id="1-put-the-clients-name-in-the-zoom-meeting-title-not-the-drive-folder"><a href="#1-put-the-clients-name-in-the-zoom-meeting-title-not-the-drive-folder">1. Put the client&#x27;s name in the Zoom meeting title, not the Drive folder</a></h3>
<p>This is the highest-leverage fix and it happens <em>before</em> the recording exists. When you schedule or start a Zoom session, name the meeting with the client (or cohort) it&#x27;s for — <code>Jane Smith — Session 4</code>, or <code>Cohort 3 — Week 6</code>, whatever pattern fits your practice. That title becomes the meeting&#x27;s topic, and it&#x27;s the one piece of metadata that flows automatically into everything downstream: the recording file names, the transcript, and (if you&#x27;re on RecordFlow) the archive folder name. Fix it once, upstream, and every tool that touches the recording afterward inherits a name that&#x27;s actually searchable.</p>
<h3 id="2-build-a-client-view-with-shortcuts--dont-move-the-original-folders"><a href="#2-build-a-client-view-with-shortcuts--dont-move-the-original-folders">2. Build a client view with shortcuts — don&#x27;t move the original folders</a></h3>
<p>Once recordings land somewhere with consistent, client-tagged names, the temptation is to drag each one into a <code>Clients/Jane Smith/</code> folder. Resist that specifically if RecordFlow is archiving for you: it creates a fresh dated folder per meeting and re-uses that exact folder if a later webhook event adds another file to the same session (a transcript that finishes processing after the video, for example) — and it finds that folder by looking inside the same parent it created it in. Move the folder out from under it and a later addition can land in a brand-new duplicate folder instead of the original.</p>
<p>The fix is Google Drive&#x27;s <a href="https://support.google.com/drive/answer/9700156" rel="noopener noreferrer" target="_blank"><strong>shortcuts</strong></a>, not a move. Right-click any meeting folder → <em>Organize</em> → <em>Add shortcut</em>, and drop the shortcut into <code>Clients/Jane Smith/</code>. The shortcut points at the same folder — opening it takes you to the exact same files — without changing where the real folder lives or who its parent is. You get a tidy per-client view layered on top of the archive, and RecordFlow&#x27;s own folder lookups keep working exactly as before, because as far as Drive and RecordFlow are concerned, the folder never moved.</p>
<h3 id="3-split-active-from-archived--with-shortcuts-not-deletion"><a href="#3-split-active-from-archived--with-shortcuts-not-deletion">3. Split active from archived — with shortcuts, not deletion</a></h3>
<p>The working set is usually much smaller than the whole archive: current clients, this quarter&#x27;s cohort. A top-level <code>Active clients/</code> folder holding shortcuts to current clients, and an <code>Archived clients/</code> folder you sweep an ended engagement into once a quarter, keeps the folder you actually browse day-to-day small — without touching the underlying dated archive at all. Nothing gets deleted or moved; a client&#x27;s shortcut just shifts from one folder to the other.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Don&#x27;t rename the dated meeting folders</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><p>RecordFlow creates one folder per meeting, named <code>YYYY-MM-DD-Topic</code> (the date plus whatever the Zoom meeting was titled), inside a folder for that year. Renaming or moving those specific folders can break the matching RecordFlow uses to find &quot;did I already archive this meeting&quot; the next time a related file comes in. Organize around them with shortcuts and client-name meeting titles — leave the dated folders themselves alone, and rename individual <em>files</em> inside them if you want to relabel something after the fact.</p></div></aside>
<h2 id="a-folder-tree-to-copy"><a href="#a-folder-tree-to-copy">A folder tree to copy</a></h2>
<p>No download needed — this is the whole system, and it&#x27;s three folders and a naming habit:</p>
<pre><code>My Drive/
└── RecordFlow Recordings/        (RecordFlow&#x27;s archive — untouched)
    └── 2026/
        └── 2026-03-14-Jane Smith — Session 4/
└── Active clients/
    └── Jane Smith/                (shortcuts to that client&#x27;s meeting folders)
└── Archived clients/
    └── Past Client Name/          (shortcut shifted here at engagement end)
</code></pre>
<p>Once the client&#x27;s name is in every meeting title, &quot;the March call with Jane&quot; is a Drive search for <code>Jane</code> filtered to <code>after:2026-03-01 before:2026-04-01</code> — five seconds, not ten minutes.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow already does the part of this system that has to happen automatically: the moment a Zoom cloud recording finishes processing, it copies the video, audio, chat log, and transcript into a dated folder — <code>YYYY-MM-DD-Topic</code> — inside a year folder in the Drive location you chose, no manual download or upload step. (The <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">setup walkthrough</a> covers the 60-second connection if you haven&#x27;t set that up yet.) Because that folder name is built straight from the Zoom meeting&#x27;s title and start date, habit #1 above — naming the meeting for the client — is the only manual step in the whole system; everything else, including the searchable <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">Google Doc transcript</a> that lands alongside the raw files, happens without you touching Drive at all.</p>
<p>The shortcut-based client view sits on top of that archive. And once a client&#x27;s folder is easy to find again, the <a href="https://recordflow.org/blog/deliver-coaching-recordings-professionally/">handoff post</a> covers turning it into something you send them directly.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Let the archive organize itself around a name you already type.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every session lands in a dated folder automatically — title the meeting for the client, and the rest of this system builds itself. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>google-drive</category>
      <category>coaching</category>
      <category>client-recordings</category>
    </item>
    <item>
      <title>FERPA and Zoom Recordings: What Education Admins Need to Know</title>
      <link>https://recordflow.org/blog/ferpa-zoom-recordings-education-admins/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/ferpa-zoom-recordings-education-admins/</guid>
      <description>What FERPA says about recorded Zoom class sessions, how retention works, and how an admin-managed backup fits your institution's own FERPA review.</description>
      <content:encoded><![CDATA[<p>The question rarely comes from a lawyer. It comes from an instructional-technology director halfway through approving a new tool, pausing to ask: &quot;wait — does this touch student data covered by FERPA?&quot; For a Zoom cloud recording, the honest answer is &quot;sometimes, and it depends on where it ends up&quot; — which is a worse answer to give a security reviewer than a clean yes or no, but it&#x27;s the accurate one, and it&#x27;s worth working through properly before you install anything.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>FERPA doesn&#x27;t regulate recordings as a category. It regulates <strong>education records</strong> — and the U.S. Department of Education&#x27;s Student Privacy Policy Office defines those as records that are <a href="https://studentprivacy.ed.gov/faq/what-education-record" rel="noopener noreferrer" target="_blank">directly related to a student and maintained by the institution</a> (or by a party acting on the institution&#x27;s behalf), in any format, explicitly including video and audio.</p>
<p>That two-part test decides more than it looks like it does:</p>
<ul>
<li><strong>A lecture recording where only the instructor speaks, with no student identifiable in video, audio, or chat, isn&#x27;t a student record at all</strong> — there&#x27;s no student it&#x27;s &quot;directly related to.&quot;</li>
<li><strong>The moment a student asks a question on camera, answers a cold-call, or presents to the class, that portion of the recording identifies them</strong> — and if the institution keeps a copy, it&#x27;s now an education record, same as a transcript or grade file.</li>
<li><strong>A recording an instructor keeps purely to themselves — never shared, not stored anywhere the institution administers — generally isn&#x27;t &quot;maintained by the institution&quot; either</strong>, under FERPA&#x27;s carve-out for records kept in an individual&#x27;s <a href="https://www.law.cornell.edu/cfr/text/34/99.3" rel="noopener noreferrer" target="_blank">sole possession as a personal memory aid</a>. That&#x27;s a fragile position to rely on by accident, though: the same recording, the moment it&#x27;s synced to a departmental drive or shared with a TA, stops being a private note and becomes an education record the institution maintains — whether or not anyone decided that on purpose.</li>
</ul>
<p>Neither Zoom&#x27;s nor Google&#x27;s infrastructure is itself &quot;FERPA compliant&quot; — compliance describes how an institution and its agents handle records, not a feature of software. When a third-party service handles those recordings on the institution&#x27;s behalf, FERPA&#x27;s school-official exception (<a href="https://www.law.cornell.edu/cfr/text/34/99.31" rel="noopener noreferrer" target="_blank">34 CFR 99.31(a)(1)(i)(B)</a>) is the relevant test: the service has to perform work the institution would otherwise do with its own staff, stay under the institution&#x27;s direct control over how those records are used and maintained, and be bound by <a href="https://www.law.cornell.edu/cfr/text/34/99.33" rel="noopener noreferrer" target="_blank">34 CFR 99.33(a)&#x27;s limits on redisclosing</a> the personally identifiable information it touches. None of that is automatic — the institution has to be able to demonstrate it, usually through a written agreement plus a setup that actually reflects direct control in practice, not just on paper.</p>
<h2 id="retention-ferpa-doesnt-set-a-clock-your-institution-does"><a href="#retention-ferpa-doesnt-set-a-clock-your-institution-does">Retention: FERPA doesn&#x27;t set a clock, your institution does</a></h2>
<p>FERPA itself doesn&#x27;t specify how long a class recording has to be kept, or how soon it must be deleted — that&#x27;s a common misread. Once something qualifies as an education record, it falls under whatever records-retention schedule your institution (or your state&#x27;s public-records law, for public institutions) already applies to education records generally. There&#x27;s no separate &quot;recording retention&quot; rule to look up; there&#x27;s only your existing retention schedule, now applying to a new kind of file.</p>
<p>In practice that cuts both ways. A recording archived automatically to Drive doesn&#x27;t get to sit there forever by default just because it&#x27;s convenient to keep — if your retention schedule says grade-related materials get reviewed or purged after a set period, an archived class recording that qualifies as one is subject to the same review. And the reverse risk is the one that actually costs people: Zoom&#x27;s own cloud storage isn&#x27;t built to preserve anything on your institution&#x27;s retention schedule — it ages recordings out on Zoom&#x27;s terms, not yours, which is precisely the gap an institution-owned archive is meant to close.</p>
<h2 id="why-an-institution-owned-archive-is-the-defensible-setup"><a href="#why-an-institution-owned-archive-is-the-defensible-setup">Why an institution-owned archive is the defensible setup</a></h2>
<p>Direct control is easy to assert and hard to demonstrate once recordings are scattered across individual instructors&#x27; personal accounts. If an adjunct&#x27;s own Google Drive is where a semester of class recordings lives, the institution can&#x27;t apply access controls to it, can&#x27;t audit who&#x27;s opened a file, and has no guarantee the recordings survive after that adjunct&#x27;s contract ends and their account gets deactivated — the opposite of controlling how records are used and maintained.</p>
<p>An archive that lands in a Drive folder the institution itself owns and administers — a Workspace-managed account, or better, a shared Drive the department controls — is what actually lets IT show a reviewer that student recordings sit somewhere the institution can govern, not somewhere it merely hopes an instructor is being careful.</p>
<h2 id="what-to-check-before-you-rely-on-any-recording-archive"><a href="#what-to-check-before-you-rely-on-any-recording-archive">What to check before you rely on any recording archive</a></h2>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Questions worth asking before student recordings start flowing anywhere</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Is the destination Drive owned by the institution, or by an individual?</strong> A personal account an instructor controls doesn&#x27;t give IT direct control over the records it holds — a shared Drive or an institution-managed Workspace account does.</li>
<li><strong>Does anything read or store recording content it doesn&#x27;t need to?</strong> Ask specifically whether a vendor keeps a copy of the file itself, or only touches it in transit — see <a href="https://recordflow.org/blog/how-recordflow-handles-your-data/">how RecordFlow handles your data</a> for the level of specificity worth expecting from any vendor answer.</li>
<li><strong>Who decides which instructors get archived, and can that be reversed?</strong> FERPA&#x27;s direct-control language implies the institution — not the vendor, and not the individual instructor — should be the one deciding what&#x27;s collected.</li>
<li><strong>Does your institution&#x27;s written agreement with the vendor actually say what you assume it says?</strong> A marketing page isn&#x27;t the agreement; the redisclosure limits in 34 CFR 99.33(a) need to show up in the contract terms, not just the blog post.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>Here&#x27;s the part worth stating plainly, because it&#x27;s the part a vendor is tempted to blur: nothing below makes your institution FERPA-compliant, and we don&#x27;t claim it does. RecordFlow is infrastructure your institution configures within its own compliance posture, not a certification that stands in for your own legal review. Whether a given recording is an education record, who needs a legitimate educational interest to see it, and what your written agreements say — that&#x27;s a determination for your institution and its counsel, not for our marketing page.</p>
<p>What RecordFlow&#x27;s <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">admin-managed app</a> does give you is the shape FERPA&#x27;s school-official test rewards. One Zoom account admin installs it once, connects a single Google Drive folder the <em>institution</em> owns as the archive root, and enrolls instructors from a dashboard — nobody&#x27;s recordings start archiving until an admin flips their toggle on. Every enrolled instructor&#x27;s sessions land in their own named sub-folder under that institution-controlled root, the same layout our <a href="https://recordflow.org/blog/zoom-recording-storage-universities-colleges/">universities and colleges guide</a> walks through for semester turnover. And RecordFlow itself never stores a recording&#x27;s bytes on its own infrastructure — files stream from Zoom straight into the Drive folder your institution controls, detailed end to end in <a href="https://recordflow.org/blog/how-recordflow-handles-your-data/">how RecordFlow handles your data</a>. The institution-owned destination and the admin-only enrollment toggle are what make direct control demonstrable — the pieces your reviewer actually asks about, running automatically instead of depending on someone remembering to do it by hand.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">An archive your institution actually controls.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow&#x27;s admin-managed app archives every enrolled instructor&#x27;s Zoom recordings into a Google Drive folder your institution owns — one install, admin-only enrollment, nothing stored on our infrastructure. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Get started</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>admin</category>
      <category>education</category>
      <category>ferpa</category>
    </item>
    <item>
      <title>Zoom Recording Storage &amp; Archiving for Universities and Colleges</title>
      <link>https://recordflow.org/blog/zoom-recording-storage-universities-colleges/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-recording-storage-universities-colleges/</guid>
      <description>How campus IT manages Zoom's shared recording storage pool, keeps lecture archives intact through semester and faculty turnover, and backs up to Google Drive.</description>
      <content:encoded><![CDATA[<p>The storage alert always lands during finals week, when every course on campus is recording at once. It lands on IT — not on the professor who filled the pool. Those recordings aren&#x27;t incidental. They&#x27;re the lecture a student with an accommodation is owed, the defense a graduate committee needs on file, the guest lecture a department wants to reuse next year. And because Zoom&#x27;s storage is one shared account-wide pool, one over-recording department can block cloud recording for every other course on campus the moment it fills.</p>
<h2 id="how-zoom-storage-management-works-for-university-it"><a href="#how-zoom-storage-management-works-for-university-it">How Zoom storage management works for university IT</a></h2>
<p>Zoom&#x27;s cloud recording storage is <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">granted per licensed user and pooled at the account level</a> on every plan — but Education tiers start from a much smaller allowance than a standard Business plan. Education Core and Education Legacy give just 0.5 GB per licensed user; Education School &amp; Campus steps up to 5 GB; School &amp; Campus Plus and Enterprise Essentials step up again to 10 GB; only Enterprise Plus and Premier go unlimited (the full table is in our <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/">plan-by-plan storage breakdown</a>). Multiply whichever tier your institution licenses by however many faculty, TA, and staff seats you have, and the resulting pool is what every course, every department, and every guest lecture draws against simultaneously — nobody&#x27;s recordings get a private allotment, whether your institution calls itself a school, a college, or a university.</p>
<p>That pooling is compounded by a second problem specific to a campus: turnover. Adjuncts rotate in and out every semester; TAs graduate; a department loses a lecturer mid-year. <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066997" rel="noopener noreferrer" target="_blank">Deactivating a Zoom user doesn&#x27;t offer any way to hand off their recordings</a> — that option only appears when an admin unlinks or deletes the user, not when they simply deactivate one — and even then, <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067925" rel="noopener noreferrer" target="_blank">transferring their cloud recordings to another licensed user is a checkbox the admin has to select on purpose</a> during that flow, not something that happens by default. Miss it in the rush of an end-of-term offboarding batch, or deactivate instead of unlinking or deleting, and a semester&#x27;s worth of lecture recordings is now only as durable as whether anyone remembered.</p>
<p>Both problems point the same direction: Zoom&#x27;s storage model is built around one host&#x27;s recordings inside one term, not an institution&#x27;s teaching archive that has to survive every semester&#x27;s faculty turnover.</p>
<h2 id="how-to-fix-it"><a href="#how-to-fix-it">How to fix it</a></h2>
<ol>
<li><strong>Install RecordFlow&#x27;s admin-managed app once, as the Zoom account admin</strong> — for a department or the whole institution, not per instructor. One authorization covers everyone you enroll.</li>
<li><strong>Connect one Google Drive folder as the archive root.</strong> A <a href="https://recordflow.org/blog/backup-zoom-recordings-google-shared-drive/">shared drive</a> the institution or department owns is worth the extra setup step over a personal Drive — it survives staff turnover the same way the archive is meant to.</li>
<li><strong>Enroll instructors and TAs from the admin dashboard.</strong> New members can be archived automatically by default, or leave that off and add each person deliberately as adjuncts rotate in every semester — either way, an instructor never has to install or configure anything themselves.</li>
<li><strong>Each instructor&#x27;s sessions land in their own named sub-folder</strong> under the shared root, dated and organized the same way every term, so a program coordinator, registrar, or accreditation reviewer can find &quot;last spring&#x27;s Thursday Organic Chem lecture&quot; without emailing five people who may not even work there anymore.</li>
<li><strong>Toggle an instructor off when their contract ends — don&#x27;t rely on an offboarding checklist catching it.</strong> Because the archive already lives in your Drive by the time each session finishes, a departing adjunct&#x27;s prior recordings are already safe; you&#x27;re only deciding whether their <em>future</em> sessions keep flowing in.</li>
</ol>
<h2 id="what-to-check-if-a-recording-didnt-archive"><a href="#what-to-check-if-a-recording-didnt-archive">What to check if a recording didn&#x27;t archive</a></h2>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Troubleshooting checklist</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>The instructor wasn&#x27;t a licensed host at the time of the session.</strong> Cloud recording follows the Zoom license, and a guest lecturer or a TA covering one session is a common way this slips.</li>
<li><strong>The instructor is enrolled but their session recorded locally</strong>, not to the cloud — check Zoom Settings → Recording for that person specifically, not just the account default.</li>
<li><strong>A new instructor joined after automatic enrollment was turned off.</strong> If <em>Automatically enable new members</em> is disabled, confirm they were switched on by hand for the new term.</li>
<li><strong>The account&#x27;s Education-tier storage was already full when the session ended.</strong> <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0058972" rel="noopener noreferrer" target="_blank">Once the pool is full, no new cloud recording can start</a> for anyone on the account — archiving to Drive doesn&#x27;t rescue a recording Zoom never accepted in the first place.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow&#x27;s <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">admin-managed app</a> is the version an instructional-technology director or department IT lead installs — the setup above, running for every enrolled instructor, with nothing for the instructor to set up on their end. If storage pressure is what triggered the search in the first place, <a href="https://recordflow.org/blog/zoom-storage-management-for-admins/">our admin storage-management guide</a> covers what Zoom&#x27;s own Reports and auto-delete tools can do on top of an archive that&#x27;s already running.</p>
<p>One thing worth being precise about: this post isn&#x27;t a FERPA compliance statement, and we don&#x27;t make one. What we can state plainly is what our own systems do — RecordFlow never stores a recording&#x27;s bytes on its own infrastructure; files stream directly from Zoom to the Drive folder your institution owns and controls, and enrollment is an admin-only toggle a member can&#x27;t turn on for themselves. The full account of what we store, minimize, and delete — the kind of detail a security or compliance reviewer actually asks for — is in <a href="https://recordflow.org/blog/how-recordflow-handles-your-data/">how RecordFlow handles your data</a>. Your institution&#x27;s FERPA obligations are yours to evaluate with your own counsel; RecordFlow is the processor moving the recordings, not the office that clears them for release.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">One install archives every instructor&#x27;s lectures.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow&#x27;s admin-managed app gives every enrolled instructor&#x27;s Zoom recordings an automatic backup in a Google Drive folder your institution controls — one install, a folder per instructor, nothing lost to semester turnover. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Get started</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>admin</category>
      <category>education</category>
    </item>
    <item>
      <title>Setting a Zoom Recording Retention Policy for Your Organization</title>
      <link>https://recordflow.org/blog/zoom-recording-retention-policy-organization/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-recording-retention-policy-organization/</guid>
      <description>How to set an account-wide Zoom cloud recording retention policy on purpose — instead of letting storage limits or a blind auto-delete clock decide for you.</description>
      <content:encoded><![CDATA[<p>Somewhere in your Zoom account settings is a toggle that will start deleting recordings on a schedule the moment you turn it on. Most admins never touch it until the &quot;storage almost full&quot; alert forces the question — not because they&#x27;ve decided against a retention policy, but because nobody&#x27;s gotten around to deciding on one. So the org defaults to the other failure mode instead: every recording anyone has ever made sits in the account&#x27;s storage pool, growing, until the quota actually fills and someone has to triage it under pressure anyway.</p>
<p>Neither is a policy. One is silence; the other is a delete button nobody wants to be the one to press. This post is about the account-wide version of the decision — setting retention for the whole org, not <a href="https://recordflow.org/blog/how-long-to-keep-meeting-recordings/">how long an individual practitioner should keep their own client recordings</a>, which is a related but separate question with a different answer.</p>
<h2 id="what-zooms-account-level-retention-setting-actually-does"><a href="#what-zooms-account-level-retention-setting-actually-does">What Zoom&#x27;s account-level retention setting actually does</a></h2>
<p>Zoom&#x27;s cloud recording auto-delete lives in <strong>Account Management → Account Settings → Recording &amp; Transcript</strong>, under a toggle usually labeled something like &quot;delete cloud recordings after a specified number of days.&quot; <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0065362" rel="noopener noreferrer" target="_blank">It requires a paid Zoom plan — Pro, Business, or Enterprise</a> (cloud recording isn&#x27;t available on the free Basic tier at all), and it&#x27;s <strong>off by default for most accounts</strong> — Zoom&#x27;s own documentation doesn&#x27;t spell out a universal default, but leave it untouched and nothing ages out on its own. Left off, recordings simply sit in the account&#x27;s cloud storage pool until someone deletes them by hand. A full storage quota doesn&#x27;t trigger any retroactive cleanup either — it just blocks new cloud recordings from starting until an admin frees space or buys more, which is a very different problem than &quot;Zoom quietly clears old recordings for you.&quot;</p>
<p>Turn it on and you specify a day count; recordings older than that get deleted automatically, account-wide, on a fixed daily schedule. The setting also exists at the <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">group and individual-user level, and each level inherits from the one above it unless an admin locks it</a> — click the lock icon after saving to stop a group admin or a licensed user from quietly loosening the account-wide default for their own corner of the account. Skip the lock step and a policy you thought was org-wide might only be a suggestion for anyone with settings access at a lower level.</p>
<p>Two mechanics matter more than the toggle itself:</p>
<ul>
<li><strong>It&#x27;s blind to backups.</strong> Zoom&#x27;s auto-delete has no idea whether a recording has been copied anywhere else. It deletes on day N regardless. If your policy window is shorter than however long it takes someone to notice and save a copy, the recording is gone before anyone gets the chance.</li>
<li><strong>Deleted isn&#x27;t gone-gone, briefly.</strong> Recordings removed by auto-delete land in Zoom&#x27;s Trash first, <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0060380" rel="noopener noreferrer" target="_blank">typically recoverable for around 30 days</a> before permanent deletion. That&#x27;s a grace period for a mistake, not a second backup — don&#x27;t set a policy assuming Trash will bail you out.</li>
</ul>
<h2 id="the-safe-order-archive-first-then-set-the-policy"><a href="#the-safe-order-archive-first-then-set-the-policy">The safe order: archive first, then set the policy</a></h2>
<p>The failure mode isn&#x27;t the retention window you pick — it&#x27;s the order you do things in. Setting a Zoom-side auto-delete policy before every member&#x27;s recordings are backed up somewhere durable means the policy can outrun the backup. The fix is the same &quot;back up, verify, then delete&quot; discipline as <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">clearing an individual&#x27;s storage safely</a>, just applied at account scope:</p>
<ol>
<li><strong>Get every member&#x27;s recordings archived to a Drive root you control, first.</strong> Before you touch the retention toggle, make sure there&#x27;s a durable, account-owned copy of what&#x27;s already in the account — not scattered across each member&#x27;s personal Drive, if they&#x27;re saving anything at all. <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">Archiving the whole account into one admin-controlled Google Drive</a> is the piece that makes everything after this step safe.</li>
<li><strong>Decide the window on purpose, not by default.</strong> For most orgs without a specific compliance requirement, a flat 1-3 year default is a low-drama starting point — write it down, and treat any client agreement, program terms, or licensing-board guidance your members have separately committed to as a floor that overrides your default for those specific recordings.</li>
<li><strong>Set it at Account Management → Account Settings → Recording &amp; Transcript, and lock it.</strong> Enter the day count, save, then click the lock icon. Locking is what keeps a group-level or user-level setting from silently overriding the account policy you just decided on.</li>
<li><strong>Tell your team before the clock starts.</strong> A retention policy that surprises people reads as a data-loss incident even when it&#x27;s working exactly as designed. A short note — what the window is, and where the durable archive lives if they need something older — heads that off.</li>
<li><strong>Check in occasionally, not obsessively.</strong> New members inherit whatever the account default is at the time they&#x27;re added; a quick quarterly glance — not a new recurring chore — is enough to confirm new hires and any newly-created groups are actually covered, and that nobody&#x27;s quietly unlocked the setting for their corner of the account.</li>
</ol>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you turn the account-wide policy on</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Verified beats planned, and locked beats saved.</strong> Confirm the archive is actually running — not just that you meant to set it up — before you flip the toggle, and click the lock icon after you save so an unlocked account-level policy can&#x27;t be quietly overridden by group or user settings.</li>
<li><strong>A window shorter than your backup lag is a data-loss policy with extra steps.</strong> If archiving takes longer than your retention window to catch up on a large backlog, widen the window until the backlog clears.</li>
<li><strong>Zoom&#x27;s Trash is a short grace period, not a safety net.</strong> Recovery is typically available for about 30 days after deletion — plan as if that window doesn&#x27;t exist, because relying on it is exactly the gamble a real backup avoids.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>This is a policy decision Zoom&#x27;s own settings screen makes you own — RecordFlow doesn&#x27;t set it for you, and it shouldn&#x27;t. What RecordFlow removes is the risk in step one: <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">our admin-managed app</a> archives every enrolled member&#x27;s cloud recordings into a Google Drive folder you control, automatically, within minutes of each recording finishing — so by the time you sit down to set an account-wide retention window, the &quot;is everything actually backed up&quot; question is already answered instead of something you&#x27;re taking on faith.</p>
<p>From there, Zoom&#x27;s account-level auto-delete becomes a tool you can turn on with confidence instead of anxiety, because the durable copy in Drive isn&#x27;t waiting on that decision. RecordFlow&#x27;s admin-managed app has its own opt-in auto-delete toggle too — set once for the account, off by default — and it clears a recording from Zoom only after that specific recording&#x27;s Drive copy is verified, with a three-day grace period built in: the same backup-first order this post argues for, just automated instead of manual.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Archive first. Set your retention policy with confidence.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow&#x27;s admin-managed app backs up every enrolled member&#x27;s Zoom recordings to a Google Drive folder you control, automatically — so your account-wide retention policy applies to a copy you&#x27;ve already verified. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Get started</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>admin</category>
      <category>retention</category>
    </item>
    <item>
      <title>Let Your Clients See How Far They've Come</title>
      <link>https://recordflow.org/blog/session-recordings-show-client-progress/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/session-recordings-show-client-progress/</guid>
      <description>A month-one recording is proof of progress clients can't argue with. Replaying early sessions turns invisible growth into an honest renewal conversation.</description>
      <content:encoded><![CDATA[<p>Six months in, a client says the thing coaches dread hearing: &quot;I&#x27;m not sure this is really working.&quot; Nothing has gone wrong — they&#x27;ve kept showing up, kept doing the work between sessions — but progress that happens gradually is easy to stop noticing, and easier still to doubt out loud. You could tell them how far they&#x27;ve come. Or you could pull up the recording from their first session and let them watch themselves say it.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Progress rarely feels like progress while it&#x27;s happening. It&#x27;s a lived experience the client updates every day, so each day looks almost identical to the one before it — the change is real, but it&#x27;s happening below the resolution the client can perceive day-to-day. By the time six months pass, the person who started is genuinely gone, but there&#x27;s no single moment that marked the shift, so there&#x27;s nothing for memory to anchor to. What&#x27;s left is a vague, hard-to-defend feeling that things are <em>probably</em> better, sitting right next to the very concrete feeling that today&#x27;s session still had a hard moment in it.</p>
<p>This isn&#x27;t unique to coaching. A large <a href="https://hbr.org/2011/05/the-power-of-small-wins" rel="noopener noreferrer" target="_blank">Harvard Business Review</a> analysis of workday diaries found <strong>incremental progress is the single strongest driver of motivation — and the easiest thing to lose track of without something external marking it.</strong> Coaching runs on the same mechanic: the client is inside the change, which is exactly the vantage point from which change is hardest to see.</p>
<p>A recording sidesteps the whole problem. It doesn&#x27;t ask the client to trust their memory of who they were — it shows them, in their own voice, on a dated recording, saying the things they said before any of the work had happened. That&#x27;s the same underlying reframe covered in the <a href="https://recordflow.org/blog/give-clients-coaching-session-recordings/">companion post on giving clients their session recordings</a>: the recording isn&#x27;t the coach&#x27;s filing problem, it&#x27;s the client&#x27;s asset. A progress comparison is simply that asset used for a specific job.</p>
<h2 id="using-recordings-as-a-progress-mirror"><a href="#using-recordings-as-a-progress-mirror">Using recordings as a progress mirror</a></h2>
<p>The comparison does the work that reassurance can&#x27;t:</p>
<ol>
<li><strong>Pull the actual first session, not a summary of it.</strong> &quot;You&#x27;ve grown a lot&quot; is an opinion the client can politely doubt. A recording of them describing the exact problem they had in month one is not something they can argue with, because it&#x27;s their own words, at a timestamp, before any of the growth happened.</li>
<li><strong>Watch a few minutes side by side, not the full hour.</strong> The point isn&#x27;t a re-run of the whole session — it&#x27;s the specific moment where the old pattern shows up clearest, set next to a recent moment where it doesn&#x27;t. A short, sharp contrast lands harder than an hour of vague nostalgia.</li>
<li><strong>Let the client narrate the difference themselves.</strong> The strongest version of this conversation isn&#x27;t the coach pointing out growth — it&#x27;s the client watching their earlier self and saying, unprompted, &quot;I can&#x27;t believe I used to think that.&quot; Self-generated insight is more convincing than anything a coach can assert, and it&#x27;s also just a more honest use of the moment: showing evidence and letting the client draw their own conclusion, not steering them toward one.</li>
<li><strong>Use it as the natural on-ramp to renewal — not a pitch.</strong> &quot;Let&#x27;s watch where you started&quot; is a question about the work, not a sales script. If the contrast is real, the client reaches the &quot;of course I&#x27;m continuing&quot; conclusion on their own, which is a healthier renewal moment than any framing a coach could construct around it.</li>
<li><strong>Treat the archive as a timeline, not a pile.</strong> One recording is a nice moment. A dated sequence of them — month one, month three, month six — is a record of an entire engagement&#x27;s arc, and it&#x27;s the only version of &quot;how far you&#x27;ve come&quot; that doesn&#x27;t rely on anyone&#x27;s memory.</li>
</ol>
<p>None of this requires a formal review process. It requires the early session to still exist, be easy to find months later, and be exactly as long as the client wants to watch — a few minutes, usually, not the whole hour. It&#x27;s the same underlying habit as the one covered in the <a href="https://recordflow.org/blog/coaching-session-replays-deepen-results/">post on why replays deepen coaching results</a>: the value isn&#x27;t in recording the session, it&#x27;s in someone actually going back to it.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>The reason this rarely happens today isn&#x27;t that coaches doubt its value for client retention — it&#x27;s that month-one recordings don&#x27;t survive to month six. Many Zoom accounts are configured to auto-delete cloud recordings after a set retention window, and even a recording that hasn&#x27;t hit that clock yet is easy to lose track of in an app coaches don&#x27;t otherwise use day to day. By the time a progress conversation would be useful, the evidence is often already gone.</p>
<p>RecordFlow keeps the whole archive intact from day one. Connect Zoom and Google Drive once — a one-time, roughly 60-second setup — and every recorded session lands automatically in a Drive folder you own the moment Zoom finishes processing it: the video, the audio file, the chat log, and a clean, readable transcript as a native Google Doc, in a folder named with the date and session topic, grouped by year. (The full mechanics are in the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">pillar guide on backing up Zoom recordings to Drive</a>.) Because nothing expires and nothing depends on anyone remembering to download it before Zoom&#x27;s retention window closes, the session-one recording is still there — findable in seconds — the day a client wonders whether any of this is working.</p>
<p>The transcript matters here as much as the video. Scrubbing through an hour-old recording to find &quot;the part where they said X&quot; is friction most coaches won&#x27;t bother with mid-session; searching a clean, speaker-labeled Google Doc transcript for the phrase takes seconds — which is the difference between a progress comparison that actually happens and one that stays a nice idea. RecordFlow never keeps a copy of the recording on its own servers either; the files move straight from Zoom to the Drive folder you control, which matters for a document as personal as a coaching archive.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Running the comparison without it feeling like a pitch</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Pick the moment, don&#x27;t replay the whole session.</strong> A specific 60–90 second clip that shows the old pattern clearly beats an hour of scrolling for something relevant.</li>
<li><strong>Ask before you show it.</strong> &quot;Would it help to hear how you described this back in [month]?&quot; keeps the client in control of revisiting an old, sometimes vulnerable moment — this isn&#x27;t a surprise to spring on them.</li>
<li><strong>Let the contrast speak before you do.</strong> Play the clip, then pause. The renewal case is stronger when the client says it first.</li>
<li><strong>Keep the earlier recording confidential to that client.</strong> Progress comparisons are a private conversation between you and one client, not case-study material — a separate, explicit permission is required before reusing any client recording elsewhere, and that permission should never be assumed from the fact a session was recorded at all.</li>
</ul></div></aside>
<p>The work already happened — session by session, mostly invisible while it was underway. All a recording does is keep the receipt. Six months from now, that&#x27;s the difference between telling a client they&#x27;ve grown and letting them watch it — and, on a sales page, it&#x27;s another reason a <a href="https://recordflow.org/blog/session-recordings-premium-coaching-deliverable/">recorded, transcribed archive reads as a premium deliverable</a> rather than a pile of files nobody revisits.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Keep the whole arc, not just this week&#x27;s session.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every session lands in a folder you own — video, audio, and a searchable transcript Doc — so month one is still there the day a client needs to see how far they&#x27;ve come. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>coaching</category>
      <category>client-recordings</category>
    </item>
    <item>
      <title>How Long Should You Keep Your Meeting Recordings?</title>
      <link>https://recordflow.org/blog/how-long-to-keep-meeting-recordings/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/how-long-to-keep-meeting-recordings/</guid>
      <description>There's no single retention rule for Zoom recordings. Here's how to set a deliberate window instead of letting storage limits or memory decide for you.</description>
      <content:encoded><![CDATA[<p>You&#x27;re staring at a Zoom recording from three months ago, cursor hovering over delete. Keep it and it counts against your storage. Delete it and — what if you needed it? A client dispute, a credentialing application, a &quot;can you resend that session&quot; request you didn&#x27;t see coming.</p>
<p>Most people resolve this by not deciding: recordings pile up until Zoom&#x27;s storage cap forces the question, or they get deleted in a panic-clean the day before a &quot;storage almost full&quot; email turns into a hard block. Neither is a retention policy. Both are the absence of one.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>There&#x27;s no single correct answer to &quot;how long should I keep a meeting recording?&quot; — and the reason isn&#x27;t that nobody&#x27;s figured it out, it&#x27;s that the honest answer depends on three separate things that rarely line up:</p>
<ul>
<li><strong>What you promised.</strong> If a client agreement says sessions are available for 90 days, that&#x27;s your floor for that client, regardless of what your storage plan can hold.</li>
<li><strong>What your profession expects.</strong> Some fields have publicly documented record-keeping norms — the <a href="https://www.apa.org/practice/guidelines/record-keeping" rel="noopener noreferrer" target="_blank">American Psychological Association&#x27;s record-keeping guidelines</a>, for instance, discuss retention windows for client records that many therapists use as a reference point (they&#x27;re guidelines, not law, and specifics vary by state licensing board). Coaching, consulting, and tutoring generally don&#x27;t have an equivalent industry-wide standard — you&#x27;re setting your own norm, informed by your client agreements and your own risk tolerance.</li>
<li><strong>What your business records require.</strong> If a session recording doubles as evidence of billable work, the <a href="https://www.irs.gov/businesses/small-businesses-self-employed/how-long-should-i-keep-records" rel="noopener noreferrer" target="_blank">IRS&#x27;s general guidance on how long to keep business records</a> (commonly three years, longer in specific situations) is the closest thing to an authoritative default — though it&#x27;s about records generally, not recordings specifically, so treat it as a floor to reason from rather than a rule that names Zoom recordings.</li>
</ul>
<p>None of this is legal advice, and this post isn&#x27;t going to pretend otherwise. If your profession is licensed or regulated, the retention window that actually protects you comes from your licensing board, your malpractice insurer, or your own attorney — not a blog post. What this post <em>can</em> do is separate the retention decision (how long should this exist) from the storage problem (Zoom&#x27;s cloud fills up), because conflating them is what causes most of the damage: people delete recordings early because Zoom is full, or keep everything forever because deleting feels risky, and both are worse than picking a number on purpose.</p>
<p>It&#x27;s also worth naming the platform mechanic underneath this. Zoom itself has a configurable <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">cloud recording auto-delete setting</a> that account owners and admins can turn on, set to a fixed number of days, and apply account-wide. Where it&#x27;s enabled, it runs on a fixed daily schedule that has no idea whether a given recording has been backed up anywhere else — it just deletes on day N. That&#x27;s a fine tool for storage hygiene once you&#x27;ve decided what &quot;day N&quot; should be, but it&#x27;s a bad way to arrive at that number in the first place, and a genuinely risky one if nothing else has a copy by the time it fires.</p>
<h2 id="how-to-set-a-retention-window-that-actually-holds"><a href="#how-to-set-a-retention-window-that-actually-holds">How to set a retention window that actually holds</a></h2>
<ol>
<li><strong>Write down what you&#x27;ve already committed to.</strong> Check client agreements, intake forms, and program terms for any stated retention or availability window. That&#x27;s your floor for those sessions specifically, and it overrides any generic default below.</li>
<li><strong>Check your profession&#x27;s guidance, if one exists.</strong> Licensed fields (therapy/counseling being the clearest example) often have published record-keeping guidance from their governing body. If you&#x27;re in <a href="https://recordflow.org/blog/record-coaching-sessions-icf-credentialing/">ICF credentialing</a> territory, note that ICF&#x27;s ask is narrower than general retention — it&#x27;s about keeping a qualifying session and transcript <em>available at application time</em>, not a fixed number of days, so &quot;until my credential is awarded&quot; is the practical rule there, not a day count.</li>
<li><strong>Set a default for everything else.</strong> For sessions with no specific requirement, pick one window and apply it consistently — 1 year and 3 years are common, low-drama defaults for solo practitioners. Consistency matters more than the exact number: a rule you actually follow beats a &quot;smarter&quot; one you keep making exceptions to.</li>
<li><strong>Back up before you touch the retention clock.</strong> Whatever window you land on, apply it to a copy you control — not to Zoom&#x27;s cloud copy directly. Zoom&#x27;s storage was never built as a long-term archive (see the <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/">breakdown of Zoom&#x27;s storage limits by plan</a> for why it fills as fast as it does), so treat &quot;still in Zoom&quot; and &quot;still retained&quot; as two different questions. <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">Automatic backup to Google Drive</a> turns this from a manual chore into a non-issue — once every recording lands in a folder you own, you&#x27;re applying your retention window to a durable archive instead of racing Zoom&#x27;s storage cap.</li>
<li><strong>Delete from Zoom only after the backup is confirmed.</strong> This is the same safe order covered in <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">how to auto-delete Zoom recordings without losing anything</a>: back up, verify the copy landed, then delete. Never let a deletion — yours or Zoom&#x27;s own auto-delete policy — run ahead of a confirmed backup.</li>
</ol>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you set a retention window</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Regulated field? Get the real answer from your own governing body.</strong> A licensing board&#x27;s or malpractice insurer&#x27;s guidance beats any general default, including the ones above.</li>
<li><strong>Check your client agreements before you delete anything.</strong> A stated availability window in a contract overrides your default policy for those specific sessions.</li>
<li><strong>If you&#x27;re recording toward an ICF credential</strong>, keep every qualifying-length session until the credential is awarded — you can&#x27;t know in advance which one an assessor would pick as your strongest.</li>
<li><strong>Zoom&#x27;s own auto-delete runs on a fixed schedule, blind to backups.</strong> If you turn it on, make sure your backup finishes well before the delete window closes, not after.</li>
<li><strong>&quot;Delete from Zoom&quot; should never mean &quot;delete everywhere.&quot;</strong> Keep the archive copy; only clear Zoom&#x27;s cloud copy once you&#x27;re sure that copy exists somewhere else.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow doesn&#x27;t set your retention policy — that decision is yours, informed by your agreements and your profession&#x27;s guidance — but it removes the two failure modes that make people get retention wrong: forgetting to back something up before it matters, and deleting on Zoom&#x27;s schedule instead of yours. Every cloud recording is archived to a Google Drive folder you own within minutes of Zoom marking it ready, so the &quot;did I save this before the window closed&quot; question goes away entirely.</p>
<p>From there, retention is your call to apply on your own terms: keep everything in Drive indefinitely, prune it on whatever schedule fits your policy, or turn on RecordFlow&#x27;s own opt-in auto-delete — which clears the Zoom copy only after a backup is verified and a three-day grace period passes, never on a blind fixed-day countdown.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Back up first. Decide retention on your own terms.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow archives every Zoom cloud recording to your Google Drive automatically, so your retention window applies to a copy you control — not a race against Zoom&#x27;s storage cap. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>storage</category>
      <category>retention</category>
    </item>
    <item>
      <title>How RecordFlow Handles Your Data</title>
      <link>https://recordflow.org/blog/how-recordflow-handles-your-data/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/how-recordflow-handles-your-data/</guid>
      <description>What RecordFlow stores, never stores, and deletes about your Zoom recordings — checked against our code and legal docs, for admins evaluating before install.</description>
      <content:encoded><![CDATA[<p>Before you approve a third-party app for your whole Zoom account, &quot;trust us&quot; isn&#x27;t an answer a security reviewer accepts. You want specifics: does it keep a copy of the recording? Can it see people who haven&#x27;t opted in? What actually happens the day you remove it? A privacy policy page can say anything — what matters is whether the claims hold up against the code that runs in production.</p>
<p>So this post makes exactly the claims our marketing makes about the <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">admin-managed app</a>, and for each one, says what we checked to confirm it&#x27;s true rather than just asserting it.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>RecordFlow&#x27;s admin-managed app asks a Zoom account admin for five read-only permissions at install: seeing who&#x27;s on the account, reading the admin&#x27;s own profile, and three for reading recordings (listing them, listing the files inside each, and reading those files — the transcript rides along as one of those files). No write scope, no delete scope. What we do with that access — what we store versus discard, who controls it, what disappears on removal — is the part worth verifying rather than trusting.</p>
<h2 id="what-we-never-store-recording-bytes"><a href="#what-we-never-store-recording-bytes">What we never store: recording bytes</a></h2>
<p>A recording&#x27;s video, audio, transcript, and chat files never touch a database or a disk we control. RecordFlow streams each file from Zoom&#x27;s API in 10 MB chunks, directly into an upload to your Google Drive folder — a chunk sits in Worker memory for the moment it&#x27;s mid-transfer and is gone once it&#x27;s written to Drive. There&#x27;s no object-storage bucket or cache layer holding recording content anywhere in RecordFlow&#x27;s infrastructure; what little caching the sync pipeline does is limited to Drive <strong>folder IDs</strong>, so it doesn&#x27;t recreate the same folder twice mid-run — never file content. If you deleted RecordFlow&#x27;s entire database tomorrow, no recording would be in it, because none ever was. That&#x27;s also what keeps the service secure by construction: there&#x27;s no recording archive on our side for an attacker to go after in the first place.</p>
<h2 id="what-we-minimize-the-account-wide-roster-scope"><a href="#what-we-minimize-the-account-wide-roster-scope">What we minimize: the account-wide roster scope</a></h2>
<p>To show an admin who&#x27;s on their Zoom account, RecordFlow requests a single scope — <code>user:read:list_users:admin</code>. Zoom&#x27;s response for that call carries more fields than we need; RecordFlow keeps exactly four per person — Zoom user ID, name, email, and active/inactive status — and discards the rest before anything is written to our database. Those four fields are the entirety of what we retain about a member before they&#x27;re enrolled. The scope is never used to read anyone&#x27;s recordings; recording access runs through entirely separate scopes, and only for members an admin has enrolled. Practically: installing the app and seeing your roster doesn&#x27;t put a single byte of anyone&#x27;s recording content in front of RecordFlow. That only starts once an admin turns a specific member on.</p>
<h2 id="who-controls-enrollment--and-it-isnt-the-member"><a href="#who-controls-enrollment--and-it-isnt-the-member">Who controls enrollment — and it isn&#x27;t the member</a></h2>
<p>Here&#x27;s a claim worth being precise about, because it&#x27;s easy to overstate: enrollment is <strong>admin-controlled</strong>, not a self-service member toggle. Only a Zoom account admin can flip a member&#x27;s switch on the admin dashboard — there&#x27;s no member-facing &quot;opt in&quot; button, by design; the admin is the one accountable for who gets archived. What is true, and matters just as much: the switch is fully reversible at any time, disabling a member stops their future recordings from archiving immediately, and a later roster refresh never silently re-enables someone an admin switched off. If you&#x27;re a member who wants out, the path is to ask your admin to switch you off, or email us directly and we&#x27;ll route the request — both work, and we confirm back to you either way.</p>
<h2 id="what-actually-happens-when-you-remove-the-app"><a href="#what-actually-happens-when-you-remove-the-app">What actually happens when you remove the app</a></h2>
<p>When the last admin on a Zoom account removes RecordFlow, Zoom sends us a deauthorization notice, and we delete the account&#x27;s data in the same request that handles it — every member record, every admin&#x27;s stored tokens, and the account&#x27;s sync history, gone before we acknowledge the webhook. It isn&#x27;t a queued job that runs sometime later; it&#x27;s synchronous, comfortably inside the 30-day deletion window our <a href="https://recordflow.org/privacy/">Privacy Policy</a> and <a href="https://recordflow.org/dpa/">Data Processing Addendum</a> commit to. Two things are deliberately excluded from that deletion:</p>
<ul>
<li><strong>The auto-delete audit log</strong>, but only for accounts that ever turned on the optional <em>Auto-delete after archive</em> feature — an immutable, INSERT-only record of each attempt to move a recording to Zoom&#x27;s Trash, kept for 24 months for security and dispute resolution. It logs deletion attempts, not general sync activity, and never contains recording content.</li>
<li><strong>The recordings already sitting in your Google Drive</strong> — those are yours, in your Drive, and were never RecordFlow&#x27;s to delete.</li>
</ul>
<p>If other admins on the account still have RecordFlow installed, only the departing admin is offboarded; the account and its archive keep running for the rest of the team.</p>
<h2 id="where-the-files-actually-live--and-whos-responsible-under-gdpr"><a href="#where-the-files-actually-live--and-whos-responsible-under-gdpr">Where the files actually live — and who&#x27;s responsible under GDPR</a></h2>
<p>Every enrolled member&#x27;s recordings land in their own named sub-folder under one Drive folder the admin connects — the archive root. A meeting Jane Smith hosted on June 4 lands at <em>Your folder / Jane Smith / 2026 / 2026-06-04-Board meeting</em>, the same layout described in our <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">account-wide archiving post</a>. That folder belongs to whoever&#x27;s Google account authorized it, not to RecordFlow; we upload into it and never read from it again afterward. Under <a href="https://gdpr-info.eu/art-28-gdpr/" rel="noopener noreferrer" target="_blank">GDPR</a>, that split is explicit: the admin&#x27;s organization is the data controller for the recordings being archived, and RecordFlow is the processor acting on the controller&#x27;s documented instructions, per Article 28. Our full processor obligations and sub-processor list are in the DPA linked above.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-primary bg-primary-light p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">What to check yourself, not just take our word for</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Confirm no recording content in transit stays anywhere but Drive.</strong> Our <a href="https://recordflow.org/terms/">Terms of Service</a> states the same in-memory-only handling described above — cross-check it against this post.</li>
<li><strong>Ask who can flip a member&#x27;s toggle.</strong> It should be &quot;an admin, and only an admin&quot; — if a vendor&#x27;s answer is anything else, that&#x27;s a real difference from what&#x27;s described here.</li>
<li><strong>Time the deletion.</strong> If you remove the app in a test account, our claim is that member records and tokens are gone in the same request Zoom&#x27;s webhook triggers — not eventually.</li>
<li><strong>Check where the roster scope&#x27;s data goes.</strong> It should never touch a recording-fetch call for anyone the admin hasn&#x27;t enrolled — ask for the same kind of code-level answer this post gives, not a policy paragraph.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>None of this is unusual for RecordFlow specifically — it&#x27;s the shape any tool should take when it&#x27;s handling recordings on behalf of people who never installed it themselves. We built the admin-managed app assuming a security reviewer would eventually ask these exact questions, and wrote this post instead of waiting for that email. None of the verification above changes what running RecordFlow day to day feels like: enrollment is still a toggle, archiving is still automatic once it&#x27;s flipped, and nobody on the team has to think about it again. If your organization is evaluating RecordFlow for <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">account-wide archiving</a>, <a href="https://recordflow.org/blog/consolidate-team-zoom-recordings-admin-account/">migrating off scattered individual installs</a>, or archiving a <a href="https://recordflow.org/blog/archive-recordings-training-academy/">multi-instructor academy&#x27;s</a> recordings alongside a <a href="https://recordflow.org/blog/zoom-storage-management-for-admins/">storage cleanup</a>, the same guarantees on this page apply everywhere in the product — nothing here is a special case written just for this post.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Read the policies, then verify them.</p><p class="mt-2 text-sm text-text-secondary">Every claim on this page is backed by our Privacy Policy, Terms of Service, and DPA — install free during beta and see the same behavior for yourself.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Get started</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>admin</category>
      <category>privacy</category>
      <category>security</category>
    </item>
    <item>
      <title>Archive Recordings Across a Multi-Instructor Training Academy</title>
      <link>https://recordflow.org/blog/archive-recordings-training-academy/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/archive-recordings-training-academy/</guid>
      <description>How a training academy archives every instructor's Zoom recordings to one Google Drive automatically — a folder per instructor, nothing lost to turnover.</description>
      <content:encoded><![CDATA[<p>An instructor who taught your Tuesday cohort for two semesters gives notice. Before their Zoom access is deactivated, someone on your team is supposed to make sure every session they recorded is somewhere safe — except nobody ever set that up, because it was never anyone&#x27;s explicit job. You find out it didn&#x27;t happen the day a student asks for a session from three months ago and the recording is nowhere to be found.</p>
<p>For a training academy, multi-instructor institute, or online college running courses across a faculty roster, the recorded session library isn&#x27;t a courtesy — it&#x27;s the product students enrolled for. And it&#x27;s scattered across as many Zoom accounts as you have instructors, which means it&#x27;s only as reliable as the least organized person on your roster.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom cloud recordings belong to the host who recorded them, live in that host&#x27;s account, and count against a single storage pool <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">shared across your entire Zoom account, sized by your plan and licensed-user count</a>. Nothing about that model changes because five, ten, or thirty instructors are recording into it instead of one person. It just means the pool fills faster, from more directions, and no single instructor can see the whole picture — only the account admin can.</p>
<p>That creates two separate problems for a coordinator running an academy instead of a solo practice. First, storage: one instructor running back-to-back sessions can push the whole account toward its cap, and once it&#x27;s full, <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0060832" rel="noopener noreferrer" target="_blank">Zoom stops saving new cloud recordings for every host on the account</a> — not just the instructor who filled it. A student in a completely unrelated cohort can lose access to recording because someone they&#x27;ve never met ran an extra office-hours call.</p>
<p>Second, and less obvious until it happens: continuity. When an instructor leaves, <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066997" rel="noopener noreferrer" target="_blank">deactivating their Zoom account doesn&#x27;t offer any way to hand off their recordings</a> — that option only shows up if you remove the user entirely, and even then, <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067925" rel="noopener noreferrer" target="_blank">transferring their cloud recordings to another licensed user is a checkbox the admin has to select on purpose</a>, not something that happens on its own. Miss that step, or simply deactivate instead of remove, and every session that instructor ever recorded is now only as durable as whether anyone remembered it during a busy offboarding.</p>
<p>Both problems come from the same gap: Zoom&#x27;s storage model is built to hold one host&#x27;s recordings, but a training academy needs one <em>institutional</em> archive that survives any single instructor coming or going.</p>
<h2 id="how-to-archive-recordings-across-a-multi-instructor-academy"><a href="#how-to-archive-recordings-across-a-multi-instructor-academy">How to archive recordings across a multi-instructor academy</a></h2>
<ol>
<li><strong>Install the admin-managed app once, as the Zoom account admin or account owner</strong> — not per instructor. This is the version built for exactly this shape: one person authorizing on behalf of the whole account, rather than every instructor separately connecting their own Drive.</li>
<li><strong>Connect one Google Drive folder as the archive root.</strong> Every instructor&#x27;s recordings land in sub-folders under that single root, so the library lives in one place your institution controls — not in fifteen instructors&#x27; personal Drives.</li>
<li><strong>Enroll your instructors from the admin dashboard.</strong> New members can be archived automatically by default, or you can leave that off and add instructors deliberately as they onboard — either way, an instructor never has to do anything on their end beyond recording as usual.</li>
<li><strong>Let each instructor&#x27;s sessions land in their own named sub-folder</strong>, dated and organized the same way underneath the shared root, so &quot;last month&#x27;s Module 4 replay from the Thursday cohort&quot; is a lookup, not an investigation across several people&#x27;s Zoom accounts.</li>
<li><strong>Toggle an instructor off — don&#x27;t wait for an offboarding checklist item to be remembered.</strong> Because the archive lives in your Drive from the moment each session finishes, a departing instructor&#x27;s prior recordings are already safe; you&#x27;re only deciding whether their <em>future</em> sessions keep flowing in.</li>
</ol>
<h2 id="what-to-check-if-a-recording-didnt-archive"><a href="#what-to-check-if-a-recording-didnt-archive">What to check if a recording didn&#x27;t archive</a></h2>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Troubleshooting checklist</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>The instructor wasn&#x27;t a licensed host at the time of the session.</strong> Cloud recording follows the Zoom license, and rotating in a guest or part-time instructor for a single cohort is a common way this slips.</li>
<li><strong>The instructor is enrolled in the dashboard but their session was recorded locally</strong>, not to the cloud — check Zoom Settings → Recording for that instructor specifically, not just the account default.</li>
<li><strong>A new instructor joined after you turned off automatic enrollment.</strong> If you disabled <em>Automatically enable new members</em>, check that they were switched on by hand.</li>
<li><strong>The account&#x27;s Zoom storage was already full when the session ended.</strong> Archiving to Drive doesn&#x27;t change whether Zoom itself accepted the recording in the first place — a full account pool blocks the cloud recording before there&#x27;s anything to archive.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow&#x27;s <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">admin-managed app</a> is the version an academy coordinator installs: one authorization on behalf of the Zoom account, one Drive folder as the archive root, a sub-folder per instructor underneath it. You pick who&#x27;s enrolled from a dashboard, and each instructor&#x27;s sessions — video, audio, chat, and a clean <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">Google Doc transcript</a> — start landing automatically within minutes of Zoom finishing each recording, with no separate sign-in or setup required from the instructor. We store each instructor&#x27;s name, email, sync status, and archive history needed to run the enrollment — see our <a href="https://recordflow.org/privacy/">Privacy Policy</a> for the full account-level list — and the recording itself streams straight from Zoom to your Drive without ever being stored on RecordFlow&#x27;s own infrastructure in between. As with any admin-managed archive, let instructors know their sessions are being archived to your Drive — a line in onboarding covers it.</p>
<p>Because a shared sync budget covers the whole account on every run, RecordFlow processes whichever enrolled instructor has waited longest since their last archive first — so an instructor teaching several sessions a day doesn&#x27;t repeatedly crowd out a colleague who only teaches once a week. Nobody&#x27;s cohort recordings get starved because someone else on the roster records more.</p>
<p>The same archive layout composes cleanly with the two content patterns an academy typically runs — <a href="https://recordflow.org/blog/save-online-tutoring-recordings-google-drive/">an ongoing one-to-one tutoring roster</a> for individual sessions and <a href="https://recordflow.org/blog/save-online-course-recordings-google-drive/">a cohort or course library</a> for group classes — both landing in the same instructor-scoped archive, so a coordinator running both formats doesn&#x27;t need two separate systems. And if Zoom&#x27;s own storage-side tools are also part of your cleanup routine, <a href="https://recordflow.org/blog/zoom-storage-management-for-admins/">our admin storage-management guide</a> covers what those can and can&#x27;t do on their own.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">One install archives every instructor&#x27;s recordings.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow&#x27;s admin-managed app gives every enrolled instructor&#x27;s Zoom recordings an automatic backup in a Google Drive folder your academy controls — one install, a folder per instructor, nothing lost when someone&#x27;s contract ends. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Get started</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Sat, 18 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>admin</category>
      <category>education</category>
    </item>
    <item>
      <title>Put Your Zoom Recordings to Work in Google Docs, Gemini Notebook, and Vids</title>
      <link>https://recordflow.org/blog/use-zoom-recordings-google-workspace/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/use-zoom-recordings-google-workspace/</guid>
      <description>Zoom recordings do nothing for you sitting in Zoom Cloud. Once they're in Google Drive, Docs, Gemini Notebook, and Vids can all reach them. Here's how.</description>
      <content:encoded><![CDATA[<p>You&#x27;ve got months of client sessions, workshops, or cohort calls sitting in Zoom Cloud. They&#x27;re recorded, they&#x27;re technically &quot;saved&quot; — and they do nothing for you. You can&#x27;t search across them, you can&#x27;t hand one to a teammate to summarize, you can&#x27;t cut a highlight reel from one. A recording in Zoom Cloud is a file Zoom is holding, not a tool you can use.</p>
<p>The fix isn&#x27;t a new app. It&#x27;s moving the recording — and its transcript — one layer over, into Google Drive. The moment they&#x27;re there, three Google tools can reach them: Docs for a readable transcript, Gemini Notebook (formerly NotebookLM, <a href="https://workspaceupdates.googleblog.com/2026/07/notebooklm-now-gemini-notebook.html" rel="noopener noreferrer" target="_blank">renamed in July 2026</a>) for asking questions across many sessions at once, and Vids for turning footage into an edited clip. Docs and Gemini Notebook work with any Google account; Vids&#x27; ability to open an existing Drive video for editing needs an eligible Workspace plan (more on that below). This post is the ecosystem overview — what each tool actually does with a recording once it&#x27;s in Drive, and where to go for the deeper how-to on each.</p>
<h2 id="why-zoom-cloud-cant-do-any-of-this"><a href="#why-zoom-cloud-cant-do-any-of-this">Why Zoom Cloud can&#x27;t do any of this</a></h2>
<p>Zoom Cloud is built to notify you a recording is ready, not to feed it into anything else. None of Google&#x27;s tools read a Zoom Cloud URL directly — not Docs, not Gemini Notebook, not Vids. They read files in Drive. So the first move, before any of the workflows below are possible, is getting the recording out of Zoom&#x27;s silo and into a Drive folder you control. If you haven&#x27;t set that up yet, <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">the companion how-to on backing up Zoom recordings to Google Drive automatically</a> covers the 60-second setup, and <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">the Zoom Cloud vs Google Drive comparison</a> makes the case for why Drive is the better long-term home in the first place.</p>
<p>Once a recording and its transcript land in Drive, they stop being a Zoom artifact and become an ordinary file — which is exactly what makes the rest of this work.</p>
<h2 id="three-things-you-can-do-once-a-recording-is-in-drive"><a href="#three-things-you-can-do-once-a-recording-is-in-drive">Three things you can do once a recording is in Drive</a></h2>
<h3 id="1-read-it--a-clean-transcript-in-google-docs"><a href="#1-read-it--a-clean-transcript-in-google-docs">1. Read it — a clean transcript in Google Docs</a></h3>
<p>Zoom&#x27;s own transcript is a raw <code>.vtt</code> caption file: cues just a few seconds long, no paragraphs, timestamps on every line. It&#x27;s built for video players, not for reading, and none of the tools below will touch it directly.</p>
<p>The fix is a readable version. RecordFlow uploads each transcript into Drive twice — the original <code>.vtt</code>, and a native Google Doc with cue numbers stripped, consecutive lines from the same speaker merged into paragraphs, and a rounded timestamp plus bolded speaker name at the start of each one. That Doc is what makes the transcript searchable in Drive search, skimmable on its own, and downloadable as a Microsoft Word file in two clicks (File → Download → Microsoft Word) if you need to hand it to someone who isn&#x27;t in your Drive.</p>
<p>The full walkthrough — what Zoom&#x27;s <code>.vtt</code> actually contains and why the raw file breaks every downstream tool — is the <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">companion deep-dive on converting Zoom transcripts to Google Docs</a>.</p>
<h3 id="2-ask-it-questions--gemini-notebook-across-many-sessions"><a href="#2-ask-it-questions--gemini-notebook-across-many-sessions">2. Ask it questions — Gemini Notebook across many sessions</a></h3>
<p><a href="https://notebooklm.google.com/" rel="noopener noreferrer" target="_blank">Gemini Notebook</a> — Google renamed NotebookLM to Gemini Notebook in July 2026; same product, same URL, new name — takes Google Docs, Slides, PDFs, and a handful of other source types from Drive and lets you ask questions grounded in exactly those documents, with citations back to the source. Point it at a stack of transcript Docs — a quarter of coaching calls, a cohort&#x27;s worth of class sessions — and you can search across sessions instead of re-watching them one at a time. Gemini Notebook cannot read a raw <code>.vtt</code> or a Zoom Cloud link; it needs the Doc version sitting in Drive, which is the artifact from workflow #1. Setting up a notebook, source limits, and what a good prompt looks like is covered in full in the <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">companion deep-dive on Zoom transcripts and Gemini Notebook</a> — that&#x27;s the one to read next if this is the workflow you want.</p>
<h3 id="3-cut-it--turning-footage-into-a-clip-with-google-vids"><a href="#3-cut-it--turning-footage-into-a-clip-with-google-vids">3. Cut it — turning footage into a clip with Google Vids</a></h3>
<p><a href="https://workspace.google.com/products/vids/" rel="noopener noreferrer" target="_blank">Google Vids</a> is Google&#x27;s browser-based video editor, and it works directly against files already in Drive: open a recording from Drive and choose &quot;Open with Google Vids,&quot; and the clip drops straight into a new project as the first scene, ready to trim, reorder, or combine with other footage — no download-then-reupload step (<a href="https://support.google.com/drive/answer/16466593" rel="noopener noreferrer" target="_blank">Google&#x27;s guide to editing Drive videos in Vids</a>). That&#x27;s the workflow for pulling a five-minute highlight out of an hour-long workshop recording, stitching together the best moments from a multi-session cohort, or turning a client testimonial call into something shareable. This specific capability — opening an existing Drive video straight into Vids — requires an eligible Google Workspace plan, and individual clips inserted this way are capped at 35 minutes and 4 GB (<a href="https://support.google.com/docs/answer/15082958" rel="noopener noreferrer" target="_blank">Google&#x27;s Vids getting-started guide</a>), so check your plan&#x27;s access before you build a workflow around it. For anyone already on a qualifying Workspace plan, the ability to edit is already sitting on top of whatever RecordFlow has archived, no separate upload required.</p>
<h2 id="what-this-doesnt-require"><a href="#what-this-doesnt-require">What this doesn&#x27;t require</a></h2>
<p>None of the three workflows above need the recording reorganized first. RecordFlow groups recordings into year folders and names each meeting folder with the date and topic — that&#x27;s enough to find the right session by eye or by Drive search, and Gemini Notebook and Vids both let you pick individual files as sources regardless of where they sit in the folder tree. Don&#x27;t rename the meeting folders, though: that date-plus-topic name is what disambiguates &quot;which session was this?&quot; once you&#x27;re three files deep in a Gemini Notebook source picker or a Vids project.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">If a tool can&#x27;t find your recording</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Gemini Notebook won&#x27;t accept a file</strong> — you&#x27;re pointing it at the raw <code>.vtt</code> or a Zoom link, not the Google Doc transcript. Check the meeting&#x27;s Drive folder for the <code>.docx</code>/Doc version RecordFlow uploads alongside the <code>.vtt</code>.</li>
<li><strong>&quot;Open with Google Vids&quot; doesn&#x27;t appear on a video file</strong> — opening an existing Drive video in Vids specifically needs an eligible Workspace plan; confirm your plan includes it before troubleshooting further.</li>
<li><strong>A clip won&#x27;t insert into a Vids project</strong> — check it isn&#x27;t over the 35-minute / 4 GB per-clip limit; trim or split a longer recording first.</li>
<li><strong>The transcript Doc is missing for an older meeting</strong> — Doc uploads were backfilled for recordings synced before the feature shipped, but if a specific one is missing, re-check that the meeting had a transcript enabled in Zoom in the first place.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow isn&#x27;t an AI tool, and it doesn&#x27;t try to be Docs, Gemini Notebook, or Vids. Its job is narrower and more mechanical: sign in with Zoom, connect Drive, pick a folder — about 60 seconds — and from then on, the moment Zoom marks a recording ready, RecordFlow copies the video, audio, chat log, and transcript into that folder, transcript included as both the raw <code>.vtt</code> and a readable Google Doc. Everything past that point is Google&#x27;s tools reading files you already own in a folder you already control. RecordFlow is the plumbing; what you build on top of it is up to you.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Get your Zoom recordings where Google&#x27;s tools can reach them.</p><p class="mt-2 text-sm text-text-secondary">Pick a Google Drive folder once. Every recording and a clean Google Doc transcript land there automatically, ready for Docs, Gemini Notebook, or Vids. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Fri, 17 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>notebooklm</category>
      <category>gemini</category>
      <category>google-vids</category>
      <category>topic-ai</category>
    </item>
    <item>
      <title>Move Your Team From Individual RecordFlow Installs to the Admin App</title>
      <link>https://recordflow.org/blog/consolidate-team-zoom-recordings-admin-account/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/consolidate-team-zoom-recordings-admin-account/</guid>
      <description>Your team started with individual RecordFlow installs, one member and one Drive at a time. Here's how to move everyone onto the admin-managed app.</description>
      <content:encoded><![CDATA[<p>If your team&#x27;s Zoom recordings already back up automatically, there&#x27;s a good chance it&#x27;s because a few people signed up for RecordFlow on their own — each one connecting their own Google Drive individually. That&#x27;s exactly how RecordFlow started: one person signs in with Zoom, connects Drive, and their own recordings archive automatically from then on. It works well for that one person. For a team, though, it isn&#x27;t really one archive — it&#x27;s as many separate ones as you have installs, and as the person who runs your team&#x27;s Zoom account, you have no way to see who&#x27;s actually covered.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>RecordFlow&#x27;s individual app was built for exactly that: one person archiving their own recordings. For a long time it was also the only way in — the <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">admin-managed app</a> that lets one admin install once and cover the whole team is newer. If your team adopted RecordFlow before that existed, or before anyone noticed it had shipped, each member who wanted a backup had to sign up individually and connect their own Google Drive — and that&#x27;s likely the setup you&#x27;re still running today.</p>
<p>The individual app never gave you, as the Zoom account admin, any visibility into who was actually covered. Each person&#x27;s archive lives in a Drive only they control. <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067567" rel="noopener noreferrer" target="_blank">Zoom&#x27;s own account-wide recording view</a> — Account Management → Recording and Transcript Management — shows you every cloud recording still sitting in Zoom&#x27;s own storage, searchable by host, but it says nothing about which of those hosts already has a personal RecordFlow backup running and which doesn&#x27;t. That gap doesn&#x27;t live in Zoom&#x27;s admin tools; it lives in the fact that each install is a separate, personal connection you were never part of.</p>
<p>The result compounds quietly. A new hire never gets around to signing up. Someone leaves the team, and their personal archive — tied to their personal Google account — goes with them, whether or not you knew it existed. Six months in, &quot;our recordings are backed up&quot; is true for some fraction of your team, and you can&#x27;t say which fraction without asking everyone individually.</p>
<h3 id="signs-your-team-has-fragmented-installs"><a href="#signs-your-team-has-fragmented-installs">Signs your team has fragmented installs</a></h3>
<ul>
<li>You can name who <em>definitely</em> signed up for RecordFlow, but not who didn&#x27;t — there&#x27;s no roster, just word of mouth.</li>
<li>Recordings are scattered across as many personal Google Drives as you have team members, instead of one place you can point a new hire to.</li>
<li>Someone leaving the team is also, quietly, an archive leaving the team — nobody transferred ownership because nobody knew there was anything to transfer.</li>
<li>You&#x27;ve fielded some version of &quot;do I have to sign up for this myself?&quot; more than once.</li>
</ul>
<h2 id="how-to-fix-it"><a href="#how-to-fix-it">How to fix it</a></h2>
<figure class="not-prose my-8"><img alt="Before: five team members each connected individually to their own separate Google Drive folder. After: the same five members enrolled through one admin install, all archiving into one shared Drive folder with a sub-folder per member." sizes="(min-width: 768px) 720px, calc(100vw - 2rem)" class="w-full rounded-lg border border-border" loading="lazy" decoding="async" style="object-fit:cover;max-width:1600px;max-height:893px;aspect-ratio:1.7917133258678613;width:100%" srcSet="/cdn-cgi/image/width=640,height=357,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 640w,
/cdn-cgi/image/width=750,height=419,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 750w,
/cdn-cgi/image/width=828,height=462,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 828w,
/cdn-cgi/image/width=960,height=536,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 960w,
/cdn-cgi/image/width=1080,height=603,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 1080w,
/cdn-cgi/image/width=1280,height=714,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 1280w,
/cdn-cgi/image/width=1600,height=893,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 1600w,
/cdn-cgi/image/width=1668,height=931,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 1668w,
/cdn-cgi/image/width=1920,height=1072,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 1920w,
/cdn-cgi/image/width=2048,height=1143,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 2048w,
/cdn-cgi/image/width=2560,height=1429,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 2560w,
/cdn-cgi/image/width=3200,height=1786,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png 3200w" src="https://recordflow.org/cdn-cgi/image/width=1600,height=893,f=auto,fit=cover/blog-figures/consolidate-team-zoom-recordings-admin-account-before-after.png"/><figcaption class="mt-2 text-center text-sm text-text-secondary">Five separate personal connections become one admin-controlled archive with a sub-folder per member.</figcaption></figure>
<ol id="how-to-steps"><li id="how-to-step-1"><strong>Install RecordFlow&#x27;s admin-managed app once, as the Zoom account admin<!-- -->.</strong> <!-- -->That replaces asking each member to sign up individually. Zoom shows you exactly what it&#x27;s granting on install: read-only access to see who&#x27;s on the account and to read recordings — no write, no delete.</li><li id="how-to-step-2"><strong>Connect one Google Drive folder<!-- -->.</strong> <!-- -->Use your own, or a <a href="https://recordflow.org/blog/backup-zoom-recordings-google-shared-drive/">Shared Drive the organization owns</a> if you want the archive to outlast any single person&#x27;s Google account. This becomes the archive root for the whole team.</li><li id="how-to-step-3"><strong>Enroll members from the admin dashboard<!-- -->.</strong> <!-- -->New members are enrolled automatically by default, so once Drive is connected, coverage extends to your whole roster without a single member having to do anything. Notice what&#x27;s missing here: you never have to connect any individual member&#x27;s Google Drive by hand — the toggle does it for the whole roster at once. Prefer to add people yourself instead? Turn off <em>Automatically enable new members</em> and enroll individually.</li><li id="how-to-step-4"><strong>Confirm the first few recordings land<!-- -->.</strong> <!-- -->Check each member&#x27;s sub-folder under the archive root, then stop thinking about it — new recordings file themselves the same way going forward.</li><li id="how-to-step-5"><strong>Retire existing individual installs<!-- -->.</strong> <!-- -->Switching to the admin app doesn&#x27;t reach back and merge recordings anyone already archived through their personal install — those stay exactly where they are. But once the admin-managed archive is confirmed covering someone, there&#x27;s no reason for their individual install to keep running in parallel. To remove it, have each member go to <strong>Zoom Marketplace → Manage → Added Apps</strong>, find <em>RecordFlow - backup recordings to Google storage</em>, and remove it — that disconnects their personal Google Drive without touching the admin-managed archive you just set up.</li></ol>
<p>Enrollment is admin-controlled and reversible either way — a member&#x27;s recordings only start flowing to your Drive once the admin has them switched on, and any member can be switched off without touching anyone else&#x27;s archive.</p>
<h2 id="what-to-check-if-coverage-still-looks-patchy"><a href="#what-to-check-if-coverage-still-looks-patchy">What to check if coverage still looks patchy</a></h2>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Troubleshooting checklist</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>A member shows as enrolled but nothing has landed yet.</strong> Confirm they&#x27;ve actually recorded a cloud meeting since being enrolled — the archive is triggered per-recording, not backfilled automatically on enrollment.</li>
<li><strong>A member left before you switched to the admin app.</strong> Their recordings, if any were backed up, are in whatever personal Drive their individual install was connected to — outside your visibility by design. There&#x27;s no way to recover that after the fact; it&#x27;s the exact gap this move closes going forward.</li>
<li><strong>Someone insists they&#x27;re &quot;already backed up&quot; and skips enrollment.</strong> That&#x27;s the individual-install pattern reasserting itself. Ask which Drive it&#x27;s connected to — if it&#x27;s not the archive you control, it doesn&#x27;t help you see coverage account-wide.</li>
<li><strong>New members aren&#x27;t appearing automatically.</strong> Check whether <em>Automatically enable new members</em> is switched off — if so, they&#x27;ll sit unenrolled until someone adds them by hand.</li>
</ul></div></aside>
<p>One install replaces however many individual ones your team has accumulated, with a single dashboard that shows every member&#x27;s enrollment status and last-archived time in one place — a sub-folder per member, so nobody&#x27;s recordings get mixed together. If storage pressure is what pushed the team toward backups in the first place, <a href="https://recordflow.org/blog/zoom-storage-management-for-admins/">account-wide storage management</a> covers the other half of that problem.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Stop asking everyone to sign up individually.</p><p class="mt-2 text-sm text-text-secondary">Install the admin app once, and your team&#x27;s Zoom recordings land in one archive you control — no per-member setup, no guessing who&#x27;s covered. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Get started</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>admin</category>
      <category>teams</category>
    </item>
    <item>
      <title>Save Your Online Course &amp; Cohort Recordings to Google Drive</title>
      <link>https://recordflow.org/blog/save-online-course-recordings-google-drive/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/save-online-course-recordings-google-drive/</guid>
      <description>Automatically back up every live class in your online course or cohort to Google Drive — one organized library your students can find, no manual uploads.</description>
      <content:encoded><![CDATA[<p>A student emails halfway through week six: &quot;Can I get the replay from Module 3? I was traveling and missed the live call.&quot; You go looking, and the Zoom recordings list has forty session titles that all say some variant of &quot;Cohort Call&quot; with a timestamp, no module numbers, no way to tell which one was week three without opening each and scrubbing to the intro. For a course creator, that&#x27;s not a minor annoyance — the recorded library <em>is</em> the product a student paid for, and &quot;I&#x27;ll have to get back to you&quot; is not the answer anyone wants to send mid-cohort.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom Cloud is built around a single meeting, not a growing library. Every session you record adds a file against your account&#x27;s cloud storage — <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">10 GB per licensed host on Zoom Pro or Business, pooled at the account level</a>. A weekly one-hour live call for an eight-to-twelve-week cohort, run at typical HD compression, can chew through a meaningful slice of that pool before the course even wraps — faster if you run office hours or a Q&amp;A call alongside the main session, or if you&#x27;re teaching more than one cohort in parallel. Once the pool is full, <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0060832" rel="noopener noreferrer" target="_blank">Zoom stops saving new cloud recordings</a> for the whole account until you clear space or pay for an add-on — which, mid-cohort, means the risk isn&#x27;t losing an old file, it&#x27;s failing to capture <em>this week&#x27;s</em> live call at all.</p>
<p>There&#x27;s a second problem that shows up the moment a student tries to watch instead of you trying to store. If your account has <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067567" rel="noopener noreferrer" target="_blank">&quot;require authentication to view cloud recordings&quot;</a> turned on, a Zoom share link demands a Zoom login before it plays — and a student who enrolled through your course platform, not through Zoom, often doesn&#x27;t have one and doesn&#x27;t want to create one just to watch a replay. Even with that setting off, Zoom&#x27;s recording list has no concept of &quot;Module 3 of a 10-module course&quot; — it&#x27;s a flat list of meeting titles and dates, which is exactly why a support request like the one above takes longer than it should.</p>
<p>Both problems come from the same mismatch: Zoom treats the recording as a notification you&#x27;ve already acted on, while a course needs it to become a permanent, browsable library.</p>
<figure class="not-prose my-8"><img alt="Left: a cramped stack of six identical Zoom recording cards, all labeled just &#x27;Meeting&#x27; with a date, indistinguishable from each other. Right: a clean row of folders labeled Module 01 through Module 04, with the newest session arriving in a glowing Module 04 folder." sizes="(min-width: 768px) 720px, calc(100vw - 2rem)" class="w-full rounded-lg border border-border" loading="lazy" decoding="async" style="object-fit:cover;max-width:1600px;max-height:893px;aspect-ratio:1.7917133258678613;width:100%" srcSet="/cdn-cgi/image/width=640,height=357,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 640w,
/cdn-cgi/image/width=750,height=419,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 750w,
/cdn-cgi/image/width=828,height=462,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 828w,
/cdn-cgi/image/width=960,height=536,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 960w,
/cdn-cgi/image/width=1080,height=603,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 1080w,
/cdn-cgi/image/width=1280,height=714,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 1280w,
/cdn-cgi/image/width=1600,height=893,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 1600w,
/cdn-cgi/image/width=1668,height=931,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 1668w,
/cdn-cgi/image/width=1920,height=1072,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 1920w,
/cdn-cgi/image/width=2048,height=1143,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 2048w,
/cdn-cgi/image/width=2560,height=1429,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 2560w,
/cdn-cgi/image/width=3200,height=1786,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png 3200w" src="https://recordflow.org/cdn-cgi/image/width=1600,height=893,f=auto,fit=cover/blog-figures/save-online-course-recordings-google-drive-module-archive.png"/><figcaption class="mt-2 text-center text-sm text-text-secondary">Zoom&#x27;s recordings list is a flat stack of same-looking meetings. In Drive, the same sessions land in a labeled, browsable module archive.</figcaption></figure>
<h2 id="how-to-save-your-course-recordings-to-google-drive"><a href="#how-to-save-your-course-recordings-to-google-drive">How to save your course recordings to Google Drive</a></h2>
<ol>
<li><strong>Turn on cloud recording for every instructor who teaches a session</strong>, not just the account owner — Zoom Settings → Recording, <strong>Cloud recording</strong> toggled on per host. A co-facilitator recording locally to their own laptop is invisible to any backup automation, and invisible to you the moment their machine is unavailable. Say once, at enrollment, that live calls are recorded — most course terms of service already cover this, and it&#x27;s worth a line in yours if not.</li>
<li><strong>Pick one Drive folder as your course archive, and put the cohort and module in each Zoom session&#x27;s meeting topic.</strong> Title the Zoom meeting <code>Spring 2026 — Module 03 — Pricing</code> (cohort name, then module number, always two digits). Backup automation carries that topic straight into the session&#x27;s folder name inside your one connected Drive folder, so <code>2026-07-22-Spring 2026 — Module 03 — Pricing</code> reads the way a student thinks about the course, not the way Zoom&#x27;s flat meeting list does. RecordFlow syncs to a single destination folder per account — if you run several cohorts at once, they land in that same archive, and the cohort name in the topic is what keeps them identifiable, not a separate folder per cohort.</li>
<li><strong>Connect an automation that copies each session into that Drive folder the moment it&#x27;s ready.</strong> Doing this by hand — download from Zoom, rename, upload to Drive, repeat every week for every cohort you&#x27;re running — is the step that quietly slips during a launch week or a busy module. <a href="https://recordflow.org/">RecordFlow</a> does this automatically once you connect Zoom and Drive, and files land within minutes of Zoom finishing processing.</li>
<li><strong>Share the relevant session folders directly, not a Zoom link.</strong> <a href="https://support.google.com/drive/answer/2494822" rel="noopener noreferrer" target="_blank">Google Drive&#x27;s &quot;anyone with the link can view&quot; sharing</a> opens on any device with no sign-in required — the same way a student already opens a shared doc or a linked resource inside your course platform. Running a single cohort, share your whole connected Drive folder once at kickoff. Running several cohorts through the same archive, share each session&#x27;s dated subfolder individually instead, so one cohort&#x27;s students aren&#x27;t looking at another cohort&#x27;s replays. Drop the link into your course platform&#x27;s module page (Teachable, Kajabi, Podia, or your own site all support linking out to an external URL) and the replay is one click away, no Zoom account needed — nothing new for a student to learn, since it&#x27;s the same click they already use for every other resource on that page.</li>
<li><strong>Turn on <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">RecordFlow&#x27;s auto-delete</a> once Drive backups are confirmed.</strong> It&#x27;s an opt-in switch that only clears a session from Zoom after the Drive copy is verified, with a three-day grace period built in — safer than Zoom&#x27;s own retention policy, which runs on a fixed schedule regardless of whether a backup ever actually succeeded. Either way, the shrinking Zoom pool means next week&#x27;s live call is never at risk of failing to record.</li>
</ol>
<h2 id="what-to-check-if-a-session-recording-goes-missing"><a href="#what-to-check-if-a-session-recording-goes-missing">What to check if a session recording goes missing</a></h2>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Troubleshooting checklist</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li>The session was recorded locally, not to the cloud. Check Zoom Settings → Recording for every instructor or co-facilitator, not just the course owner.</li>
<li>The instructor who hosted wasn&#x27;t a licensed host at the time. Cloud recording follows the license, and rotating a guest instructor in for one module is a common way this slips.</li>
<li>A student is being asked to sign into Zoom. Share the Drive folder link instead — it needs no Zoom account.</li>
<li>The <a href="https://developers.google.com/identity/protocols/oauth2#expiration" rel="noopener noreferrer" target="_blank">Google OAuth connection expired</a> after a long gap between cohorts — Google can invalidate an unused refresh token after roughly six months of inactivity. Re-authorize in your automation&#x27;s dashboard before the next cohort starts.</li>
<li>A session&#x27;s folder name doesn&#x27;t match its module because the Zoom meeting topic wasn&#x27;t set consistently — the backup automation names each Drive folder after the Zoom meeting&#x27;s own topic and date, so a typo in Zoom carries straight into Drive. Settle on a topic-naming convention in Zoom (<code>&lt;Cohort Name&gt; — Module 01</code>, always two digits) before you scale past a handful of cohorts.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow connects your Zoom account to a Google Drive folder once — about 60 seconds — and from that point on, every live session lands there automatically: video, audio, a chat log, and a clean <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">Google Doc transcript</a> with timestamps and speaker labels, so a student can search a session instead of scrubbing an hour of video to find the five minutes on pricing that mattered. Once a session is in Drive, it&#x27;s a normal folder, yours to reorganize the same way you organize anything else there — nest it into a per-cohort subfolder, move it into a shared folder scoped to one group of students, rename it — the kind of access control and clean, per-course structure Zoom&#x27;s flat recordings list <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067567" rel="noopener noreferrer" target="_blank">was never built to offer</a>.</p>
<p>It works the same whether you&#x27;re running one small cohort or several in parallel — the same automatic-backup pattern that works for <a href="https://recordflow.org/blog/share-group-coaching-program-replays/">a per-cohort group coaching program</a> or <a href="https://recordflow.org/blog/save-online-tutoring-recordings-google-drive/">an ongoing tutoring roster</a> applies directly to a course library, and if a co-instructor connects their own account, their sessions land automatically too — no chasing anyone to download and re-upload their own recordings. RecordFlow never keeps a copy of the recording on its own infrastructure; the file moves straight from Zoom to the Drive folder you already own.</p>
<p>If you&#x27;re weighing Drive against staying on Zoom Cloud for the full library, the <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Google Drive vs Zoom Cloud comparison</a> lays out the cost and retention math side by side — and if a student ever tells you a link won&#x27;t open, the <a href="https://recordflow.org/blog/share-zoom-recording-client-no-account/">share-without-a-Zoom-account fix</a> covers exactly that case in more detail.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Never scramble to find &#x27;the Module 3 replay&#x27; again.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every live session lands in an organized folder you own, ready to link into your course platform — no Zoom account required to watch. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>course-creators</category>
      <category>education</category>
    </item>
    <item>
      <title>Back Up Your Team's Zoom Recordings to a Google Shared Drive</title>
      <link>https://recordflow.org/blog/backup-zoom-recordings-google-shared-drive/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/backup-zoom-recordings-google-shared-drive/</guid>
      <description>How to back up your team's Zoom cloud recordings automatically to a Google Shared Drive the org owns, not scattered across personal Drive accounts.</description>
      <content:encoded><![CDATA[<p>If your team backs up Zoom recordings to Google Drive at all, here&#x27;s the question worth asking before you trust that archive: whose Drive? If the honest answer is &quot;whoever hosted the call, into their own personal My Drive,&quot; the archive isn&#x27;t really an archive. It&#x27;s a folder someone else can take with them, forget the password to, or accidentally leave out of the next reorg&#x27;s file-sharing pass. The fix isn&#x27;t a better backup habit — it&#x27;s a different kind of Drive folder, one the organization owns instead of any one person, and a way to save every member&#x27;s recordings to it automatically.</p>
<h2 id="why-personal-drive-backups-dont-hold-up-for-a-team"><a href="#why-personal-drive-backups-dont-hold-up-for-a-team">Why personal Drive backups don&#x27;t hold up for a team</a></h2>
<p>A file dropped into someone&#x27;s My Drive belongs to that person&#x27;s Google account, full stop. That&#x27;s fine for a solo coach archiving their own sessions. It breaks down the moment a <em>team</em> is involved: each member&#x27;s recordings land in a different personal Drive, so there&#x27;s no single place to look, no consistent folder structure across members, and no guarantee the files survive whatever happens to that person&#x27;s account.</p>
<p>Google is explicit about this distinction for its own Shared Drives feature: &quot;files in shared drives belong to the team instead of an individual,&quot; and when someone leaves the organization and an admin removes their account, files they added or created in a shared drive stay right where they are — visible and accessible to the rest of the team (<a href="https://support.google.com/a/users/answer/7212025" rel="noopener noreferrer" target="_blank">Google Workspace Admin Help</a>). My Drive doesn&#x27;t offer that guarantee; ownership transfer is a manual step someone has to remember to do before an account is closed, and it&#x27;s an easy one to miss during an offboarding rush.</p>
<p>For a small org — a coaching collective, a faculty, an agency, a nonprofit running cohort programs — that gap is exactly where recordings go missing. Not because Zoom deleted them, but because they were never in a place the <em>organization</em> controlled to begin with.</p>
<h2 id="how-to-back-up-team-zoom-recordings-to-a-shared-drive"><a href="#how-to-back-up-team-zoom-recordings-to-a-shared-drive">How to back up team Zoom recordings to a Shared Drive</a></h2>
<ol>
<li><strong>Create the Shared Drive.</strong> In Google Drive, choose <em>Shared drives</em> → <em>New</em>, name it something a new admin would understand at a glance (<code>Team Recordings</code>, <code>2026 Session Archive</code>), and add the people who should have standing access. Shared drives are available on Google Workspace Business Starter and up, plus Education and Nonprofits editions — though Business Starter can&#x27;t configure sharing restrictions on its shared drives the way Standard and up can, so check your plan&#x27;s controls before you rely on them. A personal Gmail account with no Workspace subscription won&#x27;t see the option at all (<a href="https://knowledge.workspace.google.com/admin/drive/set-up-shared-drives-for-your-organization" rel="noopener noreferrer" target="_blank">Google Workspace Admin Help</a>).</li>
<li><strong>Set member roles deliberately.</strong> Shared drives support five access levels — Viewer, Commenter, Contributor, Content Manager, and Manager — so you can give most of the team Contributor access (they can see and add files) while reserving Manager for whoever owns the archive long-term.</li>
<li><strong>Point your Zoom-to-Drive automation at the Shared Drive, not a personal folder.</strong> If you&#x27;re using <a href="https://recordflow.org/">RecordFlow</a> as the account admin, the Drive-connection step lets you pick <em>any</em> folder in either My Drive or a Shared Drive as the archive root — select the Shared Drive you just created.</li>
<li><strong>Enroll members from the admin dashboard.</strong> Once the archive root is a Shared Drive, every member you enroll gets the same sub-folder treatment as before — one folder per member, named after them — except now that whole structure lives inside a Drive the org owns, not any one person&#x27;s account.</li>
<li><strong>Confirm the first few recordings land correctly</strong>, then let it run. New recordings continue to file themselves into each member&#x27;s sub-folder inside the Shared Drive, automatically, as Zoom marks them ready.</li>
</ol>
<h2 id="what-to-check-if-recordings-arent-landing-in-the-shared-drive"><a href="#what-to-check-if-recordings-arent-landing-in-the-shared-drive">What to check if recordings aren&#x27;t landing in the Shared Drive</a></h2>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Troubleshooting checklist</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>The connected account can&#x27;t create or isn&#x27;t a member of the Shared Drive.</strong> The Google account used to authorize Drive access needs at least Contributor-level membership on the Shared Drive to write new files into it.</li>
<li><strong>You&#x27;re on a Workspace edition or personal account without Shared Drive support.</strong> Confirm with your Workspace admin console, or check whether your plan needs an upgrade — this is separate from Zoom&#x27;s own plan and licensing.</li>
<li><strong>The org has hit a storage limit on that Shared Drive, if your admin set one.</strong> Workspace admins can opt into capping storage per shared drive independently of the account&#x27;s overall pool — it&#x27;s not on by default, but check the admin console if uploads stop without an error you recognize.</li>
<li><strong>A member&#x27;s Zoom recordings are still routing to their personal Drive from an old connection.</strong> If someone was archiving individually before the team moved to the admin-managed setup, confirm they&#x27;ve been migrated to the account-wide install rather than running both in parallel.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow&#x27;s account-wide admin app already lets you pick any Drive folder as the archive root — a Shared Drive works exactly the same way a personal folder does. One install, one Shared Drive, a sub-folder per member, and every recording lands there automatically within minutes of Zoom marking it ready — no one has to remember to move files out of their own account. If you haven&#x27;t set up the account-wide archive yet, <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">Archive Every Zoom Recording Across Your Account</a> covers the full admin install; this post is specifically about pointing that archive at a Shared Drive instead of a personal one so the files stay with the org, not the person.</p>
<p>If you&#x27;re archiving your own recordings rather than a whole team&#x27;s, the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">individual backup guide</a> and the <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Drive vs Zoom Cloud comparison</a> cover that path — and if your team is a tutoring institute or training academy specifically, <a href="https://recordflow.org/blog/save-online-tutoring-recordings-google-drive/">saving session recordings to Drive</a> walks through the per-student or per-cohort version of the same idea.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Give your team&#x27;s recordings a home the org actually owns.</p><p class="mt-2 text-sm text-text-secondary">Install the admin app once, point the archive at a Shared Drive, and every member&#x27;s recordings land in a sub-folder the organization controls — not a personal account that walks out the door. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Get started</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>shared-drive</category>
      <category>admin</category>
      <category>teams</category>
    </item>
    <item>
      <title>Zoom Storage Management for Admins: Stop the Account-Wide Storage Crisis</title>
      <link>https://recordflow.org/blog/zoom-storage-management-for-admins/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-storage-management-for-admins/</guid>
      <description>How a Zoom account admin finds out who's filling the storage pool, what Zoom's cleanup tools can and can't do, and the fix that keeps the pool small for good.</description>
      <content:encoded><![CDATA[<p>Zoom storage management for admins usually starts the same way: the storage alert lands in your inbox, not the host&#x27;s. Zoom&#x27;s cloud recording pool for the account is almost full, and as the admin, that&#x27;s now your problem — except the storage was filled by dozens of people you don&#x27;t supervise minute-to-minute. You have no idea which of them is actually responsible. You open the account and start guessing.</p>
<p>You don&#x27;t have to guess. Here&#x27;s how to find out who&#x27;s using the pool, what Zoom&#x27;s own admin tools let you do about it today, and why the triage never really ends until you change what fills the pool in the first place.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom&#x27;s cloud recording storage isn&#x27;t allocated per person — it&#x27;s <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">pooled at the account level, with each licensed user contributing an allowance based on your plan</a> (our <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/">plan-by-plan storage breakdown</a> has the exact numbers). Whoever fills the pool doesn&#x27;t have to be whoever gets the alert: <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">Zoom emails the billing admin once usage hits 80% of the account&#x27;s storage limit, and again when the limit is reached</a> — regardless of which of the account&#x27;s hosts drove the number up. If you&#x27;re the admin but not the billing contact, you may not even see that first email; ask whoever holds that role to forward it, or check the usage report directly instead of waiting for a warning.</p>
<p>Once the pool actually fills, the blocking is account-wide, not per-host: no member can start a new cloud recording until storage is freed or increased, even if their own usage is trivial. One heavy recorder — a training team running daily sessions, a faculty member who never deletes anything — can lock out recording for everyone else on the account.</p>
<h2 id="how-to-fix-it-managing-zooms-cloud-storage-across-your-whole-account"><a href="#how-to-fix-it-managing-zooms-cloud-storage-across-your-whole-account">How to fix it: managing Zoom&#x27;s cloud storage across your whole account</a></h2>
<ol id="how-to-steps"><li id="how-to-step-1"><strong>Find out who&#x27;s actually using the storage<!-- -->.</strong> <!-- -->Go to <strong>Account Management → Reports → Cloud Recording</strong> in the Zoom web portal. <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0064971" rel="noopener noreferrer" target="_blank">The report graphs cumulative storage over a window and breaks the total down by host</a>, so you can see exactly which members are driving the number instead of guessing from the alert alone. Standard accounts can pull up to a 30-day window within the past 6 months — enough to spot a pattern, not a full account history.</li><li id="how-to-step-2"><strong>Search and clear specific recordings<!-- -->.</strong> <strong>Account Management → Recording and Transcript Management → Recordings tab</strong> is <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067567" rel="noopener noreferrer" target="_blank">the account-wide view of every cloud recording on the account</a>, searchable by host, date range, meeting topic, and even transcript keywords, with a CSV export of the results. From there you can delete recordings you&#x27;ve already confirmed are backed up elsewhere — the same &quot;verify before you delete&quot; discipline applies here as it does for <a href="https://recordflow.org/blog/zoom-blocked-from-recording-storage-full/">an individual clearing their own storage</a>, just at account scale.</li><li id="how-to-step-3"><strong>Set an auto-delete policy, and narrow who can record to the cloud<!-- -->.</strong> <!-- -->The same admin settings let you <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0060832" rel="noopener noreferrer" target="_blank">configure an automatic deletion window for cloud recordings past a certain age, and restrict cloud recording access to only the groups that actually need it</a> instead of leaving it open account-wide.</li><li id="how-to-step-4"><strong>Don&#x27;t skip the offboarding step<!-- -->.</strong> <!-- -->When someone leaves and you deactivate or delete their Zoom user, <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067925" rel="noopener noreferrer" target="_blank">transferring their cloud recordings to another licensed user is a deliberate, opt-in choice you make during that deletion flow</a> — it does not happen automatically, and the receiving user has to be licensed to accept it. Skip that step in the rush of an offboarding checklist and whatever that person recorded is no longer something you can easily account for.</li><li id="how-to-step-5"><strong>Buy more storage, if you have to<!-- -->.</strong> <!-- -->It works, but it&#x27;s the same recurring line item every solo user faces, scaled up by however many hosts are on your account — and it doesn&#x27;t change how fast the pool refills.</li></ol>
<p>Every one of these is a real, working option. None of them is a one-time fix. The report, the deletion pass, the offboarding checklist — they&#x27;re all things you have to keep doing, because nothing stops the pool from filling again the moment you stop watching it. (The rest of the <a href="https://recordflow.org/blog/topics/storage/">Zoom storage &amp; retention guides</a> cover the individual-user side of the same problem, if members ask you how to keep their own recordings once you tighten the account, and the <a href="https://recordflow.org/blog/topics/admin-it/">Admin/IT guides</a> cover the account-wide archiving and consolidation moves that go beyond storage cleanup.)</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow&#x27;s <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">admin-managed app</a> does the one thing Zoom&#x27;s own tools don&#x27;t: it moves recordings out to Drive automatically, the moment each one finishes, so nothing needs a manual export. Install it once as the account admin and connect a Google Drive folder you control — new members are archived automatically unless you turn that default off, and any individual member can be toggled off without touching anyone else&#x27;s archive. RecordFlow gives each member their own sub-folder under that root, and recordings stream straight from Zoom to your Drive — we never store the bytes on our infrastructure in between.</p>
<p>Archiving on its own doesn&#x27;t shrink Zoom&#x27;s storage pool — the copy in Drive and the copy in Zoom&#x27;s cloud are two separate things until you remove the Zoom one. That&#x27;s what auto-delete is for: a separate, account-wide toggle in Settings, off by default, that clears a recording&#x27;s Zoom copy only after its Drive backup is confirmed. Turn it on once and the pool stays low on its own; leave it off and RecordFlow still saves you the manual export, but Reports → Cloud Recording will keep climbing until you clear things yourself.</p>
<p>Because the archive lives in your Drive, not the departing member&#x27;s Zoom account, a recording a former team member made stays exactly where it landed — whether or not anyone remembered to run the transfer step during offboarding. (If you&#x27;re trying to pull scattered recordings back together <em>after</em> the fact, <a href="https://recordflow.org/blog/consolidate-team-zoom-recordings-admin-account/">consolidating a team&#x27;s Zoom recordings into one admin-controlled archive</a> covers that cleanup directly.)</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you spend an afternoon on cleanup</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Check Reports → Cloud Recording before you guess who&#x27;s responsible.</strong> The per-host breakdown usually points at one or two accounts, not an even spread across everyone.</li>
<li><strong>Confirm a Drive (or other) backup exists before deleting anything from Recording Management.</strong> Zoom&#x27;s Trash holds deleted recordings for a limited window, not indefinitely — treat it as a grace period, not a second backup.</li>
<li><strong>The 80%-full alert goes to the billing admin, not every admin.</strong> If that&#x27;s not you, ask them to forward it, or check the Reports page on your own schedule instead of waiting on the email.</li>
<li><strong>Data transfer during user deletion is a checkbox, not a default.</strong> Look for &quot;select which types of data to transfer&quot; in the deletion flow — it&#x27;s easy to click through without it during a busy offboarding.</li>
</ul></div></aside>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Stop triaging the account&#x27;s storage every few weeks.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow&#x27;s admin-managed app archives every enrolled member&#x27;s Zoom recordings to a Google Drive folder you control — one install, account-wide, no add-on storage tier. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Get started</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>admin</category>
      <category>storage</category>
    </item>
    <item>
      <title>Archive Every Zoom Recording Across Your Account</title>
      <link>https://recordflow.org/blog/archive-zoom-recordings-team-admin/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/archive-zoom-recordings-team-admin/</guid>
      <description>How a Zoom account admin can archive every cloud recording across their team into one Google Drive, automatically — a sub-folder per member, one install.</description>
      <content:encoded><![CDATA[<p>The Zoom recordings your team makes aren&#x27;t really yours. Each member&#x27;s account holds their own copies — so when someone leaves the org, the recordings leave with them. The board minutes from the director who changed roles last quarter? Gone with their account. The training your senior coach delivered before parental leave? Same. Owning a Zoom account on behalf of a team means the archive is scattered across other people&#x27;s accounts, and you usually don&#x27;t notice until something you need is already gone.</p>
<p>Zoom&#x27;s cloud isn&#x27;t built to be that archive, either. If your account has a retention policy, recordings age out on a schedule someone set; if it doesn&#x27;t, they pile up against a storage quota you pay to keep expanding. Either way, the recordings your org depends on are sitting somewhere temporary.</p>
<p>The fix isn&#x27;t more Zoom storage — it&#x27;s a single Google Drive folder you control, with every member&#x27;s recordings landing in a sub-folder named after them, automatically, within minutes of Zoom finishing each recording.</p>
<h2 id="why-we-built-an-admin-managed-version"><a href="#why-we-built-an-admin-managed-version">Why we built an admin-managed version</a></h2>
<p>RecordFlow started life as an individual tool. A coach signs in with Zoom, connects Drive, and their own recordings start <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">backing up to Google Drive automatically</a>. That works for a one-person practice — and it&#x27;s what most of our users do. But for a team, the model fell apart. Each member had to install separately and connect their own Drive separately. The org had no view of who was archiving and who wasn&#x27;t. The recordings landed in fifteen different Drives owned by fifteen different Google accounts.</p>
<p>So we built an admin-managed version — same product, same code, same archive layout — installed once by the Zoom account admin instead of by each member individually. The admin authorizes for the whole account, picks a single Google Drive folder as the archive root, and chooses which members to archive from a dashboard. The individuals don&#x27;t have to do anything. The recordings still belong to the people who created them — each member gets their own sub-folder — but the <em>archive</em> belongs to the org. If a staff member leaves, their recordings stay where they are.</p>
<p>You don&#x27;t have to figure out which version you need. Whether you run the Zoom account for a team or just want to archive your own recordings, start at our <a href="https://recordflow.org/sign-in/">sign-in screen</a> — it routes you to whichever flow matches your role.</p>
<h2 id="how-account-wide-zoom-archiving-works"><a href="#how-account-wide-zoom-archiving-works">How account-wide Zoom archiving works</a></h2>
<p>You install once, as a Zoom admin. When you install, Zoom shows you what we&#x27;re asking for: permission to see who&#x27;s on your account, and permission to read recordings. That&#x27;s it. No write, no delete.</p>
<p>You land on the admin dashboard. The first thing you see is a list of every active and inactive user in your Zoom account, each with an on/off switch. By default new members are <strong>enrolled automatically</strong> — connect Drive and their recordings start flowing. Prefer to add people by hand? Turn off <em>Automatically enable new members</em>, and new members arrive switched off until you enable them. Either way, you can toggle any individual member off whenever you want.</p>
<p>You connect a Google Drive folder you own — your personal Drive, or a shared Drive your team uses. That folder becomes the archive root.</p>
<p>With Drive connected and a member enrolled, the next time a meeting from that member&#x27;s Zoom account finishes processing, <a href="https://developers.zoom.us/docs/api/webhooks/" rel="noopener noreferrer" target="_blank">Zoom tells us</a> the recording is ready. RecordFlow looks up the member, confirms they&#x27;re enabled, and streams the recording — video, audio, transcript, chat — into a sub-folder under your archive root named after that member. So a meeting Jane Smith hosted on June 4 lands at <em>Your folder / Jane Smith / 2026 / 2026-06-04-Board meeting</em>. The same naming scheme the individual app uses, just one level deeper to keep members separated.</p>
<p>Toggle a member off and their future recordings stop archiving — sibling members keep going as normal. The per-member switch is the only thing that decides what flows into Drive, so anyone whose recordings shouldn&#x27;t be archived is one click from off (or leave auto-enroll off and add people deliberately).</p>
<p>The dashboard shows you, across the whole account, when each member was last archived. If another admin in your Zoom account installs RecordFlow, they see the same dashboard. You can pass the baton without losing visibility.</p>
<h2 id="security-and-scope"><a href="#security-and-scope">Security and scope</a></h2>
<p>Plain English on what we ask for, because consent screens are the worst genre of reading. We ask Zoom for five read-only permissions: who&#x27;s on your account (so you can pick who to archive), your admin profile (so we know it&#x27;s you), and three for reading recordings — listing a member&#x27;s recordings, listing the files inside each one, and reading those files. (The transcript rides along as one of those files.) No write, no delete, all read-only. And nothing leaves Zoom until you&#x27;ve connected a Drive folder to archive into — that&#x27;s the archive&#x27;s on-switch.</p>
<p>Every member shows up in the dashboard with a switch, and new members are enrolled automatically unless you turn that default off. We store name, email, the on/off toggle, and when we last archived them — nothing else. No photos, no phone numbers, no profile fields. The Drive files are owned by your Google account (or your shared Drive); we never see them again after the upload.</p>
<p>The most important guarantee, for the org&#x27;s general counsel: <strong>when the last admin removes the app, everything goes</strong>. Zoom tells us the moment an admin clicks Remove. If other admins still have RecordFlow installed, we offboard just the admin who left — the account keeps running on the remaining admins. When the <em>last</em> admin removes it, we delete everything we hold for the account — tokens, every member, every record of past syncs — within seconds, and email that admin a confirmation. The Drive folder is untouched (it belongs to your Google account or shared Drive, not us). Removal is the cleanup.</p>
<h2 id="gdpr-in-plain-terms"><a href="#gdpr-in-plain-terms">GDPR, in plain terms</a></h2>
<p>When you, the admin, install the admin-managed RecordFlow app for your organization&#x27;s Zoom account, you become the data controller for the recordings being archived. RecordFlow becomes a processor. The admin-managed model makes the controller relationship explicit in a way the individual app doesn&#x27;t — the org owns the archive, the org&#x27;s admin decides who&#x27;s enrolled, the org&#x27;s Google Drive holds the files.</p>
<p>We&#x27;ve published a <a href="https://recordflow.org/dpa/">Data Processing Addendum</a> for the processor relationship; the <a href="https://recordflow.org/privacy/">Privacy Policy</a> and <a href="https://recordflow.org/terms/">Terms of Use</a> cover how the admin-managed model handles data and the install lifecycle.</p>
<p>Two things admins should think through before recordings start flowing. First: because new members are enrolled automatically by default, people can be archived before they&#x27;ve explicitly opted in — so they should know their meeting recordings are being archived to a folder you control. Zoom already tells participants a meeting is being recorded — that covers half of it. The new half: that the recording is being archived to your org&#x27;s Drive. <a href="https://gdpr-info.eu/art-14-gdpr/" rel="noopener noreferrer" target="_blank">GDPR</a> gives you a one-month window to tell people. A line in your meeting-recording policy, plus a heads-up in onboarding for new hires, covers it. Second: if your org has a Records Retention Policy, the archive folder is now in scope for it — the recordings live there as long as you decide they live there, not as long as Zoom&#x27;s default retention dictates.</p>
<h2 id="pricing"><a href="#pricing">Pricing</a></h2>
<p><strong>Free during beta.</strong> We&#x27;re using the beta to learn fast from organizations of every shape — coaching collectives, faculties, small Ops teams, nonprofits running cohorts. The broader the feedback now, the sharper the product gets before we settle on pricing. Pricing comes later, after we&#x27;ve earned the right to charge by being genuinely useful to a lot of different teams. Early adopters who stick with us through the beta will get founding-member pricing when we do introduce paid plans. The storage itself is your Google Drive, so the storage bill stays where it always was.</p>
<h2 id="install"><a href="#install">Install</a></h2>
<p>Start from our <a href="https://recordflow.org/sign-in/">sign-in screen</a> — it routes you to whichever app matches your role. If you run the Zoom account for your team, the admin-managed version is the one you want.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">One install, account-wide archive.</p><p class="mt-2 text-sm text-text-secondary">If you run the Zoom account for your team — coaching collective, faculty, small org — install once, connect your Drive, and your team&#x27;s recordings land in one archive. Members never lift a finger. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Get started</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>admin</category>
      <category>teams</category>
    </item>
    <item>
      <title>Zoom Cloud Storage Limits by Plan (and How to Never Hit Them)</title>
      <link>https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/</guid>
      <description>How much Zoom cloud recording storage each plan actually gives you, how the pool is calculated, and what happens the moment it runs out.</description>
      <content:encoded><![CDATA[<p>Zoom cloud storage limits aren&#x27;t a flat number — they&#x27;re a per-licensed-user allowance pooled across your whole account. You got the &quot;cloud recording storage is almost full&quot; email, or you&#x27;re staring at the admin Reports page trying to work out why one heavy recorder pushed the whole account toward the wall. Either way, the number underneath is more opaque than it should be: how much storage does your plan actually give you, how is it calculated for more than one person, and what happens the instant it&#x27;s gone?</p>
<h2 id="how-much-cloud-storage-does-zoom-actually-give-you"><a href="#how-much-cloud-storage-does-zoom-actually-give-you">How much cloud storage does Zoom actually give you?</a></h2>
<p>Zoom doesn&#x27;t assign your account a single flat number. Storage is granted <strong>per licensed user</strong>, then pooled at the account level:</p>
<table><thead><tr><th>Plan</th><th>Cloud recording storage</th></tr></thead><tbody><tr><td>Pro, Pro Plus, Business</td><td>10 GB per licensed user</td></tr><tr><td>Business Plus</td><td>15 GB per licensed user</td></tr><tr><td>Enterprise, Enterprise Plus</td><td>Unlimited</td></tr><tr><td>Education Core, Education Legacy</td><td>0.5 GB per licensed user</td></tr><tr><td>Education School &amp; Campus</td><td>5 GB per licensed user</td></tr><tr><td>Education School &amp; Campus Plus, Education Enterprise Essentials</td><td>10 GB per licensed user</td></tr><tr><td>Education Enterprise Plus, Education Premier</td><td>Unlimited</td></tr><tr><td>Zoom Rooms</td><td>1 GB per room</td></tr></tbody></table>
<p>That &quot;per licensed user&quot; detail is the part most people miss. <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">Zoom pools the allowance across the whole account</a> — a Business account with one licensed user gets a 10 GB pool; a Business account with 10 licensed users gets a 100 GB pool, shared by everyone who records to the cloud. It isn&#x27;t 10 GB walled off per person; it&#x27;s one shared bucket that scales with headcount, and anyone on the account can draw it down.</p>
<p>For a solo coach, consultant, or trainer on a single Zoom Pro license, that pooling detail doesn&#x27;t change the number — you get 10 GB, full stop, the same as the account would get with just one license. It matters the moment you add a second license, a co-facilitator, or a training team: the pool grows, but so does the number of people recording into it. (If the cap itself sounds like the dealbreaker, it&#x27;s worth first checking whether cloud is the right call for you at all — <a href="https://recordflow.org/blog/zoom-cloud-vs-local-recording/">cloud vs. local recording</a> walks through when each one wins.)</p>
<h2 id="what-happens-when-the-pool-runs-out"><a href="#what-happens-when-the-pool-runs-out">What happens when the pool runs out</a></h2>
<p>Zoom warns before it blocks. <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">The billing admin gets an email alert once usage hits 80% of the account&#x27;s storage limit</a> — the &quot;almost full&quot; email most people recognize. If nothing changes and the pool actually fills:</p>
<ul>
<li>A recording already in progress <strong>keeps recording until the meeting ends.</strong> Zoom doesn&#x27;t cut off an active cloud recording mid-call.</li>
<li>Once that meeting ends, <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0058972" rel="noopener noreferrer" target="_blank">no new cloud recording can start</a> — for anyone on the account — until storage is freed or increased.</li>
</ul>
<p>There&#x27;s no per-meeting grace period and no soft warning in the moment you press Record. If the pool is full when you try to start a new cloud recording, it fails immediately. (If that&#x27;s already happened to you mid-workday, <a href="https://recordflow.org/blog/zoom-blocked-from-recording-storage-full/">the immediate fallback — local recording — and the safe cleanup sequence afterward</a> are worth bookmarking separately from this post.)</p>
<h2 id="the-math-that-fills-the-pool-faster-than-it-looks"><a href="#the-math-that-fills-the-pool-faster-than-it-looks">The math that fills the pool faster than it looks</a></h2>
<p>A single hour of HD Zoom recording runs a few hundred megabytes after compression. For a solo practitioner running 10 GB on Zoom Pro, a typical 10-15-sessions-a-week caseload adds up to several gigabytes of new recording every week — enough to fill the pool in roughly two to five weeks, not months. Longer sessions or heavier video settings shrink that window further.</p>
<p>Scaling up a team doesn&#x27;t buy the relief it looks like on paper. Adding a fifth licensed user to a Business account moves the pool from 40 GB to 50 GB — but that fifth person is also recording into the same shared bucket, so the pool fills at roughly the same relative rate. Pooling spreads the allowance across more people; it doesn&#x27;t stretch it further per recording. If you&#x27;re the admin trying to work out who&#x27;s driving that shared number, <a href="https://recordflow.org/blog/zoom-storage-management-for-admins/">Zoom storage management for admins</a> covers the per-host Reports view and the account-wide levers you actually control.</p>
<h2 id="paying-zoom-for-more-room"><a href="#paying-zoom-for-more-room">Paying Zoom for more room</a></h2>
<p>Once the included pool is gone, Zoom sells <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">additional cloud recording storage</a> in fixed monthly tiers, billed on top of your plan and scaling from tens of gigabytes up to multiple terabytes — check Zoom&#x27;s current storage add-on pricing before you buy, since tiers and prices are billed separately from your base plan and can change. It&#x27;s a legitimate option if you need the recording reachable inside Zoom itself for some specific reason. For most solo practitioners and small teams, though, it&#x27;s recurring spend to keep files in a tool that was never built to be a long-term archive in the first place — the <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Google Drive vs. Zoom Cloud comparison</a> walks through why that trade rarely favors Zoom once you look at cost per gigabyte.</p>
<h2 id="the-fix-that-keeps-the-pool-from-filling-at-all"><a href="#the-fix-that-keeps-the-pool-from-filling-at-all">The fix that keeps the pool from filling at all</a></h2>
<p>The durable answer isn&#x27;t a bigger pool — it&#x27;s keeping the pool small by moving recordings out of it as soon as they&#x27;re ready. <a href="https://recordflow.org/">RecordFlow</a> does exactly that: connect it once (sign in with Zoom, connect Google Drive, pick a folder — about 60 seconds) and every cloud recording copies to Drive automatically within minutes of Zoom marking it ready. RecordFlow never stores your recordings — files transfer directly from Zoom to your Drive, so nothing sits on our infrastructure in between. Once a backup is confirmed in Drive, you can let Zoom clear its own copy on whatever schedule you choose and never buy an add-on tier. Running a small team instead of a solo practice? The same idea works account-wide: one admin connects once and archives recordings for every opted-in member into a shared Drive root, so the whole pool stays small, not just one person&#x27;s. The <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">full walkthrough for setting up automatic Zoom-to-Drive backup</a> covers setup end to end, including what to check if a recording doesn&#x27;t show up. The rest of the <a href="https://recordflow.org/blog/topics/storage/">Zoom storage &amp; retention guides</a> cover the neighbouring problems — what to do the moment recording is blocked, and how to delete safely once a backup exists.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you assume you know your usage</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Check the account-level Reports page, not your own recordings list.</strong> Cloud storage is pooled — your personal recordings list won&#x27;t show what teammates have used against the shared total.</li>
<li><strong>A &quot;10 GB&quot; plan with five licensed users has a 50 GB pool, not 10 GB.</strong> Confirm your actual licensed-user count before estimating how long you have.</li>
<li><strong>The 80% email goes to the billing admin, not every user.</strong> If you&#x27;re not the admin, ask them to forward storage alerts or check the Reports page directly rather than waiting to hit the wall.</li>
<li><strong>Add-on storage renews monthly and doesn&#x27;t shrink your usage</strong> — it only raises the ceiling. It doesn&#x27;t reduce how fast the pool fills.</li>
</ul></div></aside>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Stop budgeting for a bigger Zoom storage pool.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow copies every Zoom cloud recording to your Google Drive automatically, so your account&#x27;s storage pool stays low and you never need to buy an add-on tier. Setup takes 60 seconds. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>storage</category>
      <category>recording</category>
    </item>
    <item>
      <title>Save Your Online Tutoring Session Recordings to Google Drive</title>
      <link>https://recordflow.org/blog/save-online-tutoring-recordings-google-drive/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/save-online-tutoring-recordings-google-drive/</guid>
      <description>Automatically back up every online tutoring session to Google Drive — per-student folders, no manual uploads, no Zoom account needed to watch a replay.</description>
      <content:encoded><![CDATA[<p>A parent messages you Sunday night: can my daughter watch Tuesday&#x27;s algebra session again before her test Thursday? You open the Zoom portal to find the recording — and it&#x27;s already gone. Auto-delete kicked in, or the storage cap finally hit, or you just can&#x27;t remember which of forty session titles it was. Either way, the session you ran is unrecoverable, and the message you have to send back is the one every tutor dreads: &quot;I&#x27;m sorry, I don&#x27;t have that one anymore.&quot;</p>
<p>For a tutor or a small teaching institute, a recorded session isn&#x27;t a courtesy — it&#x27;s the study material. Students replay it before a test. Parents ask for it after a missed lesson. A course coordinator points a new student at last month&#x27;s sessions to catch them up. Losing one isn&#x27;t an inconvenience; it&#x27;s a broken promise to whoever paid for the seat.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom Cloud is built around the meeting that produced the recording, not the archive a tutoring business needs it to become. Once a session ends and processes, the file just sits there against your account&#x27;s storage quota — <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">10 GB per licensed host on Zoom Pro or Business, pooled at the account level</a>. A solo tutor is working with a single 10 GB pool; a small institute&#x27;s capacity only grows as fast as it buys more licenses. Either way, a tutor running four or five one-hour sessions a day fills their share faster than it looks like it should, and once it&#x27;s full, Zoom <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">stops saving new cloud recordings</a> until you buy an add-on or clear space. Institutes running an <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">auto-delete policy</a> for storage hygiene lose recordings even sooner — on a schedule that the student on the other end never sees.</p>
<p>There&#x27;s a second problem that shows up the moment you try to share instead of store. If your account has &quot;<a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067567" rel="noopener noreferrer" target="_blank">require authentication to view cloud recordings</a>&quot; turned on — common at institutes that lock things down by default — a Zoom share link demands a Zoom account before it&#x27;ll play. A ten-year-old student, or a parent checking a lesson from their phone, doesn&#x27;t have one, and doesn&#x27;t want to make one. The recording exists; nobody can watch it.</p>
<p>Both problems trace back to the same root cause: the recording is living somewhere designed to be temporary, when the job actually requires it to be permanent and easy to hand off.</p>
<h2 id="how-to-save-tutoring-session-recordings-to-google-drive"><a href="#how-to-save-tutoring-session-recordings-to-google-drive">How to save tutoring session recordings to Google Drive</a></h2>
<ol>
<li><strong>Turn on cloud recording</strong> for every tutor who teaches, not just the account owner — in Zoom Settings → Recording, <strong>Cloud recording</strong> must be toggled on per host. A session recorded locally to someone&#x27;s laptop is invisible to any backup automation and to you the moment that laptop is unavailable. Mention once, at enrollment, that sessions are recorded — most tutoring agreements already cover this, and it&#x27;s worth a line in yours if not.</li>
<li><strong>Create one Drive folder per student, or per cohort if you teach group classes.</strong> <code>/Students/Amara R/</code>, or <code>/Cohorts/SAT Prep — Summer 2026/</code> for a shared class. This is the structure that makes &quot;can I get last Tuesday&#x27;s session&quot; a thirty-second lookup instead of a search through forty identically-named Zoom recordings.</li>
<li><strong>Connect an automation that copies each session into the right folder the moment it&#x27;s ready.</strong> Doing this by hand — log into Zoom, download, log into Drive, upload, repeat for every session, every day — is the step that quietly stops happening during a busy exam season. <a href="https://recordflow.org/">RecordFlow</a> does this automatically once you connect Zoom and Drive.</li>
<li><strong>Share the student or cohort folder directly, not a Zoom link.</strong> <a href="https://support.google.com/drive/answer/2494822" rel="noopener noreferrer" target="_blank">Google Drive&#x27;s &quot;anyone with the link can view&quot; sharing</a> opens on any device without a sign-in — the same way a parent already opens a shared photo album or a school newsletter link. No Zoom account needed on their end, ever.</li>
<li><strong>Let Zoom&#x27;s own retention policy do its job once Drive has the backup.</strong> Once you&#x27;ve verified a few sessions land safely in Drive, you can leave (or turn on) Zoom&#x27;s auto-delete without worrying about losing anything — Drive is now the copy that doesn&#x27;t expire.</li>
</ol>
<h2 id="what-to-check-if-a-session-recording-goes-missing"><a href="#what-to-check-if-a-session-recording-goes-missing">What to check if a session recording goes missing</a></h2>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Troubleshooting checklist</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li>The session was recorded locally, not to the cloud. Check Zoom Settings → Recording for every tutor who teaches, not just the admin.</li>
<li>The tutor who hosted wasn&#x27;t a licensed host at the time. Cloud recording follows the license, and license rotation between part-time tutors is common at small institutes.</li>
<li>The parent or student is being asked to sign into Zoom. Share the Drive folder link instead — it needs no Zoom account.</li>
<li>The Google OAuth token expired after a long school break. Re-authorize in your automation&#x27;s dashboard.</li>
<li>The recording landed in the wrong folder because of a typo in the student&#x27;s name. Rename folders consistently (full name, no nicknames) before you scale past a handful of students.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow connects your Zoom account to a Google Drive folder once — about 60 seconds — and from that point on, every tutoring session lands there automatically: video, audio, a chat log, and a clean <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">Google Doc transcript</a> with timestamps and speaker labels, so a student can search a session instead of scrubbing through an hour of video to find the one explanation that mattered. It works the same way whether you&#x27;re a solo tutor with a handful of regulars or a coordinator running an institute where each instructor needs their own folder — the same automatic-backup pattern that works for <a href="https://recordflow.org/blog/share-group-coaching-program-replays/">a per-cohort group program</a> applies directly to a class or a tutoring roster. Once an instructor connects their own account, their sessions land automatically every week — no coordinator chasing anyone to download and re-upload their own recordings by hand. RecordFlow never keeps a copy of the recording on its own infrastructure; the file moves straight from Zoom to the Drive folder you already own.</p>
<p>If you&#x27;re weighing whether Drive is even the right destination for teaching recordings versus staying on Zoom Cloud, the <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Google Drive vs Zoom Cloud comparison</a> lays out the cost and retention math side-by-side — and if you&#x27;re running a nonprofit tutoring program, <a href="https://recordflow.org/blog/nonprofit-zoom-recordings-google-drive/">Workspace for Nonprofits</a> may already give you far more free Drive storage than you&#x27;re using.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Never tell a student &#x27;I don&#x27;t have that one anymore.&#x27;</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every tutoring session lands in a folder you own, ready to share with no Zoom account required on the other end. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>tutoring</category>
      <category>education</category>
    </item>
    <item>
      <title>How to Download Your Own Zoom Recordings — Manually or Automatically</title>
      <link>https://recordflow.org/blog/how-to-download-zoom-recordings/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/how-to-download-zoom-recordings/</guid>
      <description>The manual steps to download your own Zoom cloud recordings and transcripts, where the process breaks down on large files, and the automatic alternative.</description>
      <content:encoded><![CDATA[<p>Your client — or a student who missed a session — is asking for last week&#x27;s recording, or just its transcript, before Zoom clears it out. So you go to grab your own copy and realize you&#x27;re about to do this one file, one click-through, one meeting at a time — and that&#x27;s before you count how many others are already sitting behind a shrinking storage quota.</p>
<p>There are two ways to get your own recordings and transcripts off Zoom&#x27;s servers: work through the manual download flow Zoom provides, one meeting at a time, or set up something that copies each one automatically as soon as it&#x27;s ready. Here&#x27;s exactly how the manual path works, where it breaks down, and what the automatic alternative looks like.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>A Zoom cloud recording isn&#x27;t a single file sitting in a folder — it&#x27;s a processed set of files (video, an audio-only track, a chat log, and a transcript when your account has it enabled) that Zoom stores in your account and lists on the <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0058006" rel="noopener noreferrer" target="_blank"><strong>Recordings &amp; Transcripts</strong> page</a> in the Zoom web portal. Downloading is something you have to initiate yourself, per meeting, every time.</p>
<p>The portal&#x27;s <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067567" rel="noopener noreferrer" target="_blank">documented download flow</a> is one recording at a time: open the meeting&#x27;s recording page, click <strong>Download</strong>, confirm the prompt. There&#x27;s no checkbox-and-download-all across multiple meetings in the portal — if you need many recordings at once, the practical alternatives are exporting a CSV of recording metadata, scripting against Zoom&#x27;s recordings API, or automating the pull entirely rather than clicking through the web UI a dozen times over.</p>
<p>Two settings can also stand between you and the download button. An admin can restrict downloads to <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0065362" rel="noopener noreferrer" target="_blank"><strong>only the host</strong></a> at the account or group level — if you&#x27;re not the host of a meeting (a co-host, or someone the host shared the recording with), the button may simply not be there for you. And some accounts require a passcode to open a shared cloud recording link before a download can even start.</p>
<p>If you&#x27;re still deciding whether cloud recording is even the right toggle to hit before your next call, <a href="https://recordflow.org/blog/zoom-cloud-vs-local-recording/">Zoom Cloud Recording vs Local Recording</a> walks through when each makes sense.</p>
<h2 id="how-to-download-your-zoom-cloud-recording"><a href="#how-to-download-your-zoom-cloud-recording">How to download your Zoom cloud recording</a></h2>
<ol>
<li>Sign in to the <a href="https://zoom.us/" rel="noopener noreferrer" target="_blank">Zoom web portal</a> and open <strong>Recordings &amp; Transcripts</strong> in the left navigation.</li>
<li>Find the meeting and click its thumbnail to open the recording&#x27;s page.</li>
<li>Click <strong>Download</strong>, then confirm in the prompt that appears.</li>
<li>Repeat steps 2–3 for the audio-only file, chat log, or transcript if you want those separately — each is downloaded from the same recording page.</li>
<li>Repeat the whole process for every other meeting you need. There&#x27;s no multi-select across meetings in the portal.</li>
</ol>
<p>That&#x27;s the whole workflow, and it&#x27;s exactly as repetitive as it sounds once you have more than a handful of recordings to move.</p>
<h2 id="manual-download-vs-automatic-backup"><a href="#manual-download-vs-automatic-backup">Manual download vs. automatic backup</a></h2>
<p>The manual flow above works fine for one recording. It&#x27;s where it stops being fine that pushes most people toward automating the pull entirely:</p>
<ul>
<li><strong>Large files.</strong> An hour of gallery-view video can run into gigabytes. Browsers time out or silently fail on big downloads over a flaky connection, and you often don&#x27;t notice until you go looking for the file and it isn&#x27;t where you expected.</li>
<li><strong>One at a time, always.</strong> Every recording is its own click-through. There&#x27;s no &quot;select these ten meetings, download them together&quot; option in the web portal.</li>
<li><strong>The retention clock.</strong> Cloud recordings aren&#x27;t permanent. Storage quotas fill up, and some accounts run an admin-set auto-delete policy that removes recordings after a set number of days. A recording you meant to download &quot;later&quot; can be gone — Zoom moves deleted recordings to a 30-day trash window, and <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">once that window closes, a permanently deleted recording can&#x27;t be recovered</a>.</li>
</ul>
<p>None of that is a reason to avoid downloading — it&#x27;s a reason not to rely on remembering to.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow replaces the manual loop with an automatic one: <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">connect Zoom and Google Drive once</a> — about 60 seconds — and every new cloud recording (video, audio track, chat log, and transcript) copies itself into a Drive folder you choose within minutes of Zoom marking it ready, no click-through required. Large files, password-protected recordings, and long multi-hour calls all transfer the same way a short one does; if a transfer fails, it retries automatically. Recordings move directly from Zoom to your Drive — RecordFlow never stores the files themselves. Once a recording is safely in Drive, you&#x27;re no longer racing a storage cap or an auto-delete policy to grab it in time.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you go looking for a missing download</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Download button missing?</strong> You may not be the host — check whether an admin has <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0065362" rel="noopener noreferrer" target="_blank">restricted downloads to hosts only</a>.</li>
<li><strong>Link asking for a passcode you don&#x27;t have?</strong> Ask the meeting host, who can view or reset it from the recording&#x27;s sharing settings.</li>
<li><strong>Recording nowhere to be found?</strong> Check <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">Trash in Recordings &amp; Transcripts</a> — deleted recordings normally sit there for 30 days before they&#x27;re gone for good, unless an admin has turned account-wide Trash off, in which case deletion is immediate.</li>
<li><strong>Need more than one recording at a time?</strong> The portal doesn&#x27;t offer a bulk option; an automated backup is the practical fix if this happens often.</li>
</ul></div></aside>
<p>Once a recording is safely off Zoom&#x27;s servers, <a href="https://recordflow.org/blog/zoom-recording-files-explained-which-to-send/">our guide to the files a recording actually contains</a> covers which one to send a client.</p>
<p>If it&#x27;s the transcript you&#x27;re really after — especially to feed it into an AI tool or knowledge base — downloading the .vtt is only step one. <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">Turning it into a Google Doc your AI tools can read</a> covers what to do with it next.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Stop downloading Zoom recordings by hand.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once, and every recording since lands in Drive automatically — no click-through, no race against storage limits. Free to start.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>recordings</category>
      <category>google-drive</category>
    </item>
    <item>
      <title>How to Delete a Zoom Recording (Safely, Without Losing It)</title>
      <link>https://recordflow.org/blog/how-to-delete-zoom-recording/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/how-to-delete-zoom-recording/</guid>
      <description>How to delete a Zoom cloud or local recording, one at a time or in bulk, plus the 30-day trash window and the one rule that keeps you from losing it.</description>
      <content:encoded><![CDATA[<p>Deleting a Zoom recording is one click — it&#x27;s the &quot;can I undo this&quot; part that&#x27;s worth knowing before you press it. Maybe a client asked you to remove their session, or you&#x27;re clearing space before the next call, and now you&#x27;re hovering over the delete button wondering if you&#x27;re about to lose something you can&#x27;t get back. Zoom makes deleting a recording easy; recovering one you deleted by mistake is a 30-day countdown you might lose.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom draws a hard line between two kinds of recordings, and they don&#x27;t delete the same way.</p>
<p><strong>Cloud recordings</strong> live in Zoom&#x27;s <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">pooled cloud storage</a> — 10 GB shared across licensed users on Pro and Business plans, 15 GB on Business Plus. Delete one and it doesn&#x27;t vanish immediately: it moves to a Trash tab first, where it sits for up to 30 days before Zoom permanently removes it.</p>
<p>Files sitting in Trash <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">don&#x27;t count against your storage limit</a>, so clearing Trash is actually a separate, second step from deleting the recording itself.</p>
<p><strong>Local recordings</strong> — the ones Zoom saved straight to your computer instead of the cloud — work differently. There&#x27;s no Zoom-side trash for these; deleting the file removes it the same way any other file on your machine does, and it&#x27;s only recoverable from your own operating system&#x27;s Recycle Bin or Trash, not from Zoom. Unlike cloud recordings, local files don&#x27;t get auto-deleted on any schedule — they sit on disk until you or your OS removes them.</p>
<p>The distinction matters because the recovery paths are different, and the 30-day cloud window is shorter than most people assume when they&#x27;re not the one who deleted it. Deleting on purpose isn&#x27;t the only way a recording leaves Zoom, either — <a href="https://recordflow.org/blog/cancel-zoom-keep-recordings/">cancelling or downgrading your Zoom plan</a> starts its own 30-day countdown on your cloud recordings. If you&#x27;re not sure why a recording disappeared from your account in the first place, <a href="https://recordflow.org/blog/zoom-cloud-recording-disappears/">What Disappears From Zoom Cloud, and When</a> covers the other three ways that happens.</p>
<h2 id="how-to-delete-a-zoom-recording"><a href="#how-to-delete-a-zoom-recording">How to delete a Zoom recording</a></h2>
<h3 id="a-single-cloud-recording"><a href="#a-single-cloud-recording">A single cloud recording</a></h3>
<ol>
<li>Sign in at <a href="https://zoom.us" rel="noopener noreferrer" target="_blank">zoom.us</a> and open <strong>Recordings &amp; Transcripts</strong> in the left navigation.</li>
<li>Find the recording — by topic, date, or the &quot;search text in transcript&quot; field if you remember something said in the meeting but not the date.</li>
<li>Click the <strong>···</strong> (more) menu on that recording&#x27;s row or tile and choose <strong>Delete</strong>.</li>
</ol>
<p>This deletes the entire recording set for that meeting (video, audio, transcript, chat log together). If you only want to remove one file from a meeting — say, drop the chat log but keep the video — open the meeting&#x27;s detail page, hover the specific file, and use its own trash icon instead of deleting the whole meeting.</p>
<h3 id="deleting-multiple-zoom-recordings-at-once"><a href="#deleting-multiple-zoom-recordings-at-once">Deleting multiple Zoom recordings at once</a></h3>
<p>Need to delete Zoom recordings in bulk rather than one at a time? In list view, check the boxes next to each meeting you want gone, then click <strong>Delete Selected</strong> above the list. To clear everything up to a certain date, use Advanced Search with today&#x27;s date in the &quot;To&quot; field, select all, and Delete Selected — useful for a seasonal cleanup rather than a one-off.</p>
<h3 id="a-local-recording"><a href="#a-local-recording">A local recording</a></h3>
<p>Local recordings live in your Documents/Zoom folder (or wherever you set the save location) as normal video and audio files. Delete the meeting&#x27;s subfolder like you would any other files, then empty your Recycle Bin (Windows) or Trash (Mac) if you want the disk space back immediately — until you do, the files are still recoverable from there.</p>
<h3 id="recovering-something-you-deleted"><a href="#recovering-something-you-deleted">Recovering something you deleted</a></h3>
<p>Cloud: open the <strong>Trash</strong> tab under Recordings &amp; Transcripts within 30 days of deleting and restore it — after that window it&#x27;s gone for good. (On team accounts, an admin can disable the Trash tab entirely; if yours doesn&#x27;t have one, deletions there are permanent right away — ask your admin if you&#x27;re not sure.) Local: right-click and Restore from your Recycle Bin (Windows) or drag back out of Trash (Mac), same as any other file, as long as you haven&#x27;t emptied it.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you delete anything</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Back up first if there&#x27;s any chance you&#x27;ll need it again.</strong> A cloud recording&#x27;s 30-day Trash window feels generous until you&#x27;re the one who needed day 45. Get a copy somewhere durable — like a Google Drive folder — before you delete, not after.</li>
<li><strong>Deleting from Trash is instant and final.</strong> There&#x27;s no second Trash. If you manually empty it, that recording isn&#x27;t coming back. If a client asked you to delete their recording, it isn&#x27;t actually gone until you also empty Trash — until then, anyone with account access could still restore it.</li>
<li><strong>Emptying your OS Recycle Bin/Trash does the same thing to local files.</strong> Treat it with the same caution as the Zoom Trash tab.</li>
<li><strong>If you&#x27;re on a team account, ask before bulk-deleting.</strong> Admin-set retention policies can already be clearing recordings on a schedule you don&#x27;t control — check with your Zoom admin before you run a manual sweep on top of that.</li>
</ul></div></aside>
<h2 id="the-one-rule-that-makes-deletion-safe"><a href="#the-one-rule-that-makes-deletion-safe">The one rule that makes deletion safe</a></h2>
<p>Zoom&#x27;s Trash window is a grace period, not a backup. The only way to delete with zero risk is to make sure a durable copy exists somewhere else <em>before</em> you delete anything from Zoom — back up, verify the copy landed, then delete. (For the wider picture of keeping Zoom&#x27;s storage under control without losing anything, the <a href="https://recordflow.org/blog/topics/storage/">Zoom storage &amp; retention guides</a> collect the rest of the playbook.) That&#x27;s the same sequence <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">the safe auto-delete pattern</a> is built around, just done by hand instead of on a schedule. <a href="https://support.google.com/drive/answer/2375102" rel="noopener noreferrer" target="_blank">Google Drive won&#x27;t clear files to free up storage on its own</a> the way Zoom&#x27;s pooled cloud storage does — files you don&#x27;t move to Trash yourself just stay — which is why it&#x27;s a common landing spot for anyone who wants recordings to genuinely stop being at risk once they&#x27;re archived.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>If you&#x27;re deleting recordings by hand to make room, that&#x27;s a sign the underlying problem — Zoom&#x27;s storage filling up — is still there, and it&#x27;s probably costing you a few hours a week in copy-then-delete busywork. RecordFlow backs up every cloud recording to your Google Drive automatically, within minutes of Zoom marking it ready, so that manual pass disappears entirely. If you want Zoom cleaned up automatically too, RecordFlow&#x27;s opt-in auto-delete only clears a recording from Zoom once the Drive copy is confirmed, then waits a three-day grace period before doing it — the &quot;back up, verify, delete&quot; rule above, running itself. See <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">how to set up automatic backup</a> if you&#x27;d rather stop deleting manually altogether.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Back up before you delete — automatically.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow copies every Zoom cloud recording to your Google Drive within minutes of it finishing, so deleting from Zoom never means losing it. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>storage</category>
    </item>
    <item>
      <title>Zoom Cloud Recording vs Local Recording: Which Should You Use?</title>
      <link>https://recordflow.org/blog/zoom-cloud-vs-local-recording/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-cloud-vs-local-recording/</guid>
      <description>Zoom cloud vs local recording: what each really is, the trade-offs that bite later, and which to pick in the 10 seconds before you hit Record.</description>
      <content:encoded><![CDATA[<p>Should you record Zoom to the cloud or your computer? You&#x27;re about to click <strong>Record</strong>, and Zoom asks that exact question before you&#x27;re ready for it: <em>record to the cloud, or record on this computer?</em> It&#x27;s a client session, or the first class of a new cohort, and you don&#x27;t want to find out you picked wrong after everyone&#x27;s already logged off. Most people click whichever one they clicked last time and hope it was right.</p>
<p>It&#x27;s worth ten seconds, because the two options aren&#x27;t a UI preference — they produce a genuinely different asset with different capabilities and different risks.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p><strong>Cloud recording</strong> sends the meeting to Zoom&#x27;s servers. Zoom processes it there and the finished video, audio-only file, and chat transcript show up in your account&#x27;s <strong>Recordings</strong> page in the web portal — usually within a few hours, though Zoom notes processing can occasionally take up to 24 hours under heavy load. Cloud recording is <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0059856" rel="noopener noreferrer" target="_blank">available on paid plans — Pro, Business, Education, or Enterprise</a> — not on the free Basic plan, and it can be started from the desktop app, the mobile app, or a Zoom Room. Because the file lives on Zoom&#x27;s infrastructure, it&#x27;s the only recording type that gets a shareable link straight from the portal, and it&#x27;s the only one that can optionally generate an <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0064927" rel="noopener noreferrer" target="_blank">automatic audio transcript</a> once an admin enables the feature. The tradeoff: cloud storage is <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">pooled and capped</a> — most Pro and Business plans include 10 GB per licensed user — and once an account is at the cap, Zoom blocks <em>starting</em> a new cloud recording until space is freed or the plan is upgraded.</p>
<p><strong>Local recording</strong> (Zoom calls it &quot;computer recording&quot;) writes the file directly to your machine — by default into a <code>zoom</code> folder inside Documents. It&#x27;s <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0059856" rel="noopener noreferrer" target="_blank">available on every Zoom account, including the free Basic plan</a>, and it produces the same file types cloud recording does (MP4 video, M4A audio, a chat text file) — there&#x27;s just no server processing step and no portal entry. It only runs from the desktop app, not mobile, and there&#x27;s no storage cap other than your hard drive. The tradeoff mirrors the cloud version&#x27;s advantages exactly: no sharing link, no automatic transcript, and the file goes nowhere until you manually move it. An account admin can also <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0063640" rel="noopener noreferrer" target="_blank">disable computer recording entirely</a> at the account or group level — if the option is greyed out in your toolbar, that&#x27;s why.</p>
<h2 id="how-to-decide"><a href="#how-to-decide">How to decide</a></h2>
<p>Should you record to the cloud, or keep it local? Run through these in order — the first one that applies usually settles it:</p>
<ol>
<li><strong>Are you on Zoom&#x27;s free Basic plan?</strong> Cloud recording isn&#x27;t offered at all — local is your only option, and it&#x27;s a perfectly capable one for personal notes or session review.</li>
<li><strong>Does the person you recorded for need a link, not a file?</strong> A client re-watching a session, or a student catching up on a missed class, expects to click a link. That link only exists for cloud recordings.</li>
<li><strong>Do you want a transcript without extra software?</strong> Cloud recording&#x27;s built-in audio transcription (once enabled by an admin) saves a step local recording can&#x27;t replicate on its own.</li>
<li><strong>Do you plan to back the recording up to Google Drive automatically?</strong> Automation tools — including <a href="https://recordflow.org/">RecordFlow</a> — watch for a Zoom cloud recording to finish processing and copy it into Drive within minutes. There&#x27;s no equivalent hook for a file sitting on a laptop; it has to be uploaded by hand.</li>
<li><strong>None of the above, and you just want the file fast with zero cloud dependency?</strong> Local recording is lighter-weight and available the moment the call ends, with no processing wait.</li>
</ol>
<p>For most coaches, consultants, tutors, and course creators — the readers who end up re-sharing a session, referencing it next week, or building a library students expect to revisit — cloud recording wins on points 2 through 4. It&#x27;s also the only path that plugs into an automated backup, which matters because <a href="https://recordflow.org/blog/zoom-blocked-from-recording-storage-full/">Zoom&#x27;s cloud storage fills up faster than people expect</a> once you&#x27;re recording several sessions a week. If you&#x27;re still getting oriented on how Zoom recording works, the rest of the <a href="https://recordflow.org/blog/topics/recording-basics/">Zoom recording basics guides</a> cover where your files live and which of them to send, and the <a href="https://recordflow.org/blog/topics/storage/">Zoom storage &amp; retention guides</a> cover the quota and cleanup side once you&#x27;ve picked cloud.</p>
<h2 id="what-to-check-if-you-picked-wrong"><a href="#what-to-check-if-you-picked-wrong">What to check if you picked wrong</a></h2>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Recorded to the wrong place? Here&#x27;s the fix</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Meant to record to the cloud, got local instead?</strong> Check whether cloud recording shows as an option at all — it requires a <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0059856" rel="noopener noreferrer" target="_blank">paid plan</a>, so a free-plan host only ever sees local.</li>
<li><strong>The &quot;Record to the Cloud&quot; option is missing or greyed out?</strong> An admin has disabled cloud recording at the account or group level, or your seat isn&#x27;t licensed for cloud recording within the paid account.</li>
<li><strong>&quot;Record on this Computer&quot; is greyed out?</strong> Local recording has been <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0063640" rel="noopener noreferrer" target="_blank">disabled by an admin</a>, or you&#x27;re joining from a device (tablet, mobile) that doesn&#x27;t support it.</li>
<li><strong>Already have a local recording you need to share or transcribe?</strong> It won&#x27;t retroactively become a cloud recording — copy it to Google Drive and share from there, or run it through a transcription tool separately.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow only works with Zoom <strong>cloud</strong> recordings — it watches for a cloud recording to finish processing, then copies the video, audio, transcript, and chat log into a Google Drive folder you choose, usually within minutes. RecordFlow never stores your recordings — files transfer directly from Zoom to your Drive, so sensitive session content stays between you, your client, and Google. That&#x27;s the strongest reason to pick cloud recording even if you don&#x27;t care about the sharing link or the transcript: once a session is a cloud recording, it can leave Zoom&#x27;s storage cap entirely and land somewhere with no cap and no auto-delete — without you touching a single file. If you&#x27;ve already decided cloud is the right call, the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">step-by-step setup guide</a> walks through connecting Zoom and Drive in about 60 seconds, and the <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">fuller Google Drive vs Zoom Cloud comparison</a> covers why Drive is the better long-term home once the recording is there.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Recording to the cloud? Get it into Drive automatically.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow copies every Zoom cloud recording — video, audio, transcript, and chat — into a Google Drive folder you pick, within minutes of the call ending. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>recording</category>
      <category>google-drive</category>
    </item>
    <item>
      <title>The Replay Is Where the Coaching Sticks</title>
      <link>https://recordflow.org/blog/coaching-session-replays-deepen-results/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/coaching-session-replays-deepen-results/</guid>
      <description>A breakthrough fades within a day unless it's reinforced. Here's why re-watching the session — not just attending it — is what makes it stick.</description>
      <content:encoded><![CDATA[<p>Tuesday&#x27;s session had a real moment in it. The client named the thing they&#x27;d been avoiding, connected it to a pattern going back years, and left the call sounding lighter than they had in weeks. By Friday, when you check in, they remember that &quot;something clicked&quot; — but not what, and not why. The insight was real. It just didn&#x27;t survive the week.</p>
<p>That&#x27;s not a client being careless, and it&#x27;s not a sign the session didn&#x27;t land. It&#x27;s what memory does to everyone, on a predictable schedule, unless something intervenes.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Memory fades fast, and it fades on a curve, not a cliff. In 1885, Hermann Ebbinghaus ran the original experiments on how quickly newly learned material is forgotten without any reinforcement — the &quot;forgetting curve&quot; that still anchors research on retention today. A <a href="https://journals.plos.org/plosone/article?id=10.1371%2Fjournal.pone.0120644" rel="noopener noreferrer" target="_blank">2015 peer-reviewed replication of Ebbinghaus&#x27;s experiment, published in PLOS ONE</a>, reproduced the same shape: retention drops sharply in the first day and then levels off, with the replication showing roughly a fifth of the original learning still retained after 24 hours with no review in between.</p>
<p>A coaching session isn&#x27;t a list of nonsense syllables, and a breakthrough usually sticks better than rote memorization — emotionally significant moments tend to be stickier than neutral ones. But the underlying mechanic is the same one behind the curve: without something to bring it back, the specifics of an insight — the exact words that reframed it, the connection the client made out loud — degrade fast, while the vaguer feeling of &quot;that was a good session&quot; survives. That&#x27;s the gap between a client who says the session helped and a client whose behavior actually changed.</p>
<p>The fix Ebbinghaus&#x27;s own data points to isn&#x27;t &quot;remember harder.&quot; It&#x27;s reinforcement, spaced out over time — going back to the material before it fully fades, which resets the curve and makes the next fade slower. For a coach, the practical version of that is simple: give the client a way to return to the exact moment, more than once, between sessions.</p>
<h2 id="how-the-replay-helps"><a href="#how-the-replay-helps">How the replay helps</a></h2>
<p>A session recording is a low-effort way to give a client that reinforcement, because it doesn&#x27;t ask them to remember anything correctly on their own:</p>
<ol>
<li><strong>Re-watch the moment, not the whole hour.</strong> Most sessions have one or two minutes that mattered most. A client who can scrub straight to that clip on Wednesday night gets the reinforcement without re-listening to an hour to find it.</li>
<li><strong>Re-read the transcript when video is overkill.</strong> Sometimes the client doesn&#x27;t need to hear your tone again — they need to see their own words. A clean, searchable transcript lets them find the exact sentence that landed, faster than scrubbing video.</li>
<li><strong>Return between sessions, not just after them.</strong> The forgetting curve doesn&#x27;t wait for your next appointment. A client who hits a wall on day four of a seven-day gap can go back to the relevant minute right then, instead of arriving at the next call having half-forgotten what you were building on.</li>
<li><strong>Repeat it without you in the room.</strong> This is the version of spaced repetition a coach can actually deliver: the client does the reinforcing rep on their own schedule, and you didn&#x27;t have to build a separate exercise to make it happen.</li>
</ol>
<p>None of this requires a client to be diligent about it. It requires the recording to exist, be easy to find, and be theirs to open whenever the moment resurfaces for them — which is also the argument for <em>why</em> a prospect should expect more from recorded sessions than from ones that vanish when the call ends.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>The reinforcement only happens if the recording is somewhere the client will actually go back to — which is the same problem covered in the <a href="https://recordflow.org/blog/give-clients-coaching-session-recordings/">companion post on giving clients their session recordings</a>: many Zoom accounts are configured to auto-delete cloud recordings after a set number of days, and even a recording that isn&#x27;t on that clock yet is easy for a client to lose track of in an app they don&#x27;t otherwise use.</p>
<p>RecordFlow closes that gap automatically. Once you connect Zoom and Google Drive — a one-time, roughly 60-second setup — every recorded session lands in a Drive folder you own the moment Zoom finishes processing it: the video, the audio file, the chat log, and a clean, readable transcript as a native Google Doc, alongside the raw <code>.vtt</code> file Zoom hands you. That transcript is what makes the &quot;re-read the exact sentence&quot; reinforcement fast instead of a video-scrubbing chore — the same conversion covered in the <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">post on turning a Zoom transcript into a Google Doc</a>. Because the folder is yours, you share the replay with that one client via a Drive link, and it&#x27;s there waiting on day four of the gap — not sitting in a Zoom account whose retention policy might already have cleared it out by the time they think to look. RecordFlow also never keeps a copy of the recording on its own servers, which matters given how personal a coaching session can get.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Getting clients to actually use the replay</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Say it explicitly, once.</strong> At the end of a session with a strong moment in it: &quot;I&#x27;ll send you the recording — the part around [X] is worth revisiting this week.&quot; Clients rarely go looking on their own; a nudge gets the reinforcement to actually happen.</li>
<li><strong>Point to the timestamp, not just the file.</strong> &quot;Watch from around 22 minutes in&quot; turns an hour-long video into a two-minute rewatch, which is the difference between a client who reopens it and one who never does.</li>
<li><strong>Always confirm consent before you record and before you share.</strong> This is a relationship matter and, depending on where you and the client practice, a legal one — the <a href="https://recordflow.org/blog/record-coaching-sessions-icf-credentialing/">post on recording for ICF credentialing</a> goes deeper on consent mechanics for a related use case.</li>
<li><strong>Set the expectation with prospects, not just clients.</strong> &quot;You&#x27;ll get the recording and a searchable transcript of every session&quot; is a concrete answer to &quot;why should this cost more than an unrecorded call&quot; — grounded in what actually helps retention, not a vague reliability promise.</li>
</ul></div></aside>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Give the reinforcement a place to live.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every session lands in a folder you own — video, audio, and a searchable transcript Doc — ready to send the moment a client needs to revisit it. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>coaching</category>
      <category>client-recordings</category>
    </item>
    <item>
      <title>Watch Yourself Coach: Reviewing Your Own Recordings to Get Better</title>
      <link>https://recordflow.org/blog/review-your-own-coaching-recordings/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/review-your-own-coaching-recordings/</guid>
      <description>Reviewing your own coaching sessions — talk ratio, question quality, the silences you rushed past — is the fastest way to sharpen your craft.</description>
      <content:encoded><![CDATA[<p>You finish a session feeling good about it — the client had a breakthrough, the flow felt natural, your questions landed. Then, months later, you happen to watch the recording back. You interrupted twice in the first ten minutes. A silence you remember as &quot;giving space&quot; lasted four seconds before you filled it with a suggestion. The open question you were proud of was actually two closed ones stacked together. None of this matches how the session felt while you were in it.</p>
<p>That gap is normal, and it&#x27;s exactly why reviewing your own recordings is worth the discomfort.</p>
<h2 id="why-self-assessment-is-so-hard-for-coaches"><a href="#why-self-assessment-is-so-hard-for-coaches">Why self-assessment is so hard for coaches</a></h2>
<p>Self-perception during a live coaching session is unreliable, and not because you&#x27;re a bad coach — it&#x27;s because you&#x27;re busy doing the thing, not watching yourself do it. You&#x27;re tracking the client&#x27;s words, your own next question, the thread from ten minutes ago, and the clock, all at once. There&#x27;s no attention left over for an accurate read on your own talk time or question style.</p>
<p>This isn&#x27;t unique to coaching. A <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC10343035/" rel="noopener noreferrer" target="_blank">systematic review of video-based self-assessment interventions among physicians</a> found that self-assessment from memory was often inaccurate — both over- and under-estimating performance depending on the specialty. Watching the recording back improved self-assessment accuracy in just over half of the studies reviewed. The pattern tracks for coaches: you can recall the <em>feeling</em> of a session with real clarity. You can&#x27;t recall the <em>mechanics</em> — how often you talked over the client, how many of your &quot;open&quot; questions had an answer baked into them, which silences you sat with and which you rushed to rescue. Those only show up on a replay.</p>
<p>It&#x27;s also the ICF&#x27;s own frame, not just a good habit. Sub-competency 2.3 under &quot;Embodies a Coaching Mindset&quot; — <a href="https://coachingfederation.org/credentialing/coaching-competencies/icf-core-competencies/" rel="noopener noreferrer" target="_blank">ICF Core Competency 2</a> — states that a coach &quot;develops an ongoing reflective practice to enhance one&#x27;s coaching.&quot; Reviewing your own sessions is one of the most concrete ways to actually do that, separate from anything related to a credential application.</p>
<h2 id="a-simple-self-review-routine"><a href="#a-simple-self-review-routine">A simple self-review routine</a></h2>
<p>You don&#x27;t need a formal process to improve as a coach — a short, repeatable routine beats an occasional deep audit you never get around to.</p>
<ol>
<li><strong>Pick one session a quarter, not every session.</strong> Reviewing everything is how this habit dies in week two. Choose one recent session — ideally one that felt average, not your best or worst — and give it a real 20–30 minutes.</li>
<li><strong>Watch (or skim the transcript) for talk ratio first.</strong> Roughly, who talked more? A coaching conversation should tilt heavily toward the client. If you&#x27;re consistently talking as much as or more than they are, that&#x27;s the single highest-leverage thing to notice.</li>
<li><strong>Count your questions, then sort them.</strong> How many were genuinely open (&quot;what&#x27;s underneath that for you?&quot;) versus closed-with-extra-steps (&quot;do you think that&#x27;s because you&#x27;re avoiding the conflict?&quot;)? A question with the answer already in it isn&#x27;t really a question.</li>
<li><strong>Time the silences you rushed.</strong> Notice every place you filled a pause with a suggestion, a reframe, or your own words within a few seconds. Some of those pauses were the client doing real thinking — and you took the room away from them before they finished.</li>
<li><strong>Write down one pattern, not ten.</strong> The point isn&#x27;t a full audit. It&#x27;s noticing the one thing you keep doing without realizing it, then bringing that single pattern into your next few sessions.</li>
</ol>
<p>The transcript is what makes this fast instead of tedious. Scrubbing back and forth through 45 minutes of video to count questions is exactly tedious enough that most coaches never do it. Skimming a readable, timestamped transcript and Ctrl-F&#x27;ing your own name to see how much of the page is you talking takes a few minutes, not a rewatch.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow doesn&#x27;t do the reviewing for you — it just makes sure the raw material is always sitting there, ready, instead of <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">automatically deleted under a Zoom retention setting</a> or buried in Zoom Cloud by the time you&#x27;d actually sit down with it. The moment a Zoom cloud recording is ready, RecordFlow copies the video, audio, chat log, and transcript into a Google Drive folder you own, one folder per session. Alongside the raw <code>.vtt</code>, it uploads a <strong>clean Google Doc transcript</strong> — consecutive lines from the same speaker merged into readable paragraphs, each one timestamped and labeled with the speaker&#x27;s name (the mechanics are in the <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">transcript-to-Doc post</a>). That&#x27;s the version you skim for talk ratio and question count; the raw caption file is not.</p>
<p>Because every session lands automatically, &quot;pick one from this quarter&quot; is a real choice between several saved sessions rather than a hope that you happened to keep the right one. And because it&#x27;s your Drive folder, the recording you&#x27;re reviewing is the same copy you might later hand to a client (see the <a href="https://recordflow.org/blog/give-clients-coaching-session-recordings/">post on giving clients their session recording</a>) or, on a different track entirely, submit toward an ICF credential (the <a href="https://recordflow.org/blog/record-coaching-sessions-icf-credentialing/">ICF recording and transcript requirements</a> are a separate use case for the same archive).</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you review — and before you show anyone else</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Review your own copy.</strong> Self-review doesn&#x27;t require new consent beyond what you already had to record the session — but if you ever plan to share a specific recording with a supervisor, mentor coach, or peer for feedback, that&#x27;s an additional disclosure your client should know about.</li>
<li><strong>A quarterly habit beats a one-time audit.</strong> One reviewed session every few months, acted on, changes more than a single marathon review you never repeat.</li>
<li><strong>Look for one pattern, not proof you&#x27;re a bad coach.</strong> Talk ratio and rushed silences are common, fixable habits — not a verdict on your coaching.</li>
</ul></div></aside>
<p>The sessions that would tell you the most about your own patterns are the ones that already happened and are sitting, unwatched, in your Zoom Cloud or your Drive right now. The only real barrier is the bit of friction in actually sitting down with it — and a searchable transcript is what removes that friction.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Keep every session, so you can review any of them later.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every recorded session lands in a folder you own — video, audio, and a clean transcript Doc — ready whenever you want to watch yourself coach. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>coaching</category>
      <category>coach-development</category>
    </item>
    <item>
      <title>Group Program Replays Without the Access Headache</title>
      <link>https://recordflow.org/blog/share-group-coaching-program-replays/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/share-group-coaching-program-replays/</guid>
      <description>Group coaching replays don't scale one link at a time. The cohort-folder model: one shared folder, access tied to your paid list, revoked when the program ends.</description>
      <content:encoded><![CDATA[<p>Monday morning, after Friday&#x27;s group call, your inbox has five variations on the same message: &quot;Sorry I missed it — could I get the replay?&quot; You dig up the recording, attach or link it, and reply to each one individually. Next week, a different five people ask. The program runs twelve weeks. You do the math and realize you&#x27;ve become a part-time file clerk for your own course.</p>
<p>That&#x27;s the group-program version of a problem <a href="https://recordflow.org/blog/give-clients-coaching-session-recordings/">1:1 coaches don&#x27;t have</a>: you can&#x27;t just send the recording to the whole cohort once and be done — replay access isn&#x27;t a one-time handoff, it&#x27;s a recurring operational job with a growing recipient list. Run the math on the hook above: five replies a week, twelve weeks, even two minutes apiece to find the file and write the message — that&#x27;s two hours spent re-sending the same recording, every time you run the cohort.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>A 1:1 coaching recording has one recipient. A group program or course multiplies that: every session needs to reach everyone who&#x27;s paid, not just the people who showed up live, and the roster shifts as people join a cohort late, finish early, or roll off when the program ends — course replay access has to track that shifting roster, not a fixed guest list from week one. Handled by hand, that&#x27;s a link re-sent to a growing list of email addresses, every week, with no single place a participant can go to catch up on a session from three weeks ago.</p>
<p><a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067567" rel="noopener noreferrer" target="_blank">Zoom&#x27;s own sharing model</a> confirms this: a cloud recording gets one share link generated for a specific set of viewers, and a new link is generated whenever that set changes — there&#x27;s no concept of &quot;everyone currently enrolled&quot; that updates itself as a roster changes. That&#x27;s a job for wherever you&#x27;re already keeping the files: a shared folder.</p>
<h2 id="the-cohort-folder-model-how-to-share-group-coaching-replays"><a href="#the-cohort-folder-model-how-to-share-group-coaching-replays">The cohort-folder model: how to share group coaching replays</a></h2>
<p>The fix is to stop sharing recordings and start sharing a folder — one per cohort, set up once, not one link per session.</p>
<p><strong>One folder per cohort, not per session.</strong> Create a single Drive folder for the program — <code>Group Coaching/Spring Cohort 2026/</code>, or however you organize it — and let each week&#x27;s session land inside it as its own dated subfolder. Point participants at the parent folder once, at kickoff, and every future session is already visible to them without another email.</p>
<p><strong>Access bound to the paid list, not a public link.</strong> <a href="https://support.google.com/drive/answer/2494822" rel="noopener noreferrer" target="_blank">Google Drive&#x27;s sharing settings</a> let you add a specific list of email addresses to a folder with Viewer permission — up to 600 people on one file or folder — instead of turning on &quot;Anyone with the link can view.&quot; That distinction matters for a cohort: adding people individually means access maps to who&#x27;s actually enrolled, and <a href="https://support.google.com/drive/answer/2494893" rel="noopener noreferrer" target="_blank">removing one person&#x27;s access</a> affects only them — the rest of the cohort keeps working.</p>
<p><strong>Consistent naming so weeks don&#x27;t get lost.</strong> <code>Week 1 — 2026-06-01</code>, <code>Week 2 — 2026-06-08</code>, and so on. A participant who missed weeks 3 and 7 should be able to find both in the time it takes to scroll, not search.</p>
<p><strong>Expiry when the program closes.</strong> On most <a href="https://support.google.com/a/users/answer/9308868" rel="noopener noreferrer" target="_blank">Google Workspace plans, you can set an expiration date on a person&#x27;s access</a> to the cohort folder, so it lapses automatically instead of quietly outliving the program by a year (a handful of cheaper Workspace editions and personal <code>@gmail.com</code> accounts don&#x27;t offer this — for those, put &quot;revoke cohort access&quot; on your own program-close checklist next to the other wrap-up tasks).</p>
<p><strong>The transcript, for people who&#x27;d rather search than watch.</strong> A 90-minute group call is a big ask to re-watch for one specific answer. A searchable transcript alongside the video lets a participant Ctrl-F for the topic they missed instead of scrubbing through the recording.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow doesn&#x27;t manage your roster or gate access by cohort — that access-control layer above is still yours to run in Drive, and it&#x27;s genuinely worth the ten minutes it takes to set up once per program. What it removes is the manual step underneath it. Connect your Zoom account to a Drive folder once — about 60 seconds — and every group call lands there automatically the moment Zoom finishes processing: video, audio, chat log, and a clean <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">Google Doc transcript</a> reformatted into timestamped, speaker-labeled paragraphs instead of a raw caption file. The files move straight from Zoom to your Drive; RecordFlow never keeps a copy of the recording on its own servers, which matters when a cohort&#x27;s sessions are confidential.</p>
<p>Point RecordFlow at your cohort&#x27;s parent folder and each week&#x27;s session appears inside it as a new dated subfolder (grouped under a year folder, same as any other RecordFlow archive), ready for the sharing settings you already configured at kickoff — no downloading a file from Zoom and re-uploading it to Drive between the call ending and the replay being available. The same <a href="https://recordflow.org/blog/deliver-coaching-recordings-professionally/">professional handoff</a> habits from 1:1 coaching — consistent naming, the transcript alongside the video — carry over to a cohort folder just as well as a client folder.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Access hygiene for group recordings</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Bind access to the paid list, not a public link.</strong> &quot;Anyone with the link&quot; is easy to set up and easy to regret — the link gets forwarded, and now someone who never enrolled has standing access to the whole cohort&#x27;s archive.</li>
<li><strong>Revoke access when the program ends</strong> (or the cohort&#x27;s window on a specific week&#x27;s session, if you offer that structure) rather than letting it run indefinitely by default.</li>
<li><strong>Get consent before you record, every session.</strong> A group call has more participants than a 1:1 session, which means more people whose consent matters. Say at the start of the program that sessions are recorded for replay access, and repeat it briefly at the top of each call — a norm set once at kickoff, not a fresh negotiation every week.</li>
</ul></div></aside>
<p>Replay access for a group program shouldn&#x27;t cost you more admin time than the session itself took to run. Set the folder and the access list up once at kickoff, and every week after that is just RecordFlow depositing a new subfolder where your cohort already knows to look.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Stop re-sending the same replay link every week.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every group session lands in your cohort&#x27;s folder automatically — video, audio, and a clean transcript Doc — ready for the access list you already set up. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>coaching</category>
      <category>google-drive</category>
      <category>zoom</category>
      <category>client-experience</category>
    </item>
    <item>
      <title>What Happens to Your Zoom Recordings When You Cancel Zoom</title>
      <link>https://recordflow.org/blog/cancel-zoom-keep-recordings/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/cancel-zoom-keep-recordings/</guid>
      <description>Cancelling Zoom or downgrading? Your cloud recordings vanish in 30 days. Here's exactly what happens — and how to keep every recording after you cancel.</description>
      <content:encoded><![CDATA[<p>Cancelling Zoom — or downgrading to free — starts a countdown on your cloud recordings: Zoom gives you 30 days, then they&#x27;re gone permanently. You clicked &quot;cancel,&quot; or you&#x27;re about to, and now you&#x27;re wondering what happens to three years of client recordings. Here&#x27;s the short answer, then the details.</p>
<p>The details depend on which button you pressed.</p>
<h2 id="if-you-cancel-zoom-entirely"><a href="#if-you-cancel-zoom-entirely">If you cancel Zoom entirely</a></h2>
<p>When you cancel a paid Zoom subscription, your cloud recordings are moved to trash and <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">remain recoverable for up to 30 days</a>. After that window closes, they&#x27;re gone permanently — no extension, no second chance.</p>
<figure class="not-prose my-8"><img src="https://recordflow.org/blog-figures/cancel-zoom-keep-recordings-timeline.svg" alt="A timeline showing three phases: active recordings on the left, a highlighted 30-day trash window in the centre, and permanently deleted on the right after day 30." width="800" height="160" loading="lazy" decoding="async" class="w-full rounded-lg border border-border"/><figcaption class="mt-2 text-center text-sm text-text-secondary">Cancel Zoom and the clock starts. Your recordings sit in trash for 30 days, then disappear permanently — with no recovery option after that.</figcaption></figure>
<p>One nuance: this trash recovery window depends on your account&#x27;s trash feature being enabled. If it&#x27;s been disabled by an admin, recordings deleted on cancellation may not be individually recoverable via that route.</p>
<p>Thirty days sounds like enough time. But &quot;recovering&quot; them means downloading every file individually through Zoom&#x27;s web portal — there is no bulk video export. If you have months of sessions, that&#x27;s hours of clicking under a deadline, done while also migrating off the platform.</p>
<h2 id="if-you-downgrade-to-free-you-lose-cloud-recordings"><a href="#if-you-downgrade-to-free-you-lose-cloud-recordings">If you downgrade to free: you lose cloud recordings</a></h2>
<p>Downgrading means losing cloud recordings entirely. <a href="https://zoom.us/pricing" rel="noopener noreferrer" target="_blank">Zoom&#x27;s free plan doesn&#x27;t include cloud recording</a> — local only — so the moment your paid plan lapses, you can&#x27;t make new cloud recordings at all.</p>
<p>Your existing recordings are set to be deleted after 30 days. But the recovery path is different from cancellation: <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0058550" rel="noopener noreferrer" target="_blank">Zoom&#x27;s documentation for this scenario</a> describes getting them back as resubscribing to a paid plan within that window — not downloading them from a trash tab. You&#x27;d need to reactivate a paid plan, download what you need, and then cancel again. Another deadline, another scramble.</p>
<h2 id="the-grace-period-is-not-a-backup"><a href="#the-grace-period-is-not-a-backup">The grace period is not a backup</a></h2>
<p>The 30-day window is a recovery mechanism — designed for &quot;I deleted that by mistake, get it back now.&quot; It isn&#x27;t a migration window or an archive suited for &quot;I need that client session from 18 months ago.&quot;</p>
<p>If your recordings are client notes, course materials, or anything with long-term value, Zoom&#x27;s grace period offers no real protection — and the way you recover within it depends on how the recordings left. Cancelling outright moves them to Trash, the same 30-day Trash window you get when you <a href="https://recordflow.org/blog/how-to-delete-zoom-recording/">delete a recording on purpose</a>; downgrading to free instead starts its own 30-day clock that you reopen by resubscribing to a paid plan, not by restoring from a Trash tab (as the downgrade section above spells out). Either way the countdown is short and the recovery is manual. (For the full picture of how recordings can quietly disappear from Zoom cloud, see <a href="https://recordflow.org/blog/zoom-cloud-recording-disappears/">What Disappears From Zoom Cloud, and When</a>.)</p>
<h2 id="two-paths-after-cancellation"><a href="#two-paths-after-cancellation">Two paths after cancellation</a></h2>
<p>When someone realises their recordings are at risk, they end up in one of two situations.</p>
<p><strong>The scramble.</strong> Racing to <a href="https://recordflow.org/blog/how-to-download-zoom-recordings/">download everything before the window closes</a>. Dozens or hundreds of recordings, each downloaded individually — there&#x27;s no bulk video export from Zoom. Miss the deadline and those recordings are gone.</p>
<p><strong>The non-event.</strong> Your recordings were already in Google Drive, backed up automatically each time a session finished. Cancellation is a billing change, not a data crisis.</p>
<p>The difference isn&#x27;t what you did when you decided to cancel — it&#x27;s what you did months earlier. If you&#x27;re reading this before cancelling, you still have time to make it a non-event.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Already at the cancellation screen?</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><p>If you haven&#x27;t backed up yet and you&#x27;re cancelling now, the 30-day window is your safety net — but only if you act immediately. Download everything you can&#x27;t afford to lose before your subscription ends, or connect RecordFlow now and it will sync your recent recordings to Drive before the window closes.</p></div></aside>
<h2 id="by-the-time-you-decide-to-cancel-its-too-late-to-plan"><a href="#by-the-time-you-decide-to-cancel-its-too-late-to-plan">By the time you decide to cancel, it&#x27;s too late to plan</a></h2>
<p>Cancellations rarely happen on a schedule. A price increase, a better alternative, a change in how you work — the decision moves fast. <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">Backing up your Zoom recordings to Google Drive</a> now means any future Zoom decision is a billing change, not a deadline. <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Drive doesn&#x27;t auto-delete, doesn&#x27;t expire, and the long-term math on storage strongly favours it anyway</a>. The rest of the <a href="https://recordflow.org/blog/topics/storage/">Zoom storage &amp; retention guides</a> cover the neighbouring ways recordings slip away — hitting a full storage pool, or an admin retention policy clearing them out from under you.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow backs up every Zoom cloud recording to your Google Drive automatically — recordings transfer from Zoom to your own Drive, and RecordFlow never stores a copy on its servers. Nothing to schedule, nothing to manually export. By the time you&#x27;re weighing whether to cancel Zoom, your archive is already somewhere durable.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Back up before it&#x27;s a crisis.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow automatically saves every Zoom cloud recording to your Google Drive — so cancellation, downgrading, or switching tools doesn&#x27;t have to mean losing your recordings. Free during beta, no credit card required.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>storage</category>
    </item>
    <item>
      <title>Hand Off a Recording Like a Deliverable, Not a File Dump</title>
      <link>https://recordflow.org/blog/deliver-coaching-recordings-professionally/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/deliver-coaching-recordings-professionally/</guid>
      <description>Turn a bare recording link into a coaching deliverable: tidy folder, consistent naming, transcript Doc, and a short note that makes each handoff feel premium.</description>
      <content:encoded><![CDATA[<p>An hour after a session ends, Coach A sends: <em>&quot;Here&#x27;s your recording: zoom.us/rec/play/…&quot;</em></p>
<p>Coach B sends: <em>&quot;Your recording and transcript from today are in your folder — link below. What I&#x27;m sitting with from our conversation: [one sentence]. See you in two weeks.&quot;</em> The link goes to a Drive folder labeled with the client&#x27;s name and the session date. Inside: the video, the audio-only file, and a Google Doc transcript the client can search.</p>
<p>Same session length. Same Zoom account. Only one of those coaches delivered a <em>deliverable</em>.</p>
<h2 id="why-the-packaging-matters"><a href="#why-the-packaging-matters">Why the packaging matters</a></h2>
<p>A bare recording URL carries no signal about how you organize your practice. It says: <em>I pressed Save, here&#x27;s the file.</em> The client has to figure out where it goes, how it relates to their other sessions, whether the link will still work in six months.</p>
<p>A consistent handoff — a named folder, predictable structure, the transcript already there — says something different. It says the session happened inside a system you built, that their material is organized and permanent, that you thought about what happens after the call ends. That&#x27;s not cosmetic. It&#x27;s the same logic that makes <a href="https://recordflow.org/blog/session-recordings-premium-coaching-deliverable/">session recordings a credible premium deliverable</a>: the artifact is more valuable when it&#x27;s packaged like one.</p>
<p>The delivery moment is also the last touchpoint before the client decides whether to book the next session. A small ritual around it compounds into reputation.</p>
<h2 id="how-to-send-coaching-recordings-to-clients-four-elements"><a href="#how-to-send-coaching-recordings-to-clients-four-elements">How to send coaching recordings to clients: four elements</a></h2>
<p>Most coaches improvise the handoff each time — which means it&#x27;s inconsistent. It goes well when the week is calm and gets skipped or rushed when it isn&#x27;t. The fix isn&#x27;t more effort; it&#x27;s a system small enough to complete in under two minutes, every session.</p>
<p><strong>A per-client folder.</strong> Give each client one Drive folder that grows over the engagement — <code>Coaching/Clients/Jane Smith/</code>, or however your practice is organized. Every session subfolder goes inside it. When you share the link, the client sees every session in one place, in order. <a href="https://support.google.com/drive/answer/2494822" rel="noopener noreferrer" target="_blank">Google Drive&#x27;s sharing model</a> lets you give one person access to one specific folder without exposing anything else in your Drive.</p>
<p><strong>Consistent session naming.</strong> Pick a pattern and keep it. <code>2026-06-29 — Session 4</code> or <code>2026-06-29 Jane Smith</code> — anything with a date and a logical sequence. The format doesn&#x27;t matter; the consistency does. A client who wants to find a specific session from eight months ago should be able to do it in five seconds.</p>
<p><strong>The transcript Doc.</strong> Most clients won&#x27;t re-watch an hour of video to find the three minutes that mattered. A searchable transcript — with timestamped paragraphs and each speaker named — means they can find the exact moment without scrubbing. Include it alongside the video file. Clients who wouldn&#x27;t sit through forty minutes of video will search a Doc for &quot;accountability&quot; or &quot;next steps&quot; and find it in ten seconds. It turns the recording from proof that the session happened into a document the client can actually use.</p>
<p><strong>The two-line note.</strong> Not a newsletter, not a session recap. Just: where the materials are, and the one thing you want the client to carry into the next few days. Something like: <em>&quot;Your recording and transcript are in the link below. What we committed to this week: [one sentence].&quot;</em> Under thirty words. The note is what makes the handoff feel personal rather than automated — even when the filing was automated.</p>
<h2 id="how-recordflow-handles-the-parts-youd-have-to-do-manually"><a href="#how-recordflow-handles-the-parts-youd-have-to-do-manually">How RecordFlow handles the parts you&#x27;d have to do manually</a></h2>
<p>RecordFlow handles the infrastructure in 60 seconds of setup. Connect your Zoom account to a Drive folder once and every cloud recording transfers automatically the moment Zoom finishes processing: the video, the audio-only track, the chat log, and a clean Google Doc transcript — the raw caption file reformatted into timestamped paragraphs with each speaker named — deposited into a dated subfolder inside the folder you chose. The files move directly from Zoom to your Drive; RecordFlow doesn&#x27;t hold a copy on its own servers, which matters when sessions are confidential. (The full setup walkthrough is in the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">guide on backing up Zoom recordings to Drive</a>.)</p>
<p>Without automation, every step of the handoff is yours to remember and execute: download the recording from Zoom while it&#x27;s still available (cloud recordings pile up against your plan&#x27;s storage limit and can disappear once it fills), create the dated subfolder in the right client folder, upload the video and audio files, track down the caption file, reformat it into a readable document. That&#x27;s ten to fifteen minutes per session — and it&#x27;s exactly the kind of task that quietly stops happening during a busy week.</p>
<p>What that leaves for you: the two-line note and the share. The folder already exists. The transcript is already there. The share is three clicks: right-click the session subfolder → Share → &quot;Anyone with the link can view&quot; → copy URL → paste into your reply. If a client doesn&#x27;t have a Zoom account and your Zoom share link asks them to sign in, a Drive link is the fix — the <a href="https://recordflow.org/blog/share-zoom-recording-client-no-account/">guide on sharing without a Zoom account</a> covers that in full.</p>
<p>The folder structure, the naming, the transcript alongside the video — all of it happens automatically, every time. The polished handoff is mostly already done before you open your email.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-primary bg-primary-light p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Handoff note template</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><p>Copy and adapt for your practice:</p><blockquote>
<p>Hi [Name] — your recording and transcript from today are in your folder: [Drive link]. What I&#x27;m carrying from our session: [one sentence]. Talk [date].</p>
</blockquote></div></aside>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Recording consent reminder</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><p>Tell the client before you record and get clear permission. Requirements vary by jurisdiction and professional body — some US states require all-party consent; some professional bodies have their own rules. Naming the recording as part of your offer makes the conversation easier, but doesn&#x27;t substitute for it.</p><p>A recording captured as a session deliverable requires separate, explicit consent before it becomes a testimonial, training clip, or marketing asset. The two permissions are different.</p></div></aside>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Build the handoff system once. Deliver it every session.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive in 60 seconds. Every recording lands in a dated folder — video, audio, and a clean transcript Doc — ready to share before you&#x27;ve written the note. Free up to 50 recordings/month — no credit card.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>coaching</category>
      <category>google-drive</category>
      <category>zoom</category>
      <category>client-experience</category>
    </item>
    <item>
      <title>How to Ask a Client for Permission to Record (Without Making It Weird)</title>
      <link>https://recordflow.org/blog/ask-client-permission-to-record-session/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/ask-client-permission-to-record-session/</guid>
      <description>Asking permission to record feels awkward until you reframe it as a gift. Practical scripts for intake forms, onboarding calls, and first sessions.</description>
      <content:encoded><![CDATA[<p>Most coaches who want to start recording sessions can name the exact moment they decided to do it — the breakthrough a client had mid-call, the technique they watched land in real time, the first session where they thought, <em>I want to be able to return to this.</em> Then months pass and they still haven&#x27;t asked a single client.</p>
<p>The reason isn&#x27;t reluctance. It&#x27;s the ask itself. &quot;How do I bring this up?&quot; feels clinical, or heavy, or like it might shift the atmosphere of the session. The conversation never happens, so the recording never starts, and the sessions keep disappearing.</p>
<p>The ask takes about twenty seconds. Here&#x27;s how to make those twenty seconds easy.</p>
<h2 id="why-recording-consent-feels-awkward-and-why-it-shouldnt"><a href="#why-recording-consent-feels-awkward-and-why-it-shouldnt">Why recording consent feels awkward (and why it shouldn&#x27;t)</a></h2>
<p>The word &quot;consent&quot; pulls toward a medical register — forms, checkboxes, disclosures. Coaches who are wired toward warmth and informality find that register uncomfortable, which is exactly why they defer the conversation.</p>
<p>The reframe: the recording is for the client, not for you. You&#x27;re not asking them to accept something being done to them. You&#x27;re announcing something good that comes with the work — a way to revisit what happened in the session, replay the moment a reframe landed, or read back through what they committed to between calls. Most clients say yes without hesitation. The ones who say no have told you something useful about their comfort level, and that&#x27;s worth knowing before you start recording rather than after. Coaches who&#x27;ve started routinely delivering recordings often describe the same surprise: clients don&#x27;t just tolerate them; they reference them, quote them back, and thank you for them.</p>
<p>That&#x27;s the right mental model. Giving recording consent is not something you&#x27;re asking clients to accept — it&#x27;s something you&#x27;re offering them.</p>
<h2 id="when-and-how-to-tell-a-client-youre-recording"><a href="#when-and-how-to-tell-a-client-youre-recording">When and how to tell a client you&#x27;re recording</a></h2>
<p>The best moment is before the first session, not during it. Framing recording as a stated norm in your intake process — before you&#x27;ve ever spoken — means the client arrives expecting it, not discovering it mid-call. Consent becomes part of onboarding, not an interruption.</p>
<figure class="not-prose my-8"><img src="https://recordflow.org/blog-figures/ask-client-permission-to-record-session-timing.svg" alt="Three-step timeline showing the recommended moments to ask for recording consent: intake form before the first call (marked as recommended), onboarding call at the first session, and a quick verbal heads-up when a new client joins mid-series." width="800" height="200" loading="lazy" decoding="async" class="w-full rounded-lg border border-border"/><figcaption class="mt-2 text-center text-sm text-text-secondary">Ask at the intake form and you never have to have the conversation in a session — recording becomes part of what working with you means.</figcaption></figure>
<p><strong>In your intake form or client agreement:</strong></p>
<blockquote>
<p>Sessions are recorded and shared with you via a private Google Drive link.</p>
</blockquote>
<p>One sentence. Recording becomes part of the structure of the relationship before the client says hello.</p>
<p><strong>At onboarding, if you&#x27;re stating it verbally:</strong></p>
<blockquote>
<p>I record all our sessions so you can revisit them afterward. You&#x27;ll have the video, audio, and a searchable transcript in a private folder that&#x27;s yours to keep. Is that alright?</p>
</blockquote>
<p>Most clients say yes without a follow-up question. The ones who pause usually want to know who else can see the recording — and &quot;just you, in a Drive folder I share only with you&quot; closes it.</p>
<p><strong>If a new client joins a group or program mid-series:</strong></p>
<blockquote>
<p>Quick heads-up before we start — I record every session and send you a link right after. You&#x27;ll have a video and transcript of everything we cover today.</p>
</blockquote>
<p>Ten seconds. It doesn&#x27;t break the flow; it signals care. The client who hears this knows the session is worth capturing.</p>
<p>The order matters more than the words. Once the recording consent conversation happens at intake — in writing, before you&#x27;ve ever spoken — you never have to revisit it in a session again. It becomes part of what working with you means, not something you negotiate one client at a time.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>The ask is the easy part. What slips for most coaches is the manual download-and-share loop afterward — the session ends, the recording sits in Zoom, and the &quot;send the client their link&quot; task drifts off the to-do list for two days. That&#x27;s where the promise made at intake quietly stops being kept.</p>
<p><a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">RecordFlow</a> closes that gap automatically. Connect Zoom to a Drive folder once, and once Zoom finishes processing the recording, RecordFlow moves everything there — video, audio, the chat log, and a clean transcript Doc when Zoom generated one. When the client asks for their replay, <a href="https://recordflow.org/blog/share-zoom-recording-client-no-account/">sharing it from Drive</a> takes three clicks: open the session folder, share it to the client&#x27;s email, done — no download, no reupload, no separate login required on their end.</p>
<p>The promise you made at onboarding — &quot;you&#x27;ll always be able to revisit what we covered&quot; — then takes care of itself.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Recording consent varies by jurisdiction</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><p>This post is about coaching etiquette, not legal compliance. Recording laws differ significantly by location: some jurisdictions require only the person recording to consent (one-party), while others require all parties to agree before recording starts (two-party or all-party). Certain regulated professions have additional requirements. Check the rules in your region and your field before you record anything — and if you&#x27;re unsure, consult a qualified professional. This post is not legal advice.</p><p>Zoom shows an in-meeting notification to all participants when recording starts, as <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0059819" rel="noopener noreferrer" target="_blank">documented on Zoom&#x27;s support site</a>. That built-in alert is a platform safeguard, not a substitute for asking — a client who&#x27;s been told at intake what to expect finds the notification reassuring rather than startling.</p></div></aside>
<p>The coaches who record every session aren&#x27;t bolder or more forward than the ones who don&#x27;t. They just had the twenty-second conversation once — in an intake form, or at the start of the first call — and then stopped having to think about it. The awkward moment becomes a non-moment. The client arrives expecting the recording.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Make the delivery as easy as the ask.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every recorded session lands in a private folder automatically — video, audio, and a clean transcript Doc — ready to share with a Drive link the client can open without a Zoom account. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Fri, 26 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>coaching</category>
      <category>recording</category>
    </item>
    <item>
      <title>Your Client Recordings Are Your Deliverable. Stop Losing Them.</title>
      <link>https://recordflow.org/blog/never-lose-client-coaching-recordings/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/never-lose-client-coaching-recordings/</guid>
      <description>Zoom cloud recordings expire and vanish during your busiest weeks. Here's how to make every session backup automatic — so no recording is ever missing.</description>
      <content:encoded><![CDATA[<p>A client emails: &quot;Could I get a recording of last month&#x27;s session? There was something you said I want to listen to again.&quot; You go looking — into Zoom&#x27;s Recordings page, into your Drive, through your downloads folder. And it&#x27;s not there. Expired under a retention window you configured months ago, or cleared when the storage cap filled, or just never backed up during that particular stretch of twelve-sessions-and-a-client-emergency.</p>
<p>That recording is gone. The client paid for that session. There is no recovering it.</p>
<h2 id="whats-actually-happening-to-zoom-cloud-recordings"><a href="#whats-actually-happening-to-zoom-cloud-recordings">What&#x27;s actually happening to Zoom cloud recordings</a></h2>
<p>Zoom cloud storage is not a permanent archive. Zoom Pro plans include <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">10 GB per licensed user</a>, pooled at the account level. A solo coach recording fifteen sessions a week fills that space in two to three months. When the cap fills, you may not be able to start a new cloud recording at all — Zoom shows an error at the moment you try to record rather than any advance warning. (The <a href="https://recordflow.org/blog/zoom-blocked-from-recording-storage-full/">blocked-from-recording guide</a> covers exactly what to do if that happens mid-session.)</p>
<p>Even if you stay under the cap, Zoom gives account owners the option to <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">automatically delete recordings after a configurable number of days</a>. If a past account owner turned on that setting and you inherited the account, recordings may be expiring quietly without you knowing it.</p>
<p>Every recording you don&#x27;t move somewhere else is on a clock.</p>
<h2 id="why-the-manual-backup-always-breaks"><a href="#why-the-manual-backup-always-breaks">Why the manual backup always breaks</a></h2>
<p>The obvious fix is to go into Zoom after each session, download the video file, and upload it to Google Drive. It works — when you do it. The problem is the &quot;when you do it.&quot;</p>
<p>Manual backup is a task that lives in the gap between sessions. It requires you to remember, to have a free moment, and to actually execute a handful of steps that add nothing to the session itself. During a slow week, it happens. During the weeks where you have twelve sessions, a rescheduled client, and a late invoice — the weeks that are also your most valuable, the ones with sessions worth keeping — it quietly doesn&#x27;t.</p>
<p>This isn&#x27;t a discipline problem. It&#x27;s a systems problem. Any critical step that depends on the busiest person remembering to do it during their busiest time will eventually get skipped. The clients who emailed asking for a recording they can&#x27;t get are not the first, and they won&#x27;t be the last.</p>
<h2 id="how-to-save-zoom-recordings-automatically"><a href="#how-to-save-zoom-recordings-automatically">How to save Zoom recordings automatically</a></h2>
<p>The only backup that doesn&#x27;t break is one that runs itself.</p>
<p>When a Zoom session ends and Zoom finishes processing the recording, a reliable backup service can catch the recording the moment it&#x27;s ready — within minutes of the call ending — and copy it to a Google Drive folder you own, before you&#x27;ve even sent the follow-up email.</p>
<p>Once that&#x27;s true, you never have to think about it. Every session is in Drive. The client from eight months ago who asks for their recording? It&#x27;s there. The session where something important came up that you want to revisit? It&#x27;s there. You didn&#x27;t have to do anything differently — you just had to record, same as always.</p>
<p>This is the case <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Google Drive vs Zoom Cloud: Where Your Meeting Recordings Should Live</a> makes in full: Drive doesn&#x27;t auto-delete, it&#x27;s searchable across years of sessions, and it&#x27;s shareable with a standard Drive link that clients already know how to open.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow does this one thing: the moment Zoom marks a cloud recording ready, it copies every file — video, audio, transcript, chat log — to a Google Drive folder you choose. Your recordings go directly from Zoom to your Drive; RecordFlow copies them in transit and never stores them on its own servers, which matters when the sessions are confidential.</p>
<p>Setup is sign in with Zoom, connect Google Drive, pick a destination folder — about 60 seconds. After that, it runs on its own. Passcode-protected sessions and multi-hour calls work the same way. If a transfer fails for any reason, it retries automatically, and a safety check runs hourly to catch anything a notification missed. The <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">full walkthrough for setting this up</a> covers each step and what to check if a recording doesn&#x27;t arrive.</p>
<p>Once the backup is automatic, you stop managing recordings and start using them. And <a href="https://recordflow.org/blog/give-clients-coaching-session-recordings/">handing the recording to the client</a> becomes a Drive share link — no Zoom account needed, nothing to download, works the same as any file you&#x27;d send.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Stop losing the recordings your clients paid for.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every recorded session copies to Drive automatically — within minutes, no steps to remember. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Set up automatic backup free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you rely on any Zoom backup, check these</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Cloud recording is on.</strong> Go to Zoom Settings → Recording and confirm &quot;Cloud recording&quot; is toggled on. Without this, Zoom saves locally and no cloud-based backup can see the file.</li>
<li><strong>The automation is still connected.</strong> OAuth tokens expire. Open your backup tool&#x27;s dashboard and confirm the Zoom and Google connections both show as active.</li>
<li><strong>Google Drive has headroom.</strong> If Drive is full, backups can&#x27;t land. Check Drive storage before assuming the automation is broken.</li>
<li><strong>The session recorded at all.</strong> Very short calls and meetings where the host wasn&#x27;t on a licensed seat sometimes don&#x27;t produce a Zoom cloud recording. Confirm the recording appears in Zoom&#x27;s Recordings page before assuming the backup failed.</li>
</ul></div></aside>]]></content:encoded>
      <pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>coaching</category>
      <category>backup</category>
    </item>
    <item>
      <title>What's in Your Zoom Recording Folder (and Which File to Send Your Client)</title>
      <link>https://recordflow.org/blog/zoom-recording-files-explained-which-to-send/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-recording-files-explained-which-to-send/</guid>
      <description>One Zoom meeting creates several files with cryptic names. Here's a plain-English guide to what each one does — and which to share with your client.</description>
      <content:encoded><![CDATA[<p>Your client is waiting for the recording. You open the Zoom folder and find: <code>shared_screen_with_speaker_view.mp4</code>, <code>audio_only.m4a</code>, <code>audio_transcript.vtt</code>, <code>meeting_saved_chat.txt</code>. Four files with names that don&#x27;t tell you which one to send. Most coaches forward the MP4 by instinct — but the MP4 isn&#x27;t always what your client needs, and some of those other files are more useful than they look.</p>
<p>Here&#x27;s what each file is for and a simple cheat sheet for which one to share.</p>
<h2 id="what-each-zoom-recording-file-does"><a href="#what-each-zoom-recording-file-does">What each Zoom recording file does</a></h2>
<p>Zoom can create <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0064394" rel="noopener noreferrer" target="_blank">several different file types for a single cloud recording</a>. The exact set depends on your account settings, but a typical coaching or consulting session produces most of these:</p>
<p><strong>The video file (<code>.mp4</code>)</strong></p>
<p>The main recording — you, your client, and anything shared on screen, all captured together. Zoom identifies it by the layout active when you hit Record — shared screen with speaker view, gallery view, and so on — and that label appears in your portal and in the filename when the recording is synced to Drive. This is the file clients want when they want to rewatch the session.</p>
<p><strong>The audio-only file (<code>.m4a</code>)</strong></p>
<p>The same conversation, without video — just the audio track. Zoom records this alongside the video when your account has it enabled. It&#x27;s lighter to share than the MP4 and works on any phone or podcast app. A client who commutes or walks while replaying sessions often prefers it.</p>
<p><strong>The transcript file (<code>.vtt</code>)</strong></p>
<p>A WebVTT caption file — the spoken audio transcribed as timestamped utterance segments. It&#x27;s the format that drives closed captions in video players, not the format humans read comfortably. A single thought can be split across multiple cue blocks, each with its own timestamp. Most clients won&#x27;t know what to do with a <code>.vtt</code> file, and most can&#x27;t open it cleanly without a specific video player. You&#x27;ll almost never send this to a client directly.</p>
<p><strong>The chat log (<code>.txt</code>)</strong></p>
<p>Everything anyone typed in the Zoom chat window during the call, saved as plain text with timestamps and names. Useful if the chat contained links, resources, or notes that someone wrote rather than said. Short or quiet sessions often produce an empty log.</p>
<p><strong>The Google Doc transcript</strong> <em>(when your recordings are in Drive)</em></p>
<p>This is the <code>.vtt</code> converted into a document a person can actually read — speaker-per-paragraph layout, rounded timestamps, speaker names bolded, without the cue-block clutter. It&#x27;s what you share with a client who wants to find the three minutes that mattered without scrubbing through an hour of video. It&#x27;s also what you&#x27;d add to Gemini Notebook (formerly NotebookLM) or Gemini to ask questions across a quarter of client calls — the <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">AI workflows post goes into detail on how that works</a>.</p>
<h2 id="which-file-to-send-your-client"><a href="#which-file-to-send-your-client">Which file to send your client</a></h2>
<p>The main difference between the three common formats: <code>.mp4</code> carries video and audio together, <code>.m4a</code> is audio-only, and <code>.vtt</code> is a raw caption text file — not a readable document. Here&#x27;s the decision at a glance:</p>
<table><thead><tr><th>If your client wants to…</th><th>Send them…</th></tr></thead><tbody><tr><td>Rewatch the conversation</td><td>The <code>.mp4</code> video</td></tr><tr><td>Re-listen without a screen</td><td>The <code>.m4a</code> audio file</td></tr><tr><td>Read or search the conversation</td><td>The Google Doc transcript</td></tr><tr><td>Retrieve links or notes from the chat</td><td>The <code>.txt</code> chat log</td></tr><tr><td>Import captions into a video player</td><td>The raw <code>.vtt</code> — uncommon</td></tr></tbody></table>
<p>For most one-on-one coaching or consulting sessions, <strong>the video plus the Google Doc transcript</strong> covers it: the MP4 for replay, the Doc for finding the exact moment they want to revisit without watching the whole thing again.</p>
<p>You don&#x27;t have to explain any of this to your client. You just send the right file.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>When RecordFlow transfers a recording from Zoom into your Google Drive folder, the session&#x27;s files land together — video, audio track (when your Zoom account records it separately), chat log, raw <code>.vtt</code>, and a Google Doc version of the transcript — in one dated subfolder per session.</p>
<p>By the time you think to share something, the recording is already in a folder you own. You open Drive, find the session folder, and share from there. No download from Zoom, no re-upload, no wait. The <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">setup guide walks through the one-time connection</a>; the short version is 60 seconds and a Google account.</p>
<p>Sharing from Drive also removes a frustration that catches clients off guard: Zoom share links sometimes demand a Zoom login before the replay will open. <a href="https://recordflow.org/blog/share-zoom-recording-client-no-account/">A Drive link set to &quot;Anyone with the link can view&quot; opens directly in a browser</a>, no Zoom account required on their end.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Keep the .vtt alongside the Google Doc</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><p>The Google Doc transcript is the human-readable version — good for search, skimming, and AI tools. The raw <code>.vtt</code> stays in the folder as the original source, and you&#x27;ll want it if you ever need to import captions back into a video player. Both files are small; keep both.</p></div></aside>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">All five files in Drive, automatically.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every recording lands in its own dated subfolder — video, audio, transcript Doc, and chat log — ready to share before your next session starts. Free to start.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>coaching</category>
      <category>recording</category>
    </item>
    <item>
      <title>Stop Taking Notes in Your Coaching Sessions. Record Them Instead.</title>
      <link>https://recordflow.org/blog/stop-taking-notes-coaching-sessions-record-instead/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/stop-taking-notes-coaching-sessions-record-instead/</guid>
      <description>Should coaches take notes during sessions? Live note-taking splits attention on both sides. Here's why a Zoom recording does the job better.</description>
      <content:encoded><![CDATA[<p>You&#x27;re three minutes into a session when your client pauses mid-sentence, and something shifts in their expression — a flicker of recognition, or resistance, or grief. You almost missed it because you were transcribing their previous sentence.</p>
<p>That&#x27;s the cost of live note-taking. Not the time it wastes. The moments it hides.</p>
<h2 id="should-coaches-take-notes-during-sessions"><a href="#should-coaches-take-notes-during-sessions">Should coaches take notes during sessions?</a></h2>
<p>The question comes up constantly, and the answer has changed — not because recording is new, but because automated backup now makes it reliably available after every session. Once the recording is guaranteed, notes stop being the memory, and you&#x27;re free to be somewhere better.</p>
<p>A coaching session asks a lot of a coach: listen for what&#x27;s said, what&#x27;s avoided, what&#x27;s underneath the words. Do that at full attention and most sessions have a moment that changes something. Do it while writing, and you&#x27;re running two cognitive tasks at once — and attention isn&#x27;t infinitely divisible.</p>
<p>The <a href="https://coachingfederation.org/credentialing/coaching-competencies/icf-core-competencies/" rel="noopener noreferrer" target="_blank">ICF&#x27;s core coaching competencies</a> put Active Listening at the center of effective coaching — not active listening between paragraphs, but full, focused listening that tracks the whole person, not just their words. Live note-taking works against this. The coach is partially elsewhere; the notes are the record.</p>
<p>The client feels it too. When they sense the coach is writing, they start narrating — shaping their words for the document instead of for the work. What should be a real-time conversation becomes a deposition. They&#x27;re telling you what happened, rather than experiencing it.</p>
<p>Notes taken under those conditions tend to capture the <em>content</em> of the conversation — what was said — but miss the texture: the hesitation, the energy shift, the moment when a client stopped performing insight and actually had one.</p>
<p>That texture is often more useful to you between sessions than the bullet points you typed while half-listening.</p>
<h2 id="what-the-recording-carries-instead"><a href="#what-the-recording-carries-instead">What the recording carries instead</a></h2>
<p>A Zoom recording captures everything. Every pause. Every question you asked and the way the client&#x27;s answer wandered before it landed. Every moment you&#x27;d want to revisit before next session.</p>
<p>The transcript captures the words with timestamps — not because you need exact timestamps, but because a searchable, readable document means &quot;what did they say about their co-founder?&quot; takes three seconds to answer instead of a scan through handwritten notes. <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">Here&#x27;s what a clean transcript looks like once it&#x27;s in Drive, and what you can do with it</a>.</p>
<p>Between sessions, instead of a sparse notes file with things you half-remember, you have a complete record of the hour — accurate, yours, retrievable. You can skim fifteen minutes before the next call and walk in prepared in a way manual notes rarely produce.</p>
<p>And you can give that same full record to the client. A client who gets the recording can replay the moment the insight landed. They can search the transcript for the commitment they made. They can hear the session again on the night they&#x27;re stuck — clients often go back to the last ten minutes, not the hour, which is exactly the part the transcript makes easy to find. The recording isn&#x27;t overhead — it&#x27;s the client&#x27;s most underused asset from the work they already paid for. More on that in <a href="https://recordflow.org/blog/give-clients-coaching-session-recordings/">the companion post on giving clients their recording</a>.</p>
<h2 id="what-the-session-looks-like-when-you-stop-taking-notes"><a href="#what-the-session-looks-like-when-you-stop-taking-notes">What the session looks like when you stop taking notes</a></h2>
<p>The first few sessions without a notepad feel unmooring. You may reach for your keyboard out of habit. Then, usually within the hour, something loosens: you&#x27;re tracking the client instead of the transcript, and the session goes somewhere it might not have.</p>
<p>Coaches who make this switch often report the same two things: they&#x27;re more present during the session, and their clients are too. When a client knows the recording is coming, they put their own notepad down. They stop performing memory retention and start doing the actual work of the session.</p>
<p>The post-session habit changes slightly. Instead of reviewing notes you wrote during the session when your attention was split, you spend ten minutes with the transcript: read the last third, mark the two or three things you want to open with next time, done. That&#x27;s a better prep artifact than anything you&#x27;d have typed while listening.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>&quot;Record instead of note-take&quot; only works reliably if the recording actually shows up somewhere you control, every time.</p>
<p>Zoom Cloud isn&#x27;t that place on its own. It has a storage quota that fills faster than expected on active accounts, and many organizations configure recordings to auto-delete on a 30, 60, or 90-day schedule — which creates &quot;did it actually save long enough?&quot; anxiety you don&#x27;t need. <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">Backing up every recording automatically to Google Drive</a> removes it: sign into RecordFlow, connect Drive, pick a folder. After that, every file Zoom generates — video, audio recording, chat log, and a clean transcript Google Doc when Zoom&#x27;s audio transcription is enabled — lands in Drive within minutes of the session ending. RecordFlow never stores the recording on its own servers; it moves the files directly from Zoom to the folder you own.</p>
<p>That means when the call ends, you&#x27;re not thinking about whether the recording saved. You know it&#x27;s in Drive, the transcript Doc is there, and you know exactly where to find both. &quot;I&#x27;ll capture it&quot; is no longer a worry you carry into the room.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-success bg-success/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">The post-session habit that replaces the notepad</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Skim the last third of the transcript</strong>, not the whole thing. Sessions tend to crystallize at the end — the commitment made, the question that opened something, the reframe that landed.</li>
<li><strong>Note two or three things</strong> you want to open with next session. The transcript already captured everything; you&#x27;re just flagging what matters most.</li>
<li><strong>Always record with consent.</strong> Tell clients you record sessions and get clear permission before you start — it&#x27;s a relationship matter and, depending on where you and your client are located, a legal one. Once it&#x27;s part of your intake, it stops feeling clinical and starts feeling like the professional practice it is. The <a href="https://recordflow.org/blog/record-coaching-sessions-icf-credentialing/">post on recording for ICF credentialing</a> goes deeper on the consent conversation.</li>
<li><strong>Share a folder, not a raw recording URL.</strong> Create one Drive folder per client, share it with them alone, and add each session&#x27;s files there. Their sessions stay private; you keep control of what&#x27;s shared.</li>
</ul></div></aside>
<p>The note-taking habit persists in coaching partly because recording wasn&#x27;t convenient enough to replace it. When backing up a session meant a manual, multi-step process that sometimes failed on large files, notes were the reliable fallback. Automation removes that excuse. The recording is there, the transcript is there, and you have more attention left for the room.</p>
<p>If you&#x27;re not yet recording your sessions, the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">step-by-step setup guide</a> is the place to start — this post picks up from there.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Your sessions deserve your full attention — not your notes.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every session lands in Drive automatically: video, audio, and a clean transcript Doc. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>coaching</category>
      <category>presence</category>
      <category>client-recordings</category>
    </item>
    <item>
      <title>What Disappears From Zoom Cloud, and When</title>
      <link>https://recordflow.org/blog/zoom-cloud-recording-disappears/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-cloud-recording-disappears/</guid>
      <description>Zoom cloud recordings disappear four ways: storage caps, retention policies, license reassignments, account cancellations. Here's how each one works.</description>
      <content:encoded><![CDATA[<p>You search Zoom&#x27;s Recordings page for the client session you ran three months ago. Nothing. No error, no notification — just gone. Zoom cloud storage is temporary by design, not an unlimited archive — and there are four distinct mechanisms that can quietly delete recordings you assumed were safe.</p>
<p>Zoom cloud storage is pooled and capped. <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">Pro and Business plans include 10 GB of cloud storage per licensed user in a shared account pool; Business Plus includes 15 GB per seat</a>. On a solo account that&#x27;s still a modest total — a single hour of HD video runs several hundred megabytes once Zoom compresses it, and ten to fifteen sessions a week fills 10 GB in two to three months. On a team account every host draws from the same pooled total, so one heavy week from one user can tip it for everyone.</p>
<p>The storage cap is the most visible problem. But there are three other mechanisms that delete recordings even when storage isn&#x27;t the issue.</p>
<h2 id="the-four-ways-recordings-disappear"><a href="#the-four-ways-recordings-disappear">The four ways recordings disappear</a></h2>
<h3 id="1-storage-cap"><a href="#1-storage-cap">1. Storage cap</a></h3>
<p>When the shared pool fills, Zoom <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">blocks any new cloud recordings from starting</a> — a recording already in progress can still finish, but nothing new can begin. If you&#x27;ve hit the red &quot;Cannot start cloud recording&quot; banner mid-session, <a href="https://recordflow.org/blog/zoom-blocked-from-recording-storage-full/">here&#x27;s what to do right then</a> — and once the session is over, the <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">safe sequence for freeing space without losing a recording</a> is the right next step.</p>
<p>The cap alone doesn&#x27;t delete recordings you&#x27;ve already made. But it creates pressure to delete manually, and that&#x27;s where recordings get lost. Under time pressure, a quick pass through the Recordings page — &quot;delete the old ones to make room&quot; — is exactly how a session that was never backed up disappears for good. The permanent fix is moving recordings out of Zoom cloud as they&#x27;re made, so the pool never accumulates toward the cap in the first place.</p>
<p><strong>How to detect it:</strong> Zoom sends an email when storage is almost full. Log in to the Zoom web portal → My Profile → Recording → Cloud Recordings to see current usage.</p>
<h3 id="2-admin-set-retention-policies"><a href="#2-admin-set-retention-policies">2. Admin-set retention policies</a></h3>
<p>Account owners and admins can configure a Zoom retention policy that <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">automatically deletes cloud recordings after a set number of days of their choosing</a>. Licensed individual users can also set their own auto-delete interval for their own recordings. This setting, at any level, runs on schedule regardless of whether you&#x27;ve backed up.</p>
<p>When it&#x27;s on, recordings are deleted on schedule. The recording doesn&#x27;t go to Trash for recovery; it&#x27;s removed. As an end user on a team account, you may not be able to see whether an account-level policy is in effect — that setting lives in the admin console, not the user settings panel.</p>
<p>If your recordings started disappearing on a roughly predictable schedule and you didn&#x27;t delete them, this is the most likely explanation. Ask your Zoom admin.</p>
<p>If you&#x27;re the account owner: check your own settings. If the Zoom retention policy auto-delete is on and you haven&#x27;t been backing up to Drive, you may have already lost recordings you assumed were permanent.</p>
<p><strong>How to detect it:</strong> Admins can check Account Management → Account Settings → Recording &amp; Transcript → &quot;Automatic recording deletion.&quot; Licensed users can check their own interval under Settings → Recording. Users on team accounts who can&#x27;t see these settings: ask your admin.</p>
<h3 id="3-license-reassignment"><a href="#3-license-reassignment">3. License reassignment</a></h3>
<p>Zoom licenses are attached to individual users, not to recordings. The risk to your recordings depends on what the admin actually does:</p>
<ul>
<li><strong>License removed or reassigned:</strong> Your access to cloud recordings disappears, but the recordings themselves typically stay in the system — an admin can still see them in Recording Management and restore your access by reassigning the license.</li>
<li><strong>User account deleted without a data transfer:</strong> This is when recordings are permanently lost. If an admin deletes your Zoom user account without first transferring your recording data, there is no recovery path.</li>
</ul>
<p>The distinction matters: losing license access is reversible; losing the user account record isn&#x27;t. For solo practitioners who own their Zoom account outright, this scenario doesn&#x27;t apply. But on team accounts, any admin-initiated account deletion is the real risk event for Zoom license reassignment recordings — not a mere license swap.</p>
<p><strong>How to detect it:</strong> If your Recordings page goes empty after an admin action, contact your Zoom admin immediately. If the account still exists, access may still be restorable. If the user record was deleted, act before the Trash window closes.</p>
<h3 id="4-account-cancellation-or-downgrade"><a href="#4-account-cancellation-or-downgrade">4. Account cancellation or downgrade</a></h3>
<p>If you cancel your Zoom paid plan or downgrade to the free tier, cloud recordings become inaccessible — cloud recording is not available on Zoom Free plans. The recordings in your cloud library don&#x27;t automatically transfer anywhere when the plan changes. Re-upgrading within approximately 30 days may restore access; beyond that window, recordings are typically deleted permanently.</p>
<p>Zoom&#x27;s cancellation flow doesn&#x27;t prompt you to download or back up your recording library first. If you cancel without backing up and don&#x27;t plan to re-upgrade, the recordings are gone.</p>
<p><strong>How to detect it:</strong> There&#x27;s no warning here — this is triggered by an intentional account action. Back up your full recording library before you cancel or downgrade, not after.</p>
<h2 id="can-you-recover-a-deleted-zoom-recording"><a href="#can-you-recover-a-deleted-zoom-recording">Can You Recover a Deleted Zoom Recording?</a></h2>
<p>When a cloud recording is deleted — by you, by Zoom, or by an admin policy — it goes to Trash rather than disappearing instantly. Zoom <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0060380" rel="noopener noreferrer" target="_blank">keeps deleted recordings in Trash for up to 30 days</a>, and they&#x27;re recoverable from there during that window.</p>
<p>One important caveat: recordings removed by admin retention policies or user-account deletions may not pass through Trash the same way a manually deleted recording does. For those scenarios, the Trash window offers no safety net. Once a recording is gone through one of those paths, it&#x27;s gone for good.</p>
<p>Trash is a last resort, not a plan.</p>
<h2 id="what-a-drive-backup-changes"><a href="#what-a-drive-backup-changes">What a Drive backup changes</a></h2>
<p><a href="https://support.google.com/drive/answer/2375102" rel="noopener noreferrer" target="_blank">Google Drive doesn&#x27;t auto-delete files</a>. Once a recording lands in your Drive, it&#x27;s outside Zoom&#x27;s storage lifecycle entirely. Storage caps can&#x27;t reach it. Retention policies don&#x27;t apply to it. License reassignments don&#x27;t touch it. Account cancellations don&#x27;t take it with them.</p>
<p>That&#x27;s the structural shift: from &quot;my recording exists in Zoom&#x27;s temporary storage&quot; to &quot;my recording exists in a place I own and control.&quot; The <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">full setup guide</a> walks through connecting Zoom to Drive in about 60 seconds.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>If a recording is already gone, RecordFlow can&#x27;t retrieve it — it&#x27;s a backup service, not a recovery tool. But every recording that arrives in Drive <em>before</em> a storage cap, a retention policy, or an account change removes it from Zoom is a recording you keep.</p>
<p>RecordFlow backs up every cloud recording to your Google Drive within minutes of Zoom marking it ready — triggered by Zoom&#x27;s webhook, with an hourly sweep as a fallback — automatically, without a manual download loop. Recordings stream directly from Zoom to your Drive; they don&#x27;t touch RecordFlow&#x27;s servers. Once the Drive copy is confirmed, RecordFlow&#x27;s optional auto-delete waits a three-day grace period before clearing anything from Zoom Trash.</p>
<p>The four mechanisms above still run. They just no longer have anything to take from you.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Get recordings out of Zoom before any of these run.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow backs up every cloud recording to your Google Drive automatically — within minutes of it finishing, every time. No manual downloads. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up in 60 seconds</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before a plan change, license reassignment, or account action</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Back up your recording library before cancelling or downgrading.</strong> Zoom won&#x27;t remind you — do it in advance.</li>
<li><strong>On a team account, ask your admin about the retention policy.</strong> If recordings disappear on a predictable schedule and you didn&#x27;t delete them, account-level auto-delete is the most likely cause.</li>
<li><strong>After a license reassignment, check your recordings immediately.</strong> If access is gone, contact your admin — recovery may still be possible before Trash closes.</li>
<li><strong>Don&#x27;t rely on Zoom Trash as a backup.</strong> Admin-initiated deletions and retention-policy sweeps may not pass through Trash at all. The 30-day window applies mainly to recordings you manually delete — not to the other three mechanisms above.</li>
</ul></div></aside>]]></content:encoded>
      <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>storage</category>
      <category>recording</category>
    </item>
    <item>
      <title>Your Client Can't Open the Zoom Link. Here's the Fix.</title>
      <link>https://recordflow.org/blog/share-zoom-recording-client-no-account/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/share-zoom-recording-client-no-account/</guid>
      <description>When a Zoom share link demands a sign-in your client doesn't have, the fix is a Drive link — the same workflow they use for proposals. Here's how.</description>
      <content:encoded><![CDATA[<p>You send the recording link. An hour later, the message arrives: &quot;It&#x27;s asking me to sign into Zoom — I don&#x27;t have an account. Can you resend it?&quot; That&#x27;s the Zoom share-link wall, and it doesn&#x27;t announce itself when you hit Send. Your client clicks the URL and lands on a login prompt instead of the replay they were looking forward to. The simplest fix is to share the recording from Google Drive instead — no Zoom account required on their end.</p>
<h2 id="why-zoom-share-links-block-clients-who-dont-have-a-zoom-account"><a href="#why-zoom-share-links-block-clients-who-dont-have-a-zoom-account">Why Zoom share links block clients who don&#x27;t have a Zoom account</a></h2>
<p>When you click &quot;Share&quot; on a cloud recording in the Zoom portal, Zoom generates a hosted playback page under <code>zoom.us</code>. Whether that page opens freely or demands authentication depends on a setting in your account&#x27;s admin panel: <strong>&quot;Require authentication to view cloud recordings.&quot;</strong> It&#x27;s off on a fresh Zoom account, but admins frequently turn it on — and Zoom doesn&#x27;t warn you when you copy the link. The result: the same URL that works fine for a client who happens to have a Zoom login will silently block one who doesn&#x27;t.</p>
<p>There&#x27;s a second problem that hits later. Zoom doesn&#x27;t auto-delete cloud recordings by default, which means they pile up against your plan&#x27;s cloud storage quota — and once that quota is full or the bill gets uncomfortable, admins start setting retention policies. When they do, recordings disappear on a schedule your clients never hear about. The link they saved stops working, and you find out when they email you asking for a session from eight months ago that no longer exists. The <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Google Drive vs Zoom Cloud comparison</a> covers the full picture on storage and retention.</p>
<h2 id="why-a-drive-link-works-when-a-zoom-link-doesnt"><a href="#why-a-drive-link-works-when-a-zoom-link-doesnt">Why a Drive link works when a Zoom link doesn&#x27;t</a></h2>
<p>Google Drive sharing is the same workflow your clients use every week — to open a proposal, review a contract, look at an invoice. Click Share, set the permission to &quot;Anyone with the link can view,&quot; and copy the URL. The client opens it in a browser. No Zoom account, no app, no sign-up, no learning curve.</p>
<p>Three things make a Drive link more reliable for this job:</p>
<p><strong>1. The file doesn&#x27;t disappear.</strong> Once a recording is in Drive, it stays until you delete it. There&#x27;s no storage clock ticking, no admin-triggered retention policy, no &quot;this recording has expired&quot; message arriving six months later when a client wants to revisit something you covered together.</p>
<p><strong>2. Anyone-with-the-link viewer access opens the file without authentication.</strong> <a href="https://support.google.com/drive/answer/2494822" rel="noopener noreferrer" target="_blank">Google Drive&#x27;s sharing model</a> is designed for exactly this — handing a file to someone who isn&#x27;t in your organization. The link opens and the recording plays, regardless of whether your client has a Google account, a Zoom account, or neither.</p>
<p><strong>3. You control access individually.</strong> You can give one client&#x27;s email address access to one session folder, keep everything else private, and revoke that access later if the relationship ends. If you want a link to stop working after a fixed window, <a href="https://support.google.com/a/users/answer/9308868" rel="noopener noreferrer" target="_blank">Google Workspace accounts can set an expiry on shared links</a>. No equivalent per-client control exists on a Zoom share link.</p>
<table><thead><tr><th></th><th>Zoom share link</th><th>Google Drive link</th></tr></thead><tbody><tr><td>File stays available</td><td>Counts against plan storage quota; may be auto-deleted by admin policy</td><td>Until you delete it</td></tr><tr><td>Viewer authentication</td><td>May require a Zoom account</td><td>None — anyone with the link</td></tr><tr><td>Per-client access control</td><td>Account-wide toggle only</td><td>Per email address, revocable</td></tr></tbody></table>
<h2 id="what-makes-sharing-from-drive-actually-easy"><a href="#what-makes-sharing-from-drive-actually-easy">What makes sharing from Drive actually easy</a></h2>
<p>Fixing the link your client just messaged you about is a one-time workaround. Here&#x27;s how to make sure it never happens again.</p>
<p>The reason most coaches use Zoom links anyway isn&#x27;t that they prefer them — it&#x27;s that the recording is <em>already there</em>, and copying it to Drive means logging into the Zoom portal, downloading the file, opening Drive, finding the right folder, uploading, waiting. That&#x27;s the kind of step that quietly doesn&#x27;t happen during a busy week.</p>
<p>RecordFlow removes that detour. Once you connect Zoom to a Drive folder you choose, every cloud recording is copied there automatically — the video, the audio-only track, the transcript, and the chat log — into its own dated subfolder, within minutes of Zoom finishing processing. The <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">setup guide walks through the full process</a>, but the short version is: sign in with Zoom, connect Drive, pick a folder, done. From that point on, the recording is in Drive before you think to share it.</p>
<p>When a client asks for their session replay, the workflow becomes: right-click the session folder → Share → &quot;Anyone with the link can view&quot; → Copy → paste into your reply. A few clicks from a file you already own, with no download-and-reupload in between.</p>
<p>Because you&#x27;re sharing from your own Drive, you&#x27;re also sharing the transcript that arrives alongside the video — a clean Google Doc with timestamped paragraphs and each speaker named, so clients can search instead of scrubbing through an hour of video to find the five minutes that mattered. That&#x27;s part of what turns the recording into a real deliverable, not just a link that may or may not open. The <a href="https://recordflow.org/blog/give-clients-coaching-session-recordings/">recording-as-deliverable post</a> goes deeper on how clients actually use it.</p>
<figure class="not-prose my-8"><img alt="An open Drive folder containing four file icons: video, audio, transcript, and chat log" sizes="(min-width: 768px) 720px, calc(100vw - 2rem)" class="w-full rounded-lg border border-border" loading="lazy" decoding="async" style="object-fit:cover;max-width:1600px;max-height:893px;aspect-ratio:1.7917133258678613;width:100%" srcSet="/cdn-cgi/image/width=640,height=357,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 640w,
/cdn-cgi/image/width=750,height=419,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 750w,
/cdn-cgi/image/width=828,height=462,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 828w,
/cdn-cgi/image/width=960,height=536,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 960w,
/cdn-cgi/image/width=1080,height=603,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 1080w,
/cdn-cgi/image/width=1280,height=714,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 1280w,
/cdn-cgi/image/width=1600,height=893,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 1600w,
/cdn-cgi/image/width=1668,height=931,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 1668w,
/cdn-cgi/image/width=1920,height=1072,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 1920w,
/cdn-cgi/image/width=2048,height=1143,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 2048w,
/cdn-cgi/image/width=2560,height=1429,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 2560w,
/cdn-cgi/image/width=3200,height=1786,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png 3200w" src="https://recordflow.org/cdn-cgi/image/width=1600,height=893,f=auto,fit=cover/blog-figures/share-zoom-recording-client-no-account-drive-folder.png"/><figcaption class="mt-2 text-center text-sm text-text-secondary">RecordFlow deposits all four files — video, audio, transcript, and chat log — into a single dated subfolder in your Drive.</figcaption></figure>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you share, check these</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Share the session folder, not your root archive.</strong> Sharing the top-level Zoom Recordings folder gives your client visibility into every session you&#x27;ve ever recorded. Share one session&#x27;s subfolder, or the specific video file, instead.</li>
<li><strong>Stick with Viewer permission.</strong> &quot;Anyone with the link can view&quot; is the right setting. Editor access lets clients rename, move, or delete files from your archive.</li>
<li><strong>Email-based sharing creates a cleaner record.</strong> Adding the client&#x27;s email address directly (rather than sending a general link) shows who has access in your Drive sharing panel and lets you revoke access by name if the coaching relationship ends.</li>
<li><strong>Zoom links can work too — with the right setting.</strong> Account owners with admin access can disable &quot;Require authentication to view cloud recordings&quot; under Account Management → Account Settings → Recording &amp; Transcript in the Zoom admin portal, which makes Zoom share links open publicly. But this toggle applies account-wide and doesn&#x27;t address Zoom&#x27;s retention or storage caps — the Drive workflow solves both.</li>
</ul></div></aside>
<p>The &quot;I can&#x27;t open the recording&quot; email is a solvable problem. A client who can replay the session is more likely to sit with the breakthrough that happened in it, follow through on what they committed to, and come back for the next one. The barrier is almost always one wrong link — and a Drive folder that already has the file makes the right link the easy one.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Put the recording in Drive before they ask.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every recorded session lands in a folder you own, ready to share the way clients already know — a Drive link, no Zoom account required. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>coaching</category>
      <category>sharing</category>
    </item>
    <item>
      <title>Blocked from Recording Mid-Session? What to Do Right Now</title>
      <link>https://recordflow.org/blog/zoom-blocked-from-recording-storage-full/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-blocked-from-recording-storage-full/</guid>
      <description>Zoom cloud storage full and you can't record? Here's the immediate fallback — and the permanent fix so it never interrupts a session again.</description>
      <content:encoded><![CDATA[<p>You&#x27;re two minutes into a paid session — or a class is about to start — when Zoom shows the red banner: <strong>&quot;Cannot start cloud recording. Cloud storage is full.&quot;</strong> The client is on screen. You freeze.</p>
<p>Here&#x27;s what to do — starting right now, with the call still running.</p>
<h2 id="zoom-storage-full-mid-session-switch-to-local-recording-right-now"><a href="#zoom-storage-full-mid-session-switch-to-local-recording-right-now">Zoom storage full mid-session? Switch to local recording right now</a></h2>
<p>Zoom has a fallback when cloud storage is full: local recording. It writes the video directly to your hard drive, bypassing the cloud entirely.</p>
<p><strong>In the meeting:</strong></p>
<ol>
<li>Click <strong>Record</strong> in the toolbar (or press Alt+R on Windows, Cmd+Shift+R on Mac).</li>
<li>When Zoom asks <em>where</em> to record, choose <strong>Record on this Computer</strong> — not &quot;Record to the Cloud.&quot;</li>
<li>Zoom starts capturing locally. The session is saved. (If &quot;Record on this Computer&quot; is greyed out, check that local recording is enabled in your <a href="https://zoom.us/profile/setting" rel="noopener noreferrer" target="_blank">Zoom account settings</a> under <strong>Recording</strong> — it&#x27;s on by default for most paid plans but can be disabled by an admin.)</li>
</ol>
<p>Finish the call normally. The recording lands on your hard drive when the meeting ends — Zoom shows you the file path once it finishes processing.</p>
<p>After the call, copy the local recording to Google Drive before your next session. A file sitting only on your laptop isn&#x27;t a backup.</p>
<p>Local recording requires that you&#x27;re the host on your own machine. If you&#x27;re on a tablet, a borrowed device, or co-hosting, it may not be available — but for most solo practitioners it&#x27;s always there as the emergency fallback.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom cloud recording storage is pooled and strictly capped. Most paid plans include <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">10 GB shared across all Licensed Users on the account</a> — not per person. A single hour of HD video runs a few hundred megabytes after Zoom compresses it, which means a coach or trainer recording ten to fifteen sessions a week fills the shared pool in two to three months. On a team account it fills faster still: everyone draws from the same shared pool, so one heavy week from one host can tip the cap for the whole account.</p>
<p>When the pool is full, Zoom blocks new cloud recordings. There&#x27;s no warning before the meeting — just the red error when you try to start. If you caught the &quot;storage almost full&quot; email beforehand, you have a short window to act. If not, you get the banner mid-session.</p>
<p>Either way, the root cause is the same: recordings are accumulating in Zoom cloud faster than they&#x27;re being cleared. The cap isn&#x27;t a one-time accident — it&#x27;ll happen again unless something in that pattern changes.</p>
<h2 id="how-to-free-zoom-cloud-storage-so-recordings-work-again"><a href="#how-to-free-zoom-cloud-storage-so-recordings-work-again">How to free Zoom cloud storage so recordings work again</a></h2>
<p>Once the session is over, you need to clear headroom so the next call records to the cloud normally. The safe sequence:</p>
<ol>
<li><strong>Open Zoom&#x27;s Recordings page</strong> and look for recordings you can clear — ones you know are already backed up to Drive, or older sessions you&#x27;ve finished with.</li>
<li><strong>Confirm the Drive copy before you delete.</strong> Open the Drive folder and check that the files are there — all of them (video, audio, transcript). Don&#x27;t delete anything from Zoom until the copy is verified.</li>
<li><strong>Move cleared recordings to Zoom Trash</strong> to reclaim the space. <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0060380" rel="noopener noreferrer" target="_blank">Zoom keeps trashed recordings for up to 30 days</a>, though your account settings can shorten that window. After it closes, they&#x27;re gone for good — so treat it as a grace period, not a second backup.</li>
</ol>
<p>A handful of older recordings usually frees enough headroom for your next several sessions. You don&#x27;t have to clear the whole library in one pass.</p>
<h2 id="the-permanent-fix-stop-letting-recordings-accumulate"><a href="#the-permanent-fix-stop-letting-recordings-accumulate">The permanent fix: stop letting recordings accumulate</a></h2>
<p>Manual cleanup is a treadmill. Clear enough space to record, record a few more sessions, hit the cap again, clear again. The cap never solves itself — it just resets you back to the same loop.</p>
<p>The permanent fix is to move every recording out of Zoom automatically, so cloud storage never builds toward the cap in the first place. Every recording that lands in Google Drive is headroom Zoom doesn&#x27;t have to hold. If that transfer happens within minutes of each session&#x27;s recording being ready, your cloud storage level stays low as a steady baseline — not something you periodically race to fix. <a href="https://support.google.com/drive/answer/2375102" rel="noopener noreferrer" target="_blank">Google Drive doesn&#x27;t auto-delete files</a>, so the archive grows without the clock running out.</p>
<figure class="not-prose my-8"><img src="https://recordflow.org/blog-figures/zoom-blocked-from-recording-storage-full-treadmill.svg" alt="Line chart of Zoom cloud storage used over time. With manual cleanup, storage climbs in a repeating sawtooth that keeps reaching the storage cap; each time it touches the cap, Zoom blocks new cloud recordings before a manual cleanup drops it down again. With automatic transfer to Google Drive, storage stays a low flat baseline that never approaches the cap." width="1200" height="620" loading="lazy" decoding="async" class="w-full rounded-lg border border-border"/><figcaption class="mt-2 text-center text-sm text-text-secondary">Manual cleanup is a sawtooth that keeps slamming into the cap — Zoom blocks recording at every peak. Automatic transfer holds storage at a low baseline that never reaches it.</figcaption></figure>
<p><a href="https://recordflow.org/">RecordFlow</a> is built for this job. Connect it once — sign in with Zoom, connect Google Drive, pick a destination folder — and every cloud recording copies to Drive automatically within minutes of Zoom marking it ready. RecordFlow never stores your recordings — files transfer directly from Zoom to your Drive, so sensitive session content stays between you, your client, and Google. The <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">full how-to on backing up Zoom recordings to Drive</a> covers setup and troubleshooting. Once the backup is confirmed in Drive, you can safely clear the Zoom copy on your schedule — <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">the safe sequence for doing that without losing a recording you meant to keep</a> is worth reading before you start deleting.</p>
<p>The end state: a growing library in a place you control, and a Zoom cloud storage level that never again interrupts a session.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Check these before you delete from Zoom</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Verify the Drive copy first.</strong> Open the folder and confirm the files are there — all of them, including the audio-only file and any transcript Zoom generated. A backup you haven&#x27;t opened is a hope, not a backup.</li>
<li><strong>Don&#x27;t delete while an upload is in progress.</strong> If the session just ended, give your backup automation a few minutes to finish before you manually clear the Zoom copy.</li>
<li><strong>Check Drive storage too.</strong> If your Drive is full, backups can&#x27;t land. Confirm Drive has headroom before you start relying on it as the archive.</li>
<li><strong>Zoom Trash is a grace period, not a backup.</strong> Trashed recordings are recoverable for up to 30 days — but that window can be shorter under certain account settings. After it closes, they&#x27;re gone for good.</li>
</ul></div></aside>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Stop hitting the recording cap mid-session.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow copies every Zoom cloud recording to your Google Drive automatically — so your storage level stays low and Zoom won&#x27;t block you from recording mid-session. Setup takes 60 seconds. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>storage</category>
      <category>recording</category>
    </item>
    <item>
      <title>How to Safely Auto-Delete Zoom Recordings (After They're Backed Up)</title>
      <link>https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/</guid>
      <description>Hit Zoom's storage cap? The safe way to free up space: back up to Drive, verify the copy, then auto-delete from Zoom — only after a backup is confirmed.</description>
      <content:encoded><![CDATA[<p>The &quot;Zoom storage full&quot; email always lands at the worst moment — usually right before your next session — and the first thing you do is Google what to do about it. There&#x27;s a safe way to free up Zoom cloud storage fast, without paying for an add-on and without the gamble of deleting a client recording you can&#x27;t get back. The whole trick is the order you do things in.</p>
<h2 id="why-zoom-fills-up-so-fast"><a href="#why-zoom-fills-up-so-fast">Why Zoom fills up so fast</a></h2>
<p>Zoom Cloud storage is small and shared. Most paid tiers include <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">10 GB pooled across all Licensed Users on the account</a> — not per person — and a single hour of HD recording runs a few hundred megabytes once Zoom finishes compressing it. A coach running a dozen sessions a week burns through the included pool in a couple of months. On a team account it&#x27;s faster still: every host draws from the same shared pool, so one heavy week from one person can wall off everyone.</p>
<p>When the pool fills, Zoom can block new cloud recordings until you free space or buy more. So the cap becomes a recurring chore: delete to make room, record, hit the cap again, delete again. The treadmill.</p>
<p>Manual cleanup is where recordings get lost. The Zoom recording list shows topics and dates and not much else; under time pressure it&#x27;s genuinely easy to trash a client session you meant to keep. And Zoom&#x27;s trash is not a backup — deleted cloud recordings are <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0060380" rel="noopener noreferrer" target="_blank">typically recoverable for 30 days</a>, and once that window closes the recording is gone for good. (For a full breakdown of all the ways recordings can disappear from Zoom — not just manual deletion — see <a href="https://recordflow.org/blog/zoom-cloud-recording-disappears/">What Disappears From Zoom Cloud, and When</a>.)</p>
<h2 id="the-safe-order-back-up-verify-then-delete"><a href="#the-safe-order-back-up-verify-then-delete">The safe order: back up, verify, then delete</a></h2>
<p>The fix isn&#x27;t &quot;stop deleting.&quot; It&#x27;s &quot;never delete a recording that doesn&#x27;t already live somewhere else.&quot; Three steps, always in this order:</p>
<ol>
<li><strong>Back up.</strong> Copy the recording — video, audio, transcript, chat — to a place you control, like a Google Drive folder.</li>
<li><strong>Verify.</strong> Confirm the copy actually landed. A backup you haven&#x27;t checked is a hope, not a backup.</li>
<li><strong>Delete.</strong> Only now delete the cloud recordings from Zoom and reclaim the space.</li>
</ol>
<figure class="not-prose my-8"><img alt="A three-step flow diagram titled &#x27;The safe order to free Zoom storage&#x27;. Step 1, Back up: copy to Google Drive. Step 2, Verify: confirm the copy landed. Step 3, Delete: clear it from Zoom — highlighted to show it happens last." sizes="(min-width: 768px) 720px, calc(100vw - 2rem)" class="w-full rounded-lg border border-border" loading="lazy" decoding="async" style="object-fit:cover;max-width:1600px;max-height:893px;aspect-ratio:1.7917133258678613;width:100%" srcSet="/cdn-cgi/image/width=640,height=357,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 640w,
/cdn-cgi/image/width=750,height=419,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 750w,
/cdn-cgi/image/width=828,height=462,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 828w,
/cdn-cgi/image/width=960,height=536,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 960w,
/cdn-cgi/image/width=1080,height=603,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 1080w,
/cdn-cgi/image/width=1280,height=714,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 1280w,
/cdn-cgi/image/width=1600,height=893,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 1600w,
/cdn-cgi/image/width=1668,height=931,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 1668w,
/cdn-cgi/image/width=1920,height=1072,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 1920w,
/cdn-cgi/image/width=2048,height=1143,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 2048w,
/cdn-cgi/image/width=2560,height=1429,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 2560w,
/cdn-cgi/image/width=3200,height=1786,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png 3200w" src="https://recordflow.org/cdn-cgi/image/width=1600,height=893,f=auto,fit=cover/blog-figures/auto-delete-zoom-recordings-after-backup-safe-order.png"/><figcaption class="mt-2 text-center text-sm text-text-secondary">The only safe order: back up, verify the copy landed, then delete. Step three happens last, and only after the first two are done.</figcaption></figure>
<p>Reorder or skip a step and you&#x27;re gambling again. The reason this works is that the durable copy lives somewhere that doesn&#x27;t delete itself: <a href="https://support.google.com/drive/answer/2375102" rel="noopener noreferrer" target="_blank">Google Drive doesn&#x27;t auto-delete files</a>, and even an explicit delete sits in Drive&#x27;s own trash for 30 days first. Your recordings only leave Zoom — they never leave your hands. (For the full case on why Drive is the better long-term home, see <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Google Drive vs Zoom Cloud</a>.)</p>
<h2 id="how-recordflow-automates-it-safely"><a href="#how-recordflow-automates-it-safely">How RecordFlow automates it safely</a></h2>
<p>Doing back-up-then-verify-then-delete by hand every week is exactly the kind of chore that falls apart on a busy week. RecordFlow runs the whole sequence for you — and the safe order is built into how it works, not bolted on after.</p>
<p>First, <a href="https://recordflow.org/sign-in/">set up the backup</a> — about 60 seconds: sign in with Zoom, connect Drive, pick a folder. From then on, every cloud recording lands in Drive within minutes of Zoom marking it ready (the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">companion how-to</a> walks through the setup). That part is read-only — RecordFlow never asks for permission to delete anything.</p>
<p>Auto-delete is a separate, <strong>opt-in</strong> switch in Settings. It&#x27;s off by default, and turning it on is the only time RecordFlow asks Zoom for the delete permission — if you never enable it, that permission is never requested, and read-only users are never prompted for it. Once it&#x27;s on, RecordFlow waits until every file from that meeting has been archived to Drive and the upload confirmed, then holds for a three-day grace period before moving the recording to Zoom Trash. Nothing is removed that wasn&#x27;t safely copied first, and Zoom&#x27;s 30-day Trash window stays available as a final safety net. You can switch it back off at any time.</p>
<h2 id="if-you-already-use-zooms-own-auto-delete"><a href="#if-you-already-use-zooms-own-auto-delete">If you already use Zoom&#x27;s own auto-delete</a></h2>
<p>If you&#x27;ve turned on Zoom&#x27;s own recording auto-delete — the <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">configurable-day retention policy</a> in your recording settings — let RecordFlow handle the cleanup instead. Zoom&#x27;s setting runs on a fixed schedule and doesn&#x27;t check whether your copy is safely in Drive yet, so it can delete a recording before it&#x27;s ever been archived. RecordFlow only trashes a recording once it&#x27;s verified in your Google Drive — and then waits three days as a buffer — so you get the same storage savings without risking a recording that was never backed up.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you turn auto-delete on</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Keep it off if you share Zoom&#x27;s own links right after a meeting.</strong> If your post-session workflow depends on Zoom&#x27;s native recording share link, deleting from Zoom breaks it. Share the Drive copy instead, or leave auto-delete off.</li>
<li><strong>Keep it off if compliance requires recordings stay in Zoom.</strong> Don&#x27;t break a working compliance posture to save a few dollars of storage.</li>
<li><strong>Make sure Drive has room first.</strong> Auto-delete only helps if the backup succeeds — and the backup can&#x27;t succeed if your Drive is full. RecordFlow watches for this and emails you when Drive storage is running low, but it&#x27;s worth a glance before you switch deletion on.</li>
<li><strong>Zoom&#x27;s trash is short, and it isn&#x27;t a backup.</strong> Recovery is typically 30 days and can be shorter depending on settings. Treat Drive as the archive and Zoom Trash as a brief grace period — nothing more.</li>
</ul></div></aside>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Free up Zoom storage without losing a thing.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow backs every Zoom recording up to your Google Drive automatically — and, if you opt in, clears the Zoom copy only once the backup is verified. Off by default, yours to switch on. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>storage</category>
    </item>
    <item>
      <title>Recordings as a Premium Coaching Deliverable: The Artifact That Justifies a Higher Rate</title>
      <link>https://recordflow.org/blog/session-recordings-premium-coaching-deliverable/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/session-recordings-premium-coaching-deliverable/</guid>
      <description>Bundling session recordings and a clean transcript into your coaching offer gives clients something tangible — and supports a higher rate without discounting.</description>
      <content:encoded><![CDATA[<p>A prospect is deciding between two coaches. Same niche, similar experience, prices within a few hundred dollars of each other. One sells &quot;twelve sessions of one-to-one coaching.&quot; The other sells &quot;twelve sessions — each one recorded, transcribed, and delivered to a private folder that&#x27;s yours to keep.&quot; Which one feels like more?</p>
<p>The work might be identical. But one offer is a promise, and the other comes with something the buyer can picture holding. That difference is worth money — it&#x27;s how the second coach charges more for the same hours — and it costs almost nothing to provide.</p>
<h2 id="why-intangible-work-is-hard-to-price"><a href="#why-intangible-work-is-hard-to-price">Why intangible work is hard to price</a></h2>
<p>Coaching is intangible. You sell a transformation that happens in conversation, and the buyer can&#x27;t inspect it before they pay — they&#x27;re buying a promise. In a classic Harvard Business Review essay, <a href="https://hbr.org/1981/05/marketing-intangible-products-and-product-intangibles" rel="noopener noreferrer" target="_blank">marketing professor Theodore Levitt argued</a> that when you ask customers to buy promises, you have to give them tangible reassurances of quality — the cues people reach for when they can&#x27;t hold the thing itself. It&#x27;s why service businesses lean so hard on the physical signals around the work: the bound report, the welcome kit, the polished follow-up.</p>
<p>A session recording is the most natural tangible cue a coach has, because it isn&#x27;t a prop bolted onto the offer — it <em>is</em> the work, captured. An hour of focused, one-to-one attention, preserved in a form the client can replay, search, and return to. When you hand that over, the intangible suddenly has an artifact attached to it. The buyer stops trying to value thin air and starts valuing something they can see — which is exactly the shift that lets you name your rate with confidence.</p>
<p>This is the pricing-and-positioning side of a reframe we make in detail elsewhere: that the recording is <a href="https://recordflow.org/blog/give-clients-coaching-session-recordings/">the client&#x27;s asset, not your filing problem</a>. That post is about what clients <em>do</em> with a replay. This one is about what the artifact does to your offer.</p>
<h2 id="use-the-deliverable-to-charge-more-for-coaching"><a href="#use-the-deliverable-to-charge-more-for-coaching">Use the deliverable to charge more for coaching</a></h2>
<p>Vague value is hard to charge for; named inclusions are easy. &quot;You&#x27;ll get coaching&quot; is a promise. &quot;Every session recorded, transcribed, and delivered to a private folder you keep&quot; is a line item — concrete, easy to picture, and not something a prospect can get from a coach who hasn&#x27;t set this up. You don&#x27;t need every client to replay every session for this to pay off — on a sales call, the <em>named inclusion</em> does the work whether or not the buyer ever opens the folder. It&#x27;s a small, specific addition to your value proposition.</p>
<p>A few ways coaches put it to work:</p>
<ul>
<li><strong>As a headline inclusion in the offer.</strong> List it next to the sessions themselves: the calls, plus the recording and a searchable transcript of each. It reads as thoroughness — you&#x27;re the coach who makes sure nothing from the work gets lost between sessions.</li>
<li><strong>As the line between tiers.</strong> If you sell more than one coaching package, recordings-plus-transcripts is a clean differentiator for the higher tier. The entry package gets the sessions; the premium package gets the sessions <em>and</em> a permanent, searchable library of them. You&#x27;re charging more for genuinely more, not for an arbitrary gate.</li>
<li><strong>As a reason to raise — or hold — your rate.</strong> Concrete added value works in both directions: it gives you something to point to when you set a higher number, and something to defend when a prospect pushes back. The move that quietly erodes a coaching business is discounting — a recorded, transcribed, well-organized session archive lets you do the opposite: raise your rate because you&#x27;re genuinely offering more, instead of knocking a few hundred dollars off to close.</li>
</ul>
<figure class="not-prose my-8"><img alt="Two coaching-offer cards side by side. The standard offer lists a single inclusion: twelve coaching sessions. The premium offer lists the same twelve sessions plus three more named inclusions — every session recorded, a searchable transcript, and a private folder you keep — under a label reading &#x27;Supports a higher rate&#x27;." sizes="(min-width: 768px) 720px, calc(100vw - 2rem)" class="w-full rounded-lg border border-border" loading="lazy" decoding="async" style="object-fit:cover;max-width:1600px;max-height:893px;aspect-ratio:1.7917133258678613;width:100%" srcSet="/cdn-cgi/image/width=640,height=357,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 640w,
/cdn-cgi/image/width=750,height=419,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 750w,
/cdn-cgi/image/width=828,height=462,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 828w,
/cdn-cgi/image/width=960,height=536,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 960w,
/cdn-cgi/image/width=1080,height=603,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 1080w,
/cdn-cgi/image/width=1280,height=714,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 1280w,
/cdn-cgi/image/width=1600,height=893,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 1600w,
/cdn-cgi/image/width=1668,height=931,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 1668w,
/cdn-cgi/image/width=1920,height=1072,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 1920w,
/cdn-cgi/image/width=2048,height=1143,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 2048w,
/cdn-cgi/image/width=2560,height=1429,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 2560w,
/cdn-cgi/image/width=3200,height=1786,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png 3200w" src="https://recordflow.org/cdn-cgi/image/width=1600,height=893,f=auto,fit=cover/blog-figures/session-recordings-premium-coaching-deliverable-tiers.png"/><figcaption class="mt-2 text-center text-sm text-text-secondary">Same hours, named differently. The premium offer turns the same sessions into concrete inclusions a buyer can picture — which is what supports the higher rate.</figcaption></figure>
<p>What makes this a <em>margin</em> decision and not just a marketing one is that the cost of delivering it approaches zero — once it&#x27;s automatic. If recording and filing every session is a manual chore (download the file before it expires, rename it, move it to the right client folder, share it), then your &quot;premium inclusion&quot; is really unpaid admin you&#x27;ve promised to do every week, and it&#x27;s the first thing to slip during a busy stretch. A deliverable you have to remember isn&#x27;t a deliverable; it&#x27;s a liability. The economics only work when the artifact produces itself.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>That&#x27;s the gap RecordFlow closes. Setup is a one-time, roughly 60-second connection — sign in with Zoom, connect Google Drive, choose a folder. After that, the moment a Zoom cloud recording is ready, RecordFlow copies the files — the video, the audio-only file, the chat log, and the transcript — into a Google Drive folder <em>you</em> own: one folder per meeting, named with the date and the meeting topic, grouped by year. The files move straight from Zoom to your Drive; RecordFlow never keeps a copy on its own servers, which matters when the session was confidential. (The full mechanics are in the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">pillar guide on backing up Zoom recordings to Drive</a>.)</p>
<p>Two details make the deliverable feel premium rather than like a raw file dump. Alongside the recording, RecordFlow uploads a <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">clean Google Doc transcript</a> — the raw caption file reformatted into readable, timestamped paragraphs with each speaker named — so the client receives a searchable document, not a wall of caption fragments. And because the folder is yours, you share it on your terms with a Drive link the client already knows how to open; Drive&#x27;s per-recipient sharing keeps each client&#x27;s library private to that client. The premium inclusion you named on your sales page then gets delivered every session, without you touching it.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Two consents, not one</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Get recording consent first.</strong> Before you record anything, tell the client you&#x27;re recording and get clear permission. It&#x27;s a relationship matter and, depending on where you and your client are, a legal one — not a formality. Naming the recording as part of your offer doesn&#x27;t replace asking; if anything, it makes the conversation easier, because the client already understands why it&#x27;s there.</li>
<li><strong>Don&#x27;t reuse client recordings for marketing without explicit, separate permission.</strong> A recording you captured to deliver <em>to the client</em> is not yours to turn into a testimonial, a highlight clip, or a sales-page snippet. Repurposing client content needs its own clear, specific yes — ideally in writing — even when the client already agreed to be recorded. The two permissions are different, and assuming the first covers the second is how trust gets broken.</li>
</ul></div></aside>
<p>The work you do in a coaching session is the same whether or not it&#x27;s recorded. What changes is what the client walks away holding — and what you can credibly put on the page when you name your price. The artifact was there in the call all along. You were just letting it evaporate the moment the call ended.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Make &#x27;recorded and delivered&#x27; part of what you sell.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once, and every session is recorded, transcribed, and filed in a folder you own — automatically, at no cost per call. Video, audio, and a clean transcript Doc, ready to be the premium inclusion on your sales page. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>coaching</category>
      <category>pricing</category>
    </item>
    <item>
      <title>Give the Recording to Your Client. Here's What They'll Actually Do With It</title>
      <link>https://recordflow.org/blog/give-clients-coaching-session-recordings/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/give-clients-coaching-session-recordings/</guid>
      <description>Giving clients their session recording turns a paid call into an asset they'll reuse. What to do with a coaching recording, and how to share one safely.</description>
      <content:encoded><![CDATA[<p>Three days after a session, a client emails: &quot;Could I get a recording of our coaching session? There was something you said about boundaries I want to listen to again.&quot; And you go looking. Maybe it&#x27;s in Zoom Cloud, maybe it expired under a retention setting you configured months ago, maybe you never recorded it at all. Either way, you&#x27;re now spending twenty minutes hunting for — or apologizing for not having — something the client experienced as the most valuable part of working with you.</p>
<p>That email is a signal, and most coaches misread it. It feels like an admin request. It&#x27;s actually a client telling you the recording is part of what they bought.</p>
<h2 id="should-you-record-coaching-sessions"><a href="#should-you-record-coaching-sessions">Should you record coaching sessions?</a></h2>
<p>Yes — with consent, and as long as you actually hand the recording over. The hesitation is rarely about value; it&#x27;s about storage and effort, the worry that a recording is one more file to babysit. But the session is something the client already paid for, and the only real prerequisites are clear permission up front (a relationship matter, and depending on where you both practice, a legal one) and a reliable place to put it. Get those two right and recording is pure upside — which is what the rest of this post is about.</p>
<h2 id="the-reframe-the-recording-is-the-clients-asset"><a href="#the-reframe-the-recording-is-the-clients-asset">The reframe: the recording is the client&#x27;s asset</a></h2>
<p>We tend to think of a session recording as <em>the coach&#x27;s problem</em> — a file that eats Zoom storage, triggers the &quot;your cloud is full&quot; email, and has to be managed. So the default is to not record, or to record and quietly let it expire.</p>
<p>Flip it. The recording isn&#x27;t overhead you store for yourself. It&#x27;s a deliverable the client already paid for, sitting unused. An hour of focused, one-to-one work — the kind a client replays, references, and learns from between sessions — and in most coaching relationships it evaporates the moment the call ends. The reframe is simple: <strong>stop treating the recording as your filing problem and start treating it as the client&#x27;s asset.</strong> Everything else follows from that.</p>
<h2 id="what-clients-actually-do-with-a-session-recording"><a href="#what-clients-actually-do-with-a-session-recording">What clients actually do with a session recording</a></h2>
<p>When you ask coaches why they don&#x27;t send recordings, the honest answer is usually &quot;I&#x27;m not sure anyone watches them.&quot; Here&#x27;s what the clients who <em>do</em> get them actually do:</p>
<ol>
<li>
<p><strong>They stop frantically note-taking and stay present.</strong> A client scribbling notes is half-listening. When they know the recording is coming, they can put the pen down, look at you, and do the actual work of the session. The replay becomes their notes — better notes than they&#x27;d have taken, because they were paying attention instead of transcribing.</p>
</li>
<li>
<p><strong>They re-watch the breakthrough moment.</strong> Most sessions have one — the reframe, the question that landed, the thing they didn&#x27;t want to admit out loud. In the room it goes by in seconds. On a replay they can sit with it, rewind it, and let it actually change something.</p>
</li>
<li>
<p><strong>They revisit what they committed to.</strong> Coaching works between sessions, not just in them. The ICF&#x27;s <a href="https://coachingfederation.org/credentialing/coaching-competencies/icf-core-competencies/" rel="noopener noreferrer" target="_blank">core competencies</a> frame a coach&#x27;s job as partnering with clients to integrate new learning and build accountability — turning insight into action after the call ends. A client who can replay the moment they committed to a next step is far more likely to follow through than one relying on a fading memory of &quot;I think I said I&#x27;d do something.&quot;</p>
</li>
<li>
<p><strong>They re-listen when they&#x27;re stuck.</strong> The gap between sessions is where the hard part happens. A client who hits a wall on Wednesday doesn&#x27;t have to wait until next week — they can go back to the relevant ten minutes and hear, in your voice, the thing that helps. The recording extends your support into the days you&#x27;re not there.</p>
</li>
<li>
<p><strong>They search the transcript.</strong> &quot;What did my coach say about X?&quot; is a real question clients ask themselves — and a recording answers it slowly (scrub through an hour of video) while a clean transcript answers it in seconds. When the session also lands as a readable, searchable document, the replay stops being a linear video and becomes something they can search by keyword — Ctrl-F to the exact moment they&#x27;re looking for.</p>
</li>
</ol>
<p>None of these require the client to be diligent. They require the recording to exist and be easy to open. And it doesn&#x27;t matter whether every client watches the whole hour: the one who re-watches the breakthrough, or searches the transcript at 11pm before a hard conversation, got more from you than a dozen who never opened it. Most coaches never find out, because most never send one — which is exactly the gap that makes sending one a differentiator.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>The reason coaches don&#x27;t send recordings is rarely philosophical — it&#x27;s friction. Recording, finding the file before it expires, downloading a multi-gigabyte video, and getting it to the client is a handful of manual steps that quietly don&#x27;t happen during a busy week.</p>
<p>RecordFlow removes the steps. Setup is a one-time, roughly 60-second connection — sign in with Zoom, connect Google Drive, pick a folder. After that, the moment a Zoom cloud recording is ready, it copies the files — video, the audio-only file, the chat log, and the transcript — into a Google Drive folder <em>you</em> own: one folder per meeting, named with the date and the meeting topic, grouped by year. (The full mechanics are in the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">pillar guide on backing up Zoom recordings to Drive</a>.) The files move straight from Zoom to your Drive — RecordFlow never keeps a copy of the recording on its own servers, which matters when the session was confidential. Nothing to remember, nothing to download. The recording is simply <em>there</em>, in a folder you control, ready to hand to the client with a Drive share link they already know how to open.</p>
<p>Two things make that handoff better than a raw video link. First, alongside the recording RecordFlow uploads a <strong>clean Google Doc transcript</strong> — the raw caption file reformatted into readable, timestamped paragraphs with each speaker named. That&#x27;s the searchable &quot;what did my coach say about X?&quot; artifact, and because it&#x27;s a native Google Doc it also opens in the Drive-native AI tools your clients may already use (<a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">here&#x27;s the transcript-to-Doc workflow</a>). Second, because the folder is yours, you decide what to share and with whom — Drive&#x27;s per-recipient sharing keeps each client&#x27;s replay private to that client, without ever handing out a Zoom account or a raw cloud link.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-success bg-success/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Make it part of your offer</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Say it out loud in your onboarding.</strong> &quot;You&#x27;ll get a recording and a searchable transcript of every session&quot; is a concrete, easy-to-picture benefit that makes you look more professional and delivers more value per session — at no extra work once it&#x27;s automated.</li>
<li><strong>Always get consent before you record.</strong> Tell clients you&#x27;re recording and get clear permission first — it&#x27;s a relationship matter and, depending on where you and your client are, a legal one. (The <a href="https://recordflow.org/blog/record-coaching-sessions-icf-credentialing/">post on recording for ICF credentialing</a> goes deeper on consent and gets specific about a separate use case for the same recordings.)</li>
<li><strong>Share the folder you own, not a Zoom link.</strong> A Drive link you control survives Zoom retention windows and lets you revoke access per client if a relationship ends.</li>
</ul></div></aside>
<p>The shift here costs you almost nothing once recordings save themselves: you record (with consent), and you send the link. What the client gets is the difference between a session that ended and a session they can return to. That&#x27;s the most underused asset in coaching — the replay you never sent.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Turn every session into something your client can keep.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every recorded session lands in a folder you own — video, audio, and a clean transcript Doc — ready to share with the client who paid for it. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>coaching</category>
      <category>client-recordings</category>
    </item>
    <item>
      <title>Recording Coaching Sessions for ICF Credentialing</title>
      <link>https://recordflow.org/blog/record-coaching-sessions-icf-credentialing/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/record-coaching-sessions-icf-credentialing/</guid>
      <description>ICF credentialing can require a recorded coaching session and a verbatim transcript. Here's what ICF asks for and how to keep a qualifying session safe.</description>
      <content:encoded><![CDATA[<p>You&#x27;ve finished your coaching hours, your education is done, and you sit down to assemble your ICF credential application. Then you hit the one item that isn&#x27;t a number on a form: the recorded session. You scroll back through months of calls looking for one that runs the right length, with a client who consented, where the coaching was genuinely some of your best — and you realize the session you&#x27;re picturing was never saved, or you can&#x27;t tell which file it is anymore. The work was real. The evidence of it wasn&#x27;t kept.</p>
<p>This post is about the half of that problem you can actually engineer away: making sure a qualifying session — and a usable transcript — is always there when it&#x27;s time to submit. We&#x27;ll cover what ICF asks for, why coaches get caught out, and where a reliable archive fits. (We&#x27;ll also be clear about what an archive <em>doesn&#x27;t</em> do: meeting ICF&#x27;s criteria is on you, not your storage.)</p>
<h2 id="what-icf-actually-asks-for"><a href="#what-icf-actually-asks-for">What ICF actually asks for</a></h2>
<p>For some credential paths, ICF&#x27;s performance evaluation requires you to submit recorded coaching session(s) and a written transcript of each. The specifics depend on your credential and your application path, and they&#x27;re set by ICF — so treat the summary below as orientation and confirm the current rules against ICF&#x27;s own documentation before you rely on them.</p>
<p>As of this writing, ICF&#x27;s <a href="https://coachingfederation.org/credentialing/performance-evaluations/" rel="noopener noreferrer" target="_blank">performance evaluation requirements</a> work roughly like this:</p>
<ul>
<li><strong>How many recordings.</strong> The <a href="https://coachingfederation.org/credentialing/performance-evaluations/criteria-for-assessing-acc/" rel="noopener noreferrer" target="_blank">ACC Portfolio path</a> calls for one recorded session with a transcript. The <a href="https://coachingfederation.org/credentialing/performance-evaluations/criteria-for-assessing-pcc/" rel="noopener noreferrer" target="_blank">PCC Portfolio path</a> and the MCC paths call for two. If your ICF-accredited education program already included a performance evaluation in its curriculum — the Level 1 and Level 2 program paths for ACC, and the Level 2 path for PCC — you may not need to submit one separately at all. Know which path you&#x27;re on before you assume you need a recording.</li>
<li><strong>Session length.</strong> The recording must be a full, <strong>unedited</strong> session running <strong>between 20 and 60 minutes</strong>. A session longer than 60 minutes won&#x27;t be scored, so a sprawling call doesn&#x27;t count — you need one that lands inside the window from start to finish.</li>
<li><strong>The audio file.</strong> ICF accepts common audio/video formats (MP3, WMA, MP4, or M4A) as a single file, and caps the upload size (95 MB at the time of writing). A 20–60 minute audio-only export comfortably fits that budget; a full-resolution video usually doesn&#x27;t, which is why the audio file is the one you want.</li>
<li><strong>The transcript.</strong> This is the part coaches underestimate. ICF asks for a <strong>verbatim</strong> (word-for-word) transcript, with the coach and client identified and placed on <strong>separate lines</strong>, <strong>timestamps at every change of speaker</strong>, in the <strong>same language</strong> as the session, submitted as a <strong>Word document</strong> (.doc or .docx). A rough auto-summary doesn&#x27;t satisfy this; it has to be the real exchange, formatted ICF&#x27;s way.</li>
</ul>
<p>The headline: the requirement isn&#x27;t just &quot;have a recording.&quot; It&#x27;s &quot;have a <em>specific kind of</em> recording, with a <em>specifically formatted</em> transcript, for the <em>right</em> session.&quot; Which is exactly why finding it after the fact is so painful.</p>
<h2 id="the-practical-problem-you-dont-know-in-advance-which-session-counts"><a href="#the-practical-problem-you-dont-know-in-advance-which-session-counts">The practical problem: you don&#x27;t know in advance which session counts</a></h2>
<p>Here&#x27;s the trap. You can&#x27;t reliably pick your qualifying session ahead of time. The call where the coaching really sings — clean agreement, a real shift, the kind of session an assessor wants to see — isn&#x27;t something you schedule. It happens, and you notice afterward. By then, if you weren&#x27;t recording, it&#x27;s gone.</p>
<p>So the only safe posture is to capture <strong>consistently</strong>: record the sessions you have consent to record, keep them all, and choose the best one when it&#x27;s time to apply. That turns &quot;did I happen to save the right call?&quot; into &quot;which of these saved calls is strongest?&quot; — a much better problem to have.</p>
<p>The second half is retrieval. Cloud recordings are easy to lose track of. They expire under retention policies you set months ago and forgot, they get bumped when storage fills, and a folder of meetings named only by date tells you nothing about which one had the breakthrough. Doing the save-and-organize step by hand is the part that quietly breaks during a busy stretch — and a busy stretch is exactly when your best sessions tend to happen.</p>
<p>If you&#x27;re weighing where recordings should live long-term, the <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">comparison of Drive vs. cloud-recording storage</a> covers the retention and cost side in detail.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow does one narrow thing: the moment a Zoom cloud recording is ready, it copies the files — video, the audio-only file, the chat log, and the transcript — into a Google Drive folder you own, in a per-meeting folder named with the date and the meeting topic. Every session you record is archived automatically and stays findable, so when application time comes you&#x27;re choosing from a complete set rather than hoping the right call survived. If you haven&#x27;t set the backup up yet, the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">companion how-to on backing up Zoom recordings to Google Drive automatically</a> walks through the one-time setup.</p>
<p>Two pieces map directly onto the ICF requirements, with one honest caveat. The <strong>audio-only file</strong> Zoom produces is already in an accepted format and small enough to fit the upload cap, so it&#x27;s the file you&#x27;d submit. Alongside the raw <code>.vtt</code>, RecordFlow also uploads a <strong>clean Google Doc transcript</strong> — consecutive lines from the same speaker merged into paragraphs, each prefixed with a timestamp, the speaker&#x27;s name in bold (the full mechanics are in the <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">transcript-to-Doc post</a>). That Doc is a strong <em>starting point</em>: you&#x27;d open it, export to Word, and format it to ICF&#x27;s exact spec — verbatim, coach and client on separate lines, a timestamp at every speaker change.</p>
<p>What RecordFlow does <strong>not</strong> do is hand you a finished, ICF-compliant submission. It is not affiliated with or endorsed by ICF, and it doesn&#x27;t certify that a recording or transcript meets the evaluation criteria. It stores and retrieves your sessions reliably; verifying length, audio quality, verbatim accuracy, and transcript formatting — and meeting every current ICF rule — is your job as the coach.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you record with submission in mind</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><ul>
<li><strong>Get explicit consent.</strong> Always tell clients you&#x27;re recording, and get clear permission before you record — and again before you submit any session that includes them to a third party like ICF. This is a relationship and (depending on where you practice) a legal matter, not a formality.</li>
<li><strong>Confirm the current rules yourself.</strong> ICF updates its credentialing and performance-evaluation requirements over time. Before you rely on anything here, check ICF&#x27;s own documentation for the recording count, length window, file format, and transcript format that apply to your credential and path.</li>
</ul></div></aside>
<p>The archive you build for credentialing does double duty. Those same saved sessions are what let you <a href="https://recordflow.org/blog/give-clients-coaching-session-recordings/">give clients the recording as a deliverable</a>, <a href="https://recordflow.org/blog/session-recordings-premium-coaching-deliverable/">make session replays a premium part of your offer</a>, and <a href="https://recordflow.org/blog/deliver-coaching-recordings-professionally/">deliver those recordings professionally</a> — the credentialing archive and the client-facing one are the same folder. The full set of <a href="https://recordflow.org/blog/topics/client-recordings/">client &amp; class recording workflows</a> covers the rest of what that archive unlocks once your sessions are safely in a folder you own.</p>
<p>The goal is simple: never let &quot;I didn&#x27;t keep it&quot; be the thing standing between you and a credential you earned. Record consistently, keep every session somewhere you control, and the one you need will be there when you reach for it.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Keep every session, so the one you need is always there.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once, and every recorded session lands in a folder you own — audio, video, and a clean transcript Doc alongside it. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>coaching</category>
      <category>icf</category>
    </item>
    <item>
      <title>Turn Your Zoom Transcript Into a Google Doc Your AI Tools Can Read</title>
      <link>https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/</guid>
      <description>Zoom hands you a raw .vtt caption file. Here's how to turn Zoom transcripts into clean Google Docs that Gemini Notebook, Gemini, and other AI tools can read.</description>
      <content:encoded><![CDATA[<p>You want to ask Gemini Notebook (formerly NotebookLM — Google <a href="https://workspaceupdates.googleblog.com/2026/07/notebooklm-now-gemini-notebook.html" rel="noopener noreferrer" target="_blank">renamed it in July 2026</a>; same product, same URL, new name) &quot;what did all my coaching clients ask about this month?&quot; The answer is in your Zoom recordings — except those recordings live in Zoom Cloud, the transcripts are <code>.vtt</code> files no AI tool can read cleanly, and the only way to get them into Gemini Notebook today is to download each one and paste it in by hand. The unlock is moving the recordings — and a readable transcript — into Google Drive, where every AI tool you already use can reach them.</p>
<p>To convert a Zoom transcript into something those tools can actually read, you need it in Drive as a clean Google Doc — not the raw <code>.vtt</code> Zoom hands you. This post is the workflow: what Zoom actually gives you, why the raw <code>.vtt</code> is a dead end for AI tools, and how to turn each transcript into a readable Google Doc (which also downloads to a Word file in two clicks) once it&#x27;s in Drive. If you haven&#x27;t set up the backup itself yet, the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">companion how-to on backing up Zoom recordings to Google Drive automatically</a> covers the 60-second setup.</p>
<p>If you&#x27;ve already read the <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">companion post on where Zoom recordings should live</a>, this is the next layer — what becomes possible once they&#x27;re in Drive.</p>
<h2 id="what-zoom-actually-gives-you"><a href="#what-zoom-actually-gives-you">What Zoom actually gives you</a></h2>
<p>Zoom Cloud can generate two <code>.vtt</code> artifacts for a recorded meeting: an <strong>audio transcript</strong> (recording type <code>audio_transcript</code> — the post-meeting transcription of the spoken audio) and, when live captions were enabled during the meeting, a <strong>closed-caption</strong> file (recording type <code>closed_caption</code>). The <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0065911" rel="noopener noreferrer" target="_blank">Zoom documentation on audio transcripts</a> walks through enabling the feature on your account. The audio transcript is the one most coaches want — it covers the whole meeting whether or not anyone turned captions on.</p>
<p>The format itself is <a href="https://www.w3.org/TR/webvtt1/" rel="noopener noreferrer" target="_blank">WebVTT</a>, a W3C caption standard built for video players, not for reading. A real Zoom <code>.vtt</code> looks like this:</p>
<pre><code>WEBVTT

1
00:00:03.120 --&gt; 00:00:06.480
Sarah Chen: So the thing I keep coming back to is

2
00:00:06.480 --&gt; 00:00:09.760
Sarah Chen: that I can&#x27;t tell if I&#x27;m building the right thing.

3
00:00:09.760 --&gt; 00:00:11.200
Marcus Webb: Yeah. Say more about that.
</code></pre>
<p>It&#x27;s parseable by code, but it&#x27;s not readable as a document. Every three-second caption is its own cue. The same speaker&#x27;s thought gets fragmented across five or six cues. Paste that into Gemini Notebook or a chat-based LLM and you&#x27;ve handed it a stack of timestamps and noise to work around before it can read the content.</p>
<h2 id="why-zoom-cloud-is-a-dead-end-for-ai-tools"><a href="#why-zoom-cloud-is-a-dead-end-for-ai-tools">Why Zoom Cloud is a dead end for AI tools</a></h2>
<p>Zoom Cloud stores the recording where Zoom can find it. The problem is that nothing else can. Gemini Notebook accepts Google Docs and Slides from Drive, PDFs and text files, web URLs, YouTube videos, audio uploads, and pasted text — not Zoom Cloud URLs. Gemini in Workspace reads files and folders from your Drive. The transcript, note-taking, and knowledge-base tools coaches and consultants stack on top of meetings almost always integrate with Drive; almost none integrate with Zoom Cloud as an archive destination.</p>
<p>Drive is the integration point. Once a recording and its transcript live in a Drive folder you own, every AI tool you already pay for can reach them. That&#x27;s the unlock; the rest of this post is what to do with it.</p>
<h2 id="convert-the-zoom-vtt-into-a-google-doc"><a href="#convert-the-zoom-vtt-into-a-google-doc">Convert the Zoom VTT into a Google Doc</a></h2>
<p>The transcripts arrive in Drive in two forms. The raw <code>.vtt</code> is always there — that&#x27;s the source file, untouched. Alongside it, RecordFlow uploads the same transcript as a <strong>native Google Doc</strong>: cue numbers and end-times dropped, consecutive lines from the same speaker merged into paragraphs, each paragraph prefixed with a rounded <code>[HH:MM:SS]</code> start, and the speaker&#x27;s name bolded. The same exchange above lands as:</p>
<blockquote>
<p>[00:00:03] <strong>Sarah Chen:</strong> So the thing I keep coming back to is that I can&#x27;t tell if I&#x27;m building the right thing.</p>
<p>[00:00:09] <strong>Marcus Webb:</strong> Yeah. Say more about that.</p>
</blockquote>
<p>It&#x27;s the same content. It now reads like a transcript instead of a caption file. That single change is what makes the downstream workflows work — a native Google Doc previews in Drive, opens cleanly in Gemini Notebook, and pastes into Gemini or any other AI chat without timestamp clutter. And because it&#x27;s a real Google Doc, you can download it straight to a Microsoft Word (<code>.docx</code>) file — File → Download → Microsoft Word — if you&#x27;d rather convert the Zoom transcript to Word for editing or sharing, without hand-stripping cue numbers out of the <code>.vtt</code> first.</p>
<p>The conversion is lossy on purpose — end-times and per-line cue boundaries go away. That&#x27;s why the raw <code>.vtt</code> stays in the folder alongside it. If you ever need the original, it&#x27;s still there. If you ever need to import the same transcript into a video player, the <code>.vtt</code> is what you use. The Google Doc is the version you hand to an AI.</p>
<p>Both files land automatically every time RecordFlow syncs a new recording — no setting to flip, no separate enable step. Older meetings synced before the Doc upload shipped were backfilled, so the Google Doc is sitting next to the existing <code>.vtt</code> in your archive too.</p>
<p>Once your transcripts are readable Google Docs, the rest of the <a href="https://recordflow.org/blog/topics/transcripts-ai/">Zoom recordings &amp; AI guides</a> cover what else opens up. Here are four workflows to start with.</p>
<h2 id="four-workflows-once-your-transcripts-are-in-drive"><a href="#four-workflows-once-your-transcripts-are-in-drive">Four workflows once your transcripts are in Drive</a></h2>
<h3 id="1-gemini-notebook--ask-questions-across-a-quarter-of-client-calls"><a href="#1-gemini-notebook--ask-questions-across-a-quarter-of-client-calls">1. Gemini Notebook — ask questions across a quarter of client calls</a></h3>
<p><a href="https://notebooklm.google.com/" rel="noopener noreferrer" target="_blank">Gemini Notebook</a> accepts Google Drive Docs as sources (check the current per-notebook source cap on your tier). Create a notebook per client (or per quarter, or per program cohort), add the Google Doc transcripts as sources, and ask the questions you can&#x27;t search for: <em>What themes came up across these eight coaching calls? Which commitments did this client make and never revisit? When did we first talk about the co-founder conflict?</em> Gemini Notebook cites the source document for every claim, so you can jump from an answer back to the exact transcript.</p>
<h3 id="2-gemini-in-workspace--summarize-one-recording-at-a-time"><a href="#2-gemini-in-workspace--summarize-one-recording-at-a-time">2. Gemini in Workspace — summarize one recording at a time</a></h3>
<p><a href="https://workspace.google.com/solutions/ai/" rel="noopener noreferrer" target="_blank">Gemini in the Workspace side panel</a> opens directly on a Google Doc and can summarize, extract action items, pull decisions, or answer a question grounded in just that one transcript. This is the right tool for &quot;give me the action items from yesterday&#x27;s strategy session&quot; — single document, fast answer, no notebook setup. The Drive-native Doc is what makes this work; Gemini won&#x27;t process a raw <code>.vtt</code> the same way. For the wider set of things the rest of <a href="https://recordflow.org/blog/use-zoom-recordings-google-workspace/">Google Workspace can do with your Zoom recordings once they&#x27;re in Drive</a>, that companion post walks through Docs, Vids, and search.</p>
<h3 id="3-transcript-and-meeting-tools--point-them-at-the-drive-folder"><a href="#3-transcript-and-meeting-tools--point-them-at-the-drive-folder">3. Transcript and meeting tools — point them at the Drive folder</a></h3>
<p>If you use a meeting-intelligence or note-taking tool that reads Drive, point it at the folder your RecordFlow transcripts land in. It can index, tag, and search across the archive the same way it does for documents you author yourself. The &quot;where are my old meeting notes?&quot; search problem stops being a Zoom-specific problem and becomes a normal Drive search.</p>
<h3 id="4-group-programs-and-cohorts--share-the-transcript-not-the-recording-link"><a href="#4-group-programs-and-cohorts--share-the-transcript-not-the-recording-link">4. Group programs and cohorts — share the transcript, not the recording link</a></h3>
<p>For group programs, retreat replays, or cohort-based courses, the transcript Doc is often what participants actually want to revisit — searchable, skimmable, copy-pasteable. Drive&#x27;s <a href="https://support.google.com/drive/answer/2494822" rel="noopener noreferrer" target="_blank">sharing controls</a> let you restrict access by email so a cohort&#x27;s transcripts follow the same paid-access rule as the rest of the program, without ever handing out a raw Zoom share link.</p>
<h2 id="setup-notes-that-pay-off-later"><a href="#setup-notes-that-pay-off-later">Setup notes that pay off later</a></h2>
<p>Two small choices make the AI workflows above much smoother:</p>
<ul>
<li><strong>You don&#x27;t have to reorganize first.</strong> RecordFlow groups recordings into year folders by default. Gemini Notebook lets you cherry-pick individual Google Docs as sources from anywhere in Drive, so you can build a per-client (or per-cohort) notebook without moving any files. If you&#x27;d later prefer client folders for general Drive search, you can reorganize whenever you want.</li>
<li><strong>Don&#x27;t rename the meeting folders.</strong> RecordFlow creates one folder per meeting and names it with the start date and the meeting topic (e.g. <code>2026-06-03-Quarterly review</code>). That folder name is what disambiguates &quot;which session?&quot; when you pick the transcript Doc as a Gemini Notebook source or grep through Drive search — the files inside express the artifact type (<code>audio_transcript</code>, <code>shared_screen_with_speaker_view</code>, etc.), not the meeting.</li>
</ul>
<h2 id="what-this-is-not"><a href="#what-this-is-not">What this is not</a></h2>
<p>RecordFlow is not an AI tool. It doesn&#x27;t summarize your meetings, doesn&#x27;t answer questions about them, doesn&#x27;t sit between you and your transcripts. It moves your Zoom recordings and a clean transcript Doc into a Google Drive folder you own, and from that point on the AI tools you already use can reach them. The intelligence — what to ask, what to do with the answer — stays with you and the tools you chose.</p>
<p>If you want a single backup tool whose job is to put recordings and readable transcripts where Drive-native AI can find them, that&#x27;s the job <a href="https://recordflow.org/">RecordFlow</a> does.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>Sign in with Zoom, connect Drive, pick a folder. The moment Zoom marks a recording ready, RecordFlow copies the video, audio, chat log, and <code>.vtt</code> transcript into that folder — and uploads a readable, AI-ingestible Google Doc version of the transcript alongside the raw <code>.vtt</code>. From there, the rest of your stack — Gemini Notebook, Gemini, whatever you reach for next — can read your meetings without a download step.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Put your Zoom transcripts somewhere Gemini Notebook and Gemini can read them.</p><p class="mt-2 text-sm text-text-secondary">Pick a Google Drive folder once. Every Zoom recording lands there automatically, with a clean Google Doc transcript alongside the raw .vtt. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>transcripts</category>
      <category>gemini-notebook</category>
      <category>notebooklm</category>
      <category>gemini</category>
      <category>topic-ai</category>
    </item>
    <item>
      <title>If Drive Is So Good, Why Not Just Record in Google Meet?</title>
      <link>https://recordflow.org/blog/google-meet-vs-zoom-recording-drive/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/google-meet-vs-zoom-recording-drive/</guid>
      <description>Google Meet recording vs Zoom for solo coaches: what each does well, what Meet recording really costs, and why Zoom plus Drive is usually the right call.</description>
      <content:encoded><![CDATA[<p>If the previous post argued that recordings belong on Google Drive, there&#x27;s an obvious follow-up: why not just hold the meeting on Google Meet, where the recording already lands in Drive natively? It&#x27;s a fair question, and the honest answer isn&#x27;t &quot;Zoom is better.&quot; It&#x27;s that the meeting tool and the storage layer are two separate decisions, and consolidating them costs more than it saves for most solo coaches, consultants, and therapists.</p>
<p>This post is the companion to <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Google Drive vs Zoom Cloud: Where Your Meeting Recordings Should Live</a>. If you&#x27;ve already decided Drive is the right destination, here&#x27;s why the upstream question — meet on Zoom or Meet? — usually doesn&#x27;t have to be a switch.</p>
<h2 id="what-google-meet-recording-does-well"><a href="#what-google-meet-recording-does-well">What Google Meet recording does well</a></h2>
<p>Credit where it&#x27;s due. Meet&#x27;s recording story has real advantages when it fits your stack:</p>
<ul>
<li><strong>Native Drive landing.</strong> Recordings save to the host&#x27;s &quot;Meet Recordings&quot; folder in My Drive automatically — no transfer step, no third-party tool. <a href="https://support.google.com/meet/answer/9308681" rel="noopener noreferrer" target="_blank">Google documents the destination path explicitly.</a></li>
<li><strong>Single sign-on.</strong> One Google account covers the meeting, the storage, the calendar invite, and the docs you share during the call. Fewer integrations to fail.</li>
<li><strong>Built-in AI notes.</strong> &quot;Take notes for me&quot; (Gemini) generates a meeting summary alongside the recording on supported Workspace tiers.</li>
<li><strong>No third-party tooling to maintain.</strong> Anything Workspace already owns is one fewer vendor to evaluate, pay, and remember the password for.</li>
</ul>
<p>If your clients are already in Workspace, your meetings are routine 1:1s, and you don&#x27;t lean on features Meet doesn&#x27;t have, that&#x27;s a real reduction in moving parts.</p>
<h2 id="where-zoom-still-has-the-edge"><a href="#where-zoom-still-has-the-edge">Where Zoom still has the edge</a></h2>
<p>For practitioners whose work depends on the meeting itself, three categories matter:</p>
<ul>
<li><strong>Third-party guests.</strong> Zoom join links work for anyone with a browser. Meet links can prompt non-Google participants to sign in or be admitted from a lobby depending on host settings — friction you don&#x27;t want with a first-session client.</li>
<li><strong>Breakouts and larger groups.</strong> Zoom&#x27;s breakout-room UX is more mature, participant caps at the entry-level paid tier are higher, and call quality on weaker connections is well-earned. For cohort programs and workshops, it matters.</li>
<li><strong>Ecosystem familiarity.</strong> Many clients already have Zoom installed and know how to use it. Switching that habit is a tax paid in tiny moments of confusion on every new engagement.</li>
</ul>
<h2 id="meet-recording-isnt-actually-free"><a href="#meet-recording-isnt-actually-free">Meet recording isn&#x27;t actually free</a></h2>
<p>The &quot;Drive is free, so Meet must be free&quot; framing skips a step. Recording in Meet <a href="https://support.google.com/meet/answer/9308681" rel="noopener noreferrer" target="_blank">requires a Workspace tier that includes the feature</a> — typically Business Standard ($14/user/month) and up at current pricing. It is not available on personal Google accounts, on the lowest-cost Workspace tier, or on the <a href="https://www.google.com/nonprofits/offerings/workspace/" rel="noopener noreferrer" target="_blank">Workspace for Nonprofits</a> free tier.</p>
<p>So if you&#x27;re a solo coach on a personal Google account paying for Zoom Pro and Google One, switching to Meet recording is not a downgrade-Zoom-to-zero move. It&#x27;s a &quot;drop Zoom Pro, add Workspace Business Standard&quot; move, and the math usually doesn&#x27;t favor it — especially once you factor in seat counts for VAs or partners.</p>
<h2 id="the-hybrid-most-solo-practitioners-settle-on"><a href="#the-hybrid-most-solo-practitioners-settle-on">The hybrid most solo practitioners settle on</a></h2>
<p>The pattern that consistently works for practitioners I talk to is the simplest one: <strong>meet on whichever tool fits the call, store on Drive either way.</strong></p>
<ul>
<li><strong>Client-facing work.</strong> 1:1 sessions, group programs, workshops, and anything where the participant experience matters — Zoom.</li>
<li><strong>Internal collaboration.</strong> Team standups, async loom-style recordings, calls with collaborators already in your Workspace — Meet, if it&#x27;s easier.</li>
<li><strong>Long-term storage.</strong> Google Drive, in folders organized by client or program.</li>
</ul>
<p>The benefit of decoupling meeting from storage is that you stop having to pick a side. A client who hates installing apps gets a Zoom link in the browser; a colleague already in Workspace gets a Meet link; both recordings end up in Drive, where you can organize them under whatever folder structure you already use — alongside the contract, the invoice, and the session notes.</p>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Before you consolidate</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><p>If you&#x27;re seriously considering dropping Zoom for Meet recording, sanity-check these first:</p><ul>
<li><strong>Client comfort.</strong> Are all your current clients comfortable joining Meet links, including those without Google accounts?</li>
<li><strong>Workspace tier.</strong> Does your current plan actually include recording, or would you need to upgrade?</li>
<li><strong>Feature parity.</strong> Do you use any breakout, registration, or webinar feature in Zoom that Meet doesn&#x27;t have an equivalent for?</li>
<li><strong>Seat math.</strong> Does Workspace per-user × team size actually beat what you pay Zoom today?</li>
</ul><p>If even one of these is a &quot;not sure,&quot; the hybrid is almost certainly cheaper than the switch.</p></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow exists for the hybrid. If you keep meeting on Zoom — because your clients expect it, because breakouts matter, because the link just works — RecordFlow puts every cloud recording into a Drive folder you choose, within minutes of the meeting ending. Passcode-protected sessions and multi-hour calls go through the same path. You get Drive as the storage layer without having to change a thing about how meetings actually happen.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Keep your meeting tool. Put the recordings where they belong.</p><p class="mt-2 text-sm text-text-secondary">Sign in with Zoom, pick a Google Drive folder, and every recording from that point on lands there automatically. About 60 seconds of setup, free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-meet</category>
      <category>google-drive</category>
      <category>recording</category>
    </item>
    <item>
      <title>The Free Storage Most Nonprofits Forget About (and How to Use It for Zoom Recordings)</title>
      <link>https://recordflow.org/blog/nonprofit-zoom-recordings-google-drive/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/nonprofit-zoom-recordings-google-drive/</guid>
      <description>Workspace for Nonprofits includes 100 TB of pooled Google Drive storage. Most NGOs still pay Zoom for cloud recording space they don't need. Here's the fix.</description>
      <content:encoded><![CDATA[<p>An NGO board meeting recording vanishes a month after the AGM — the executive director changed roles, the license rotated to someone else, and the cloud copy is now gated behind an admin screen no one on the new team can reach. The recording was the only contemporaneous record of a vote that&#x27;s now being asked about. This is the version of &quot;Zoom storage almost full&quot; that nonprofits hit, and it&#x27;s avoidable.</p>
<p>RecordFlow exists because I watched this happen at a Polish watchdog NGO I work with — a recording of a board vote went missing exactly when someone asked to see it, and there was no good answer. The fix isn&#x27;t a bigger Zoom plan. It&#x27;s the 100 TB of Google Drive storage your nonprofit may already have, sitting unused.</p>
<h2 id="google-workspace-for-nonprofits-and-zoom-the-100-tb-no-one-talks-about"><a href="#google-workspace-for-nonprofits-and-zoom-the-100-tb-no-one-talks-about">Google Workspace for Nonprofits and Zoom: the 100 TB no one talks about</a></h2>
<p><a href="https://www.google.com/nonprofits/offerings/workspace/" rel="noopener noreferrer" target="_blank">Workspace for Nonprofits</a> is Google&#x27;s free tier for eligible organisations: $0 per user, <a href="https://support.google.com/a/answer/172541" rel="noopener noreferrer" target="_blank">100 TB of pooled storage across the org</a>, Gmail with your domain, Drive, Calendar, and Meet. Eligibility runs through <a href="https://support.google.com/nonprofits/answer/12016036" rel="noopener noreferrer" target="_blank">Goodstack verification</a> (Google&#x27;s global validation partner, formerly Percent) — usually a few business days to a couple of weeks once your paperwork is in.</p>
<p>100 TB is enough headroom that most small and mid-sized nonprofits will never touch it. A team of 15 recording every board meeting, every training session, and every community call in HD won&#x27;t fill 5 TB in a decade. And yet the same organisations routinely pay Zoom for <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">add-on storage — $10/month for 30 GB, up to $500/month for 5 TB</a> — because the <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">10 GB per licensed user that Zoom Pro and Business pool at the account level</a> runs out faster than you&#x27;d think (a four-person nonprofit on Pro shares a 40 GB pool — one long quarterly AGM and a few training sessions get you most of the way there). It&#x27;s the budget equivalent of renting a storage unit while the basement sits empty. For the broader cost/retention math, the <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Zoom Cloud vs Google Drive comparison</a> lays it out side-by-side.</p>
<h2 id="why-nonprofits-especially-need-a-recording-archive"><a href="#why-nonprofits-especially-need-a-recording-archive">Why nonprofits especially need a recording archive</a></h2>
<p>For an accountability-minded NGO the recording isn&#x27;t a souvenir, it&#x27;s evidence:</p>
<ul>
<li><strong>Board meetings and AGMs.</strong> Members and regulators occasionally ask to see how a decision was made. The minutes are the formal record; the recording is the unambiguous one.</li>
<li><strong>Training and onboarding.</strong> Staff turnover at small NGOs is higher than at most for-profits. The two-hour onboarding call you ran in March is the cheapest way to onboard the person who joins in September — if you can still find it.</li>
<li><strong>Community calls and consultations.</strong> Funders increasingly want to see participation evidence. A recording disappearing six months after the call closes a door you&#x27;d want open.</li>
<li><strong>Reach beyond the live call.</strong> The people who watch the recording a week or a year later aren&#x27;t competitors — they&#x27;re often the supporters you most wanted to reach. A file in Drive can be embedded on the website, linked from a newsletter, or shared with a partner org; a Zoom share link with &quot;require authentication to view&quot; quietly cannot. Well-organised archives are how a single hour of staff time keeps compounding into impact.</li>
<li><strong>Transparency obligations.</strong> Watchdog organisations, public-interest groups, and grant-funded projects often have explicit retention obligations. &quot;We had it but Zoom auto-deleted it after 120 days&quot; is not an answer that satisfies an auditor.</li>
</ul>
<p>Zoom Cloud is built around the meeting that produced the file. Once the meeting ends, the recording is, in product terms, a notification you&#x27;ve already acted on. When the storage cap fills, new cloud recordings simply stop being saved; existing files aren&#x27;t auto-purged to make room. <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">Auto-delete policies</a> tidy things up on a schedule (deletions land in Trash for 30 days before permanent removal, so a recent misfire is recoverable). Licenses rotate between users when a team is small. None of that is malicious; all of it loses recordings.</p>
<h2 id="what-workspace-for-nonprofits-wont-do-record-meet-calls"><a href="#what-workspace-for-nonprofits-wont-do-record-meet-calls">What Workspace for Nonprofits won&#x27;t do: record Meet calls</a></h2>
<p>The free Workspace for Nonprofits tier <a href="https://support.google.com/meet/answer/9308681" rel="noopener noreferrer" target="_blank">doesn&#x27;t include cloud recording in Google Meet</a>. You&#x27;d need the Business Standard upgrade (heavily discounted for nonprofits — around $3.50/user/month on an annual commitment — but not zero) to record natively in Meet. Zoom itself also offers a nonprofit discount via <a href="https://www.zoom.com/en/nonprofits/" rel="noopener noreferrer" target="_blank">Zoom Cares</a> — up to 50% off paid plans for eligible organisations — but storage add-ons aren&#x27;t free at that tier either, so the underlying math doesn&#x27;t change.</p>
<p>The obvious follow-up question is <em>can we upgrade only the two or three people who actually need to record?</em> For a small association with low membership fees, or an org built around volunteers who bring their own Google accounts, paying for the whole roster to scratch the recording itch of a few staff makes no sense. Unfortunately, Google&#x27;s own upgrade documentation is explicit on this point: <a href="https://knowledge.workspace.google.com/admin/billing/upgrade-from-google-workspace-for-nonprofits" rel="noopener noreferrer" target="_blank">&quot;When you upgrade, everyone in your Google Workspace account gets the same subscription&quot;</a>. Partial-domain or per-user licensing for Workspace for Nonprofits isn&#x27;t supported through the standard self-serve upgrade path. A Google Cloud reseller can sometimes provision mixed editions, but that moves billing and admin out of the self-serve console — rarely worth the overhead for an NGO that needs two or three recording seats.</p>
<p>So for most NGOs the calculation lands here: Zoom is already the meeting tool the board, the donors, and the community use; switching the meeting platform to chase free recording is not the win it sounds like, and partially upgrading Workspace to get Meet recording for the handful of users who need it isn&#x27;t actually on the menu.</p>
<p>The cheaper move is to keep Zoom as the meeting tool, and let Drive be the archive. Record in Zoom, store in Drive automatically, retire the Zoom storage add-on. You get the platform everyone already knows, the free archive you&#x27;re already entitled to, and one fewer line item on the operating budget.</p>
<h2 id="the-simplest-workflow"><a href="#the-simplest-workflow">The simplest workflow</a></h2>
<ol>
<li><strong>Apply for Workspace for Nonprofits</strong> if you haven&#x27;t already, via <a href="https://www.google.com/nonprofits/account/signup/" rel="noopener noreferrer" target="_blank">Google&#x27;s nonprofit application</a> — Google routes verification through Goodstack globally. Approval typically takes a few business days to a couple of weeks; nothing else on this list needs to wait.</li>
<li><strong>Turn on cloud recording in Zoom.</strong> Zoom Settings → Recording → <strong>Cloud recording</strong> must be on. Without it, recordings only save to whichever laptop hosted the meeting.</li>
<li><strong>Create a dedicated Drive folder.</strong> <code>/Board Meetings/</code> or <code>/Recordings/2026/</code> — a shared drive is ideal for nonprofits because it survives staff turnover (files in a shared drive don&#x27;t disappear when the original owner leaves).</li>
<li><strong>Connect an automation that copies Zoom recordings into that folder.</strong> <a href="https://recordflow.org/">RecordFlow</a> is built for exactly this; the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">companion how-to</a> walks through the setup.</li>
<li><strong>Let Zoom&#x27;s auto-delete do its job.</strong> Once you&#x27;ve watched a few backups land safely in Drive, turn on Zoom&#x27;s retention policy at 30 or 60 days. The Zoom add-on storage becomes unnecessary.</li>
</ol>
<h2 id="what-to-check-before-you-turn-off-the-zoom-add-on"><a href="#what-to-check-before-you-turn-off-the-zoom-add-on">What to check before you turn off the Zoom add-on</a></h2>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Troubleshooting checklist</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><p>Before you cancel the Zoom storage add-on, verify the new pipeline on a few real meetings. Most missing-backup reports come down to one of these:</p><ul>
<li>The recording was saved locally to a host&#x27;s laptop, not to the cloud. Check Zoom Settings → Recording for every licensed host, not just the admin.</li>
<li>The licensed host wasn&#x27;t the meeting host. Cloud recording follows the license; an unlicensed host won&#x27;t generate a cloud recording.</li>
<li>The Drive folder is owned by a personal account that leaves with the staff member. Move the destination into a shared drive.</li>
<li>The Google OAuth token expired (typically after a long break or a password reset). Re-authorise in the automation&#x27;s dashboard.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow does one thing: the moment Zoom marks a cloud recording ready, RecordFlow copies it — video, audio, transcript, chat log — into a Google Drive folder you choose. Setup is sign in with Zoom, connect Drive, pick a folder; about 60 seconds. Passcode-protected board meetings, multi-hour AGMs, and large files all work the same way. A webhook plus an hourly sweep catches anything Zoom&#x27;s notification didn&#x27;t deliver. RecordFlow is free during beta.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Use the 100 TB you already have.</p><p class="mt-2 text-sm text-text-secondary">Pick a Google Drive folder once. Every Zoom recording — board meetings, AGMs, community calls, trainings — lands in your nonprofit&#x27;s Drive automatically. Free during beta, which matters when the budget is tight.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Connect Zoom and Drive — 60 seconds</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>nonprofit</category>
    </item>
    <item>
      <title>Google Drive vs Zoom Cloud: Where Your Meeting Recordings Should Live</title>
      <link>https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/</guid>
      <description>Zoom Cloud vs Google Drive for meeting recordings: real costs, retention rules, sharing, and where your recordings should actually live.</description>
      <content:encoded><![CDATA[<p>The &quot;Zoom storage almost full&quot; email is the moment most coaches realize their client recordings — the actual deliverable, the thing they re-watch before next week&#x27;s session — have been sitting in a place that was never designed to keep them long-term. The real Zoom Cloud vs Google Drive question isn&#x27;t <em>should I clean up Zoom storage</em>. It&#x27;s <em>where should these recordings live in the first place?</em></p>
<p>This post is the honest comparison for solo coaches, consultants, online educators, and small teams already on a paid Zoom plan and a Google account. Four things consistently make Google Drive the better long-term home for your recordings, and we&#x27;ll also flag the cases where Zoom Cloud is the right call.</p>
<p>If you&#x27;re already convinced and just want the workflow, the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">companion guide on backing up Zoom recordings to Google Drive automatically</a> walks through the setup.</p>
<h2 id="why-this-question-matters"><a href="#why-this-question-matters">Why this question matters</a></h2>
<p>Zoom Cloud is built around a meeting. Once the meeting ends, the recording is, in Zoom&#x27;s product terms, a notification artifact: it tells you it&#x27;s ready, points you at it, and assumes you&#x27;ve moved on. For a coach, a therapist, or a tutor, that recording isn&#x27;t an artifact. It&#x27;s work product. It&#x27;s the thing the client paid for, the reference for next session, the piece of evidence you might need 18 months from now if a relationship goes sideways.</p>
<p>Storing work product in a tool optimized for &quot;archive and forget&quot; is the source of most missing-recording stories. The fix is to treat the recording like a document and put it where you keep documents.</p>
<h2 id="how-much-does-zoom-cloud-storage-actually-cost"><a href="#how-much-does-zoom-cloud-storage-actually-cost">How much does Zoom cloud storage actually cost?</a></h2>
<p>Zoom&#x27;s add-on cloud storage is priced per gigabyte. The cheapest published <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">Zoom storage add-on</a> is roughly $10 a month for 30 GB. Higher tiers exist; the per-GB rate doesn&#x27;t get dramatically better.</p>
<p>Google&#x27;s storage is priced per terabyte. <a href="https://one.google.com/about/plans" rel="noopener noreferrer" target="_blank">Google One</a> Premium is $99.99 a year for 2 TB, which works out to under $0.005 per GB per month. Workspace plans bundle even more: 30 GB on Starter, <a href="https://workspace.google.com/pricing.html" rel="noopener noreferrer" target="_blank">2 TB pooled per user on Standard</a>, 5 TB on Plus.</p>
<p>Three concrete scenarios make the gap concrete:</p>
<ul>
<li><strong>Solo coach, Zoom Pro, 15 sessions a week.</strong> A typical hour of HD recording is a few hundred megabytes once Zoom&#x27;s compression finishes, so 60 sessions a month adds up fast and the <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">10 GB pool included with Zoom Pro and Business</a> is gone before quarter-end. Buying the cheapest add-on costs another $10 a month. The same coach&#x27;s Google One 100 GB plan is around $2 a month, and a 2 TB plan would be enough recordings for years.</li>
<li><strong>Ten-person consultancy on Workspace Standard.</strong> Already paying for ~20 TB of pooled Drive storage that&#x27;s mostly empty. Recording every client call into Zoom Cloud and paying for an add-on is asking the business to pay for storage twice.</li>
<li><strong>Nonprofit on <a href="https://www.google.com/nonprofits/offerings/workspace/" rel="noopener noreferrer" target="_blank">Workspace for Nonprofits</a>.</strong> The base tier is free and the Standard upgrade is heavily discounted; the marginal cost of storing recordings on Drive is effectively zero.</li>
</ul>
<figure class="not-prose my-8"><img src="https://recordflow.org/blog-figures/google-drive-vs-zoom-cloud-storage-cost.svg" alt="Bar chart of annual storage cost for about 40 GB of Zoom recordings: Zoom Pro plus the cheapest 30 GB add-on costs $120 a year, Google One Basic at 100 GB costs about $24 a year, and Google Workspace Standard adds zero marginal cost because 2 TB of pooled Drive storage is already bundled." width="1200" height="620" loading="lazy" decoding="async" class="w-full rounded-lg border border-border"/><figcaption class="mt-2 text-center text-sm text-text-secondary">Same 40 GB of recordings, three storage destinations. Zoom prices the cheapest add-on per gigabyte; the Google plans bundle storage you may already pay for.</figcaption></figure>
<p>For most readers, the right comparison isn&#x27;t &quot;Zoom add-on vs Google One.&quot; It&#x27;s &quot;Zoom add-on vs storage we already pay for and don&#x27;t use.&quot; That&#x27;s not a fair fight.</p>
<h2 id="does-google-drive-auto-delete-recordings"><a href="#does-google-drive-auto-delete-recordings">Does Google Drive auto-delete recordings?</a></h2>
<p>No. Google Drive doesn&#x27;t auto-delete files. Anything you put in Drive stays until you (or someone with access) explicitly deletes it, and even then <a href="https://support.google.com/drive/answer/2375102" rel="noopener noreferrer" target="_blank">Trash retains deleted items for 30 days</a> before final removal. That&#x27;s the right default for work product.</p>
<p>Zoom Cloud has a few ways recordings disappear that surprise people. When the storage cap fills, Zoom <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">blocks new cloud recordings</a> until space is freed or the plan is upgraded. Account owners can also turn on <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">auto-delete after a configurable number of days</a> — useful for hygiene, painful when you forget the policy is on. License rotations between users in a small team can leave recordings stranded under an admin-only view that the original host can no longer reach.</p>
<h2 id="what-about-sharing-recordings-with-clients"><a href="#what-about-sharing-recordings-with-clients">What about sharing recordings with clients?</a></h2>
<p>Zoom share links can be public-with-passcode, but in many account configurations the host has toggled on &quot;require authentication to view,&quot; which locks out clients who don&#x27;t have a Zoom account. The link UI is built around the meeting it came from, not the long-running asset it produced.</p>
<p>Drive sharing is the same workflow your clients already use for proposals, contracts, and invoices: link or email, viewer or commenter, <a href="https://support.google.com/a/users/answer/9308868" rel="noopener noreferrer" target="_blank">optional expiry</a>, revoke any time. No new account, no learning curve, no &quot;I can&#x27;t get into the recording from last week.&quot; If you charge for content (recorded courses, group programs, replay-only sessions), Drive&#x27;s permission model also lets you bind access to a paying email list rather than a static link.</p>
<h2 id="where-do-your-recordings-need-to-be-reachable"><a href="#where-do-your-recordings-need-to-be-reachable">Where do your recordings need to be reachable?</a></h2>
<p>The most underrated benefit. Once a recording lives in Drive, it shows up in Drive search, sits next to the client&#x27;s other files, and is reachable by every transcript, search, and editing tool that integrates with Drive. Want to find that one session from eight months ago where the client mentioned their co-founder? You can grep Drive across a year of transcripts and find it in a second. Recordings stuck in Zoom Cloud are reachable by Zoom-aware tools and almost nothing else.</p>
<p>If you ever migrate off Zoom — to Meet, to Teams, to a webinar platform, to in-person — the archive stays put.</p>
<h2 id="when-zoom-cloud-is-the-right-answer"><a href="#when-zoom-cloud-is-the-right-answer">When Zoom Cloud is the right answer</a></h2>
<p>Three situations where keeping recordings in Zoom Cloud is the right call:</p>
<ul>
<li><strong>You need the share link 30 seconds after the meeting ends.</strong> Zoom Cloud is faster to a shareable URL than any pipeline that copies the file somewhere else.</li>
<li><strong>Your compliance posture is built around a vendor-specific BAA or contract</strong> that doesn&#x27;t extend to your Drive setup. Don&#x27;t break a working compliance story to save $10 a month.</li>
<li><strong>You&#x27;re a solo user, very low volume, comfortably under any cap, and you don&#x27;t share recordings.</strong> The convenience of &quot;it&#x27;s just there&quot; is real, and there&#x27;s no problem to solve.</li>
</ul>
<p>If none of those apply, the rest of this post applies.</p>
<h2 id="what-changes-when-you-move-to-drive"><a href="#what-changes-when-you-move-to-drive">What changes when you move to Drive</a></h2>
<p>The mechanics of recording don&#x27;t change. Zoom keeps recording to its cloud, processes the file, and notifies. What changes is that as soon as the recording is ready, it&#x27;s copied into a Drive folder you control, and from that point on Drive is the source of truth. You can let Zoom&#x27;s own auto-delete policy remove the Zoom copy on whatever schedule you prefer, knowing Drive has it — the <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">safe order is back up, verify, then delete</a>.</p>
<p>Doing the copy by hand is the most fragile part of this. It&#x27;s the step that breaks when you have a busy week. The <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">companion how-to post</a> walks through automating it.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p><a href="https://recordflow.org/">RecordFlow</a> does one thing: the moment Zoom marks a cloud recording ready, RecordFlow copies it (along with the audio file, transcript, and chat log Zoom generates) into a Google Drive folder you choose. Setup is sign in with Zoom, connect Drive, pick a folder — about 60 seconds. Passcode-protected sessions, multi-hour calls, and large files all work the same way. Once you&#x27;ve watched a few backups land safely, you can let Zoom&#x27;s auto-delete remove its copy on schedule and stop paying for storage you don&#x27;t need.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Move your archive somewhere built to keep it.</p><p class="mt-2 text-sm text-text-secondary">Pick a Google Drive folder once. Every Zoom recording from that point on lands there automatically — passcode-protected calls and multi-hour sessions included. Free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Start backing up free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>storage</category>
    </item>
    <item>
      <title>How to Automatically Back Up Zoom Recordings to Google Drive</title>
      <link>https://recordflow.org/blog/backup-zoom-recordings-google-drive/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/backup-zoom-recordings-google-drive/</guid>
      <description>Set up a Zoom to Google Drive integration that backs up every cloud recording automatically — no manual uploads, no storage add-ons. Step-by-step guide.</description>
      <content:encoded><![CDATA[<p>If you just opened a &quot;Zoom storage almost full&quot; email, the fix isn&#x27;t to pay Zoom more for cloud space. The cheaper, more permanent move is to back up Zoom recordings to Google Drive automatically, using a folder you already own.</p>
<p>Still weighing whether Drive is the right destination at all? The companion post <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Google Drive vs Zoom Cloud: Where Your Meeting Recordings Should Live</a> makes the case side-by-side. This post is the <em>how</em>.</p>
<p>Zoom cloud recordings stay in your account until your storage quota fills up — or until an admin-set auto-delete policy removes them. The <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">10 GB included with Zoom Pro and Business plans</a> sounds like a lot, but a coach recording 15 sessions a week still fills it in a few months. Zoom&#x27;s escape hatch is <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">paid storage add-ons — 30 GB for $10/mo, 200 GB for $40/mo, 1 TB for $100/mo, 5 TB for $500/mo</a> — and that&#x27;s wasteful spend when your Google Workspace already comes with Drive storage you aren&#x27;t using. Some organizations also turn on a 30, 60, 90, or 120-day auto-delete for storage hygiene, which tightens the window further. Either way, recordings aren&#x27;t something you can count on finding a year from now.</p>
<p>The good news: you don&#x27;t have to copy them manually. Here&#x27;s the path solo professionals, consultants, and small teams use to put Zoom recordings into Google Drive automatically, within minutes of a meeting ending.</p>
<h2 id="what-you-need"><a href="#what-you-need">What you need</a></h2>
<ol>
<li>A paid Zoom plan (Pro, Business, Business Plus, or Enterprise) — cloud recording is disabled on free plans.</li>
<li>Cloud recording turned on in your Zoom account settings.</li>
<li>A Google Drive (personal or shared) with enough free space.</li>
<li>An automation service that runs reliably on large recordings and password-protected calls — <a href="https://recordflow.org/">RecordFlow</a> is built for exactly this workflow.</li>
</ol>
<h2 id="step-1--verify-cloud-recording-is-on"><a href="#step-1--verify-cloud-recording-is-on">Step 1 — Verify cloud recording is on</a></h2>
<p>In Zoom Settings → Recording → <strong>Cloud recording</strong> should be toggled on. Without this, Zoom saves recordings to your local machine instead, and no cloud-based automation can see them.</p>
<h2 id="step-2--connect-the-automation-to-zoom"><a href="#step-2--connect-the-automation-to-zoom">Step 2 — Connect the automation to Zoom</a></h2>
<p>Install the automation&#x27;s Zoom App (for RecordFlow, this is a one-click install from the <a href="https://marketplace.zoom.us/apps/E8aZd61sTUK1ateRlO9r7A" rel="noopener noreferrer" target="_blank">Zoom App Marketplace</a>). Zoom will ask you to authorize read access to your cloud recordings. This uses Zoom&#x27;s OAuth flow — you&#x27;re not sharing your password.</p>
<h2 id="step-3--connect-google-drive"><a href="#step-3--connect-google-drive">Step 3 — Connect Google Drive</a></h2>
<p>The same tool asks you to sign into Google and choose which Drive folder to target. Pick a dedicated folder (<code>/Zoom Recordings/</code>, say) so backups don&#x27;t mingle with other files.</p>
<h2 id="step-4--record-your-next-meeting-to-the-cloud"><a href="#step-4--record-your-next-meeting-to-the-cloud">Step 4 — Record your next meeting to the cloud</a></h2>
<p>When the meeting ends, Zoom processes the recording. For a typical one-hour call this takes a few minutes; multi-hour sessions can take longer. Once Zoom marks the recording ready, the automation kicks in, copies each file to your Drive, and the files appear in the folder you selected.</p>
<p>Expect the video, audio-only file, and any transcript or chat log Zoom generates to land in Drive within minutes of the recording being ready.</p>
<h2 id="what-to-check-when-a-backup-goes-missing"><a href="#what-to-check-when-a-backup-goes-missing">What to check when a backup goes missing</a></h2>
<aside class="not-prose my-6 rounded-lg border-l-4 border-warning bg-warning/10 p-4 text-sm text-text" role="note"><p class="mb-1 font-semibold uppercase tracking-wide text-xs text-text-secondary">Troubleshooting checklist</p><div class="prose prose-sm max-w-none [&amp;&gt;p:first-child]:mt-0 [&amp;&gt;p:last-child]:mb-0 [&amp;_ul]:list-disc [&amp;_ul]:pl-5 [&amp;_ol]:list-decimal [&amp;_ol]:pl-5 [&amp;_li]:my-1"><p>If a recording didn&#x27;t arrive in Drive, check these first — most missing-backup reports come down to one of them:</p><ul>
<li>The recording was saved locally, not to the cloud. Check Zoom Settings → Recording.</li>
<li>The meeting was too short for Zoom to produce a cloud recording (very brief calls sometimes don&#x27;t generate one).</li>
<li>The host wasn&#x27;t licensed for cloud recording when the meeting ran (admins occasionally rotate licenses between users).</li>
<li>Google Drive ran out of space (upgrade the plan, or pick a shared Drive).</li>
<li>The Google OAuth token expired. Re-authorize in the automation&#x27;s dashboard.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow is purpose-built for this one job: back up Zoom recordings to Google Drive. Setup is sign in with Zoom, connect Drive, pick a folder — about 60 seconds. After that, every cloud recording lands in Drive within minutes of Zoom marking it ready, including passcode-protected sessions and multi-hour calls. If a transfer fails it retries automatically, and an hourly safety check sweeps up anything Zoom&#x27;s notification didn&#x27;t reach us about. Once you trust the backup, you can let Zoom delete its copy on schedule and stop paying for storage you don&#x27;t need.</p>
<div class="not-prose my-8 rounded-xl border border-border bg-surface-alt p-6"><p class="text-lg font-semibold text-text">Stop downloading Zoom recordings by hand.</p><p class="mt-2 text-sm text-text-secondary">Install RecordFlow from the Zoom Marketplace, pick a Google Drive folder, and every recording from that point on lands in Drive automatically. Setup takes about 60 seconds and it&#x27;s free during beta.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/sign-in/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Get started free</a><a href="https://recordflow.org/blog/" class="text-sm font-medium text-primary hover:text-primary-dark">Read more on the blog →</a></div></div>]]></content:encoded>
      <pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>backup</category>
    </item>
  </channel>
</rss>
