<?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/" xmlns:media="http://search.yahoo.com/mrss/">
  <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, 04 Sep 2026 12:41:37 GMT</lastBuildDate>
    <item>
      <title>Turn Zoom Lecture Recordings Into NotebookLM Study Guides</title>
      <link>https://recordflow.org/blog/zoom-lecture-notebooklm-study-guides/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-lecture-notebooklm-study-guides/</guid>
      <description>Zoom hands students a raw .vtt file. Here's how to turn a lecture recording into a clean Google Doc transcript and a Gemini Notebook (NotebookLM) study guide.</description>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-lecture-notebooklm-study-guides.png" length="209993" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-lecture-notebooklm-study-guides.png" fileSize="209993" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Turn Zoom Lecture Recordings Into NotebookLM Study Guides</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-lecture-notebooklm-study-guides.png" fileSize="85098" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Turn Zoom Lecture Recordings Into NotebookLM Study Guides</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-lecture-notebooklm-study-guides.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-lecture-notebooklm-study-guides.png" alt="Turn Zoom Lecture Recordings Into NotebookLM Study Guides" width="1600" height="893" /></p>
<p>It&#x27;s the night before the exam, and the material isn&#x27;t in your notes — it&#x27;s scattered across nine weeks of recorded lectures you never had time to rewatch. Or you&#x27;re the instructor, and a student has just asked whether you could &quot;maybe put together a study guide&quot; from six sessions you already ran live and don&#x27;t have the hours to summarize again. Either way, the material already exists. It&#x27;s just trapped in video form, one recording at a time.</p>
<p><a href="https://notebooklm.google.com/" rel="noopener noreferrer" target="_blank">Gemini Notebook</a> — Google&#x27;s tool for asking questions of and generating study material from your own documents, renamed from NotebookLM in July 2026 (<a href="https://workspaceupdates.googleblog.com/2026/07/notebooklm-now-gemini-notebook.html" rel="noopener noreferrer" target="_blank">same product, same URL, new name</a>) — can turn a lecture into a study guide on demand. The catch is what it can actually read. This post covers the one step that has to happen first — getting a real, readable transcript into Drive — and then the two workflows built on top of it: a study guide from one lecture, and a study guide spanning a whole course.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom&#x27;s own transcript is a <code>.vtt</code> caption file — a W3C-standardized format built for a video player&#x27;s caption track, not for reading: every few seconds of speech is its own numbered cue with a start and end timestamp, and no paragraph breaks. Gemini Notebook&#x27;s source picker doesn&#x27;t accept a raw <code>.vtt</code> file, and a Zoom Cloud link won&#x27;t reliably fare any better — it takes Google Docs, Slides, Sheets, PDFs, and a broad set of other file and web-source types, but a caption file isn&#x27;t one of them. <a href="https://support.google.com/notebooklm/answer/16206563?hl=en" rel="noopener noreferrer" target="_blank">Google&#x27;s own Gemini Notebook documentation</a> covers what a notebook accepts as a source and what the Studio panel can generate from it.</p>
<p>The <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">deep-dive on converting Zoom transcripts to Google Docs</a> covers exactly what Zoom&#x27;s raw file looks like and why it&#x27;s a dead end for AI tools — this post picks up from there and assumes you&#x27;re already convinced. Until the lecture&#x27;s content exists as one of the file types Gemini Notebook actually reads, there&#x27;s no study guide to generate.</p>
<h2 id="how-to-fix-it"><a href="#how-to-fix-it">How to fix it</a></h2>
<ol>
<li><strong>Get the transcript into Drive as a clean Google Doc, not just the raw <code>.vtt</code>.</strong> RecordFlow uploads both automatically for every synced recording: the original <code>.vtt</code> untouched, and a native Google Doc with cue numbers stripped, consecutive lines from the same speaker merged into paragraphs, and each paragraph opening with a rounded <code>[HH:MM:SS]</code> timestamp and the speaker&#x27;s name in bold. If you haven&#x27;t set the backup itself 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> covers the 60-second setup, and the <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">deep-dive on converting Zoom transcripts to Google Docs</a> covers exactly what changes in that conversion.</li>
<li><strong>Open Gemini Notebook and add the transcript Doc as a source.</strong> In a new or existing notebook, choose &quot;Add sources,&quot; pick Google Drive, and select the lecture&#x27;s transcript Doc. RecordFlow names each meeting folder with the recording&#x27;s date and the meeting topic, which is what lets you tell one week&#x27;s lecture apart from another in the source picker.</li>
<li><strong>Generate the study guide from the Studio panel.</strong> Choose the report option and pick &quot;study guide&quot; (alongside FAQ and briefing document as the other built-in report types) — Gemini Notebook grounds the output in the source you added and cites the part of the transcript each section comes from, so a claim in the guide traces back to the moment in the lecture that supports it.</li>
<li><strong>For a whole course, add every session&#x27;s transcript Doc to the same notebook first.</strong> A study guide generated from one notebook only reflects the sources sitting in it — the same principle behind <a href="https://recordflow.org/blog/zoom-recordings-ai-knowledge-base/">turning a folder of transcripts into a queryable knowledge base</a>. Add the transcript Docs for every lecture in the unit or term before generating the report, and the guide spans the whole course instead of a single session — useful for a final-exam guide that has to draw across nine weeks, not just the most recent one.</li>
</ol>
<p>If the course is a recurring Zoom meeting, naming it with a shared prefix — <code>BIO 201/Week 6</code> — lets RecordFlow collect every session&#x27;s recording and transcript into one shared class folder automatically instead of a new folder each week, so building a term&#x27;s worth of Gemini Notebook sources is adding one folder, not hunting down nine separate Docs. It&#x27;s off by default and only applies to future syncs. <a href="https://recordflow.org/documentation/users/#series-folders">Full mechanics.</a></p>
<p>Study guides are one workflow among several that open up once a lecture is in Drive — the <a href="https://recordflow.org/blog/use-zoom-recordings-google-workspace/">ecosystem overview of Zoom recordings in Google Workspace</a> covers what Docs, Gemini Notebook, and Vids can each do with the same archived recording.</p>
<h2 id="what-to-check-if-something-goes-wrong"><a href="#what-to-check-if-something-goes-wrong">What to check if something goes 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">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 transcript Doc won&#x27;t add as a source.</strong> You&#x27;re pointing Gemini Notebook at the raw <code>.vtt</code> file instead of the Google Doc. Open the meeting&#x27;s Drive folder and look for the Doc RecordFlow uploads alongside the <code>.vtt</code> — that&#x27;s the one the source picker accepts.</li>
<li><strong>The study guide only covers part of the term.</strong> Gemini Notebook only draws from sources actually added to that notebook. A week&#x27;s transcript you forgot to add is invisible to the report, even if it&#x27;s sitting in the same Drive folder.</li>
<li><strong>An older lecture has no transcript Doc at all.</strong> Doc uploads were backfilled for recordings synced before the feature shipped, but confirm the session actually had a transcript enabled in Zoom — RecordFlow can&#x27;t generate a Doc from a transcript Zoom never produced.</li>
<li><strong>You can&#x27;t tell which transcript is which while adding sources.</strong> That&#x27;s a naming problem, not a Gemini Notebook problem — don&#x27;t rename RecordFlow&#x27;s meeting folders; the date-plus-topic name is what disambiguates the picker once you&#x27;re several weeks deep.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow isn&#x27;t the study tool here — Gemini Notebook is. RecordFlow&#x27;s job stops one step earlier: sign in with Zoom, connect Drive, pick a folder — about 60 seconds — and from then on every lecture recording lands there automatically, transcript included as both the raw <code>.vtt</code> and a readable Google Doc, in a folder named by date and topic. RecordFlow never reads or summarizes what&#x27;s in the transcript — it copies the file into a Drive folder you own and stops there; what Gemini Notebook builds from it after that runs on your own Google account. That combination — every session archived without anyone re-uploading anything, and transcribed into a document Gemini Notebook can actually read — is what makes &quot;generate a study guide for the whole course&quot; a five-minute task instead of a rewatch.</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 lectures where Gemini Notebook can turn them into study guides.</p><p class="mt-2 text-sm text-text-secondary">Pick a Google Drive folder once. Every recording lands there automatically with a clean Google Doc transcript, ready to add as a Gemini Notebook source. 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, 04 Sep 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>education</category>
      <category>topic-ai</category>
    </item>
    <item>
      <title>Recording Health &amp; Wellness Coaching Sessions So Clients Can Rewatch Their Progress</title>
      <link>https://recordflow.org/blog/session-recordings-health-wellness-coaches/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/session-recordings-health-wellness-coaches/</guid>
      <description>PT, fitness, and wellness coaches record sessions clients rewatch between visits. Here's how to keep every session findable, not just recorded.</description>
      <enclosure url="https://recordflow.org/blog-heroes/session-recordings-health-wellness-coaches.jpg" length="19174" type="image/jpeg" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/session-recordings-health-wellness-coaches.jpg" fileSize="19174" type="image/jpeg" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Recording Health &amp; Wellness Coaching Sessions So Clients Can Rewatch Their Progress</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/session-recordings-health-wellness-coaches.png" fileSize="103895" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Recording Health &amp; Wellness Coaching Sessions So Clients Can Rewatch Their Progress</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/session-recordings-health-wellness-coaches.jpg" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/session-recordings-health-wellness-coaches.jpg" alt="Recording Health &amp; Wellness Coaching Sessions So Clients Can Rewatch Their Progress" width="1600" height="893" /></p>
<p>A client emails between sessions: &quot;Can you send me Thursday&#x27;s video? I want to check I&#x27;m doing the exercise right before I do it again tonight.&quot; You go looking. Maybe the recording already aged out under a retention setting you configured months ago and forgot about. Maybe it&#x27;s sitting in a folder of forty files Zoom named &quot;Zoom Meeting&quot; and a date, with nothing to say which one was theirs. Either way, you&#x27;re now explaining why the thing they actually need — not a memory of the session, the session itself — isn&#x27;t there.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>In a lot of coaching relationships, a recording is a nice-to-have. In physical therapy, fitness coaching, and wellness/movement work, it&#x27;s closer to load-bearing. A client doing home exercises between PT visits needs to check they&#x27;re loading the joint the way you showed them, not the way they remember it three days later. A fitness client repeating a lift on their own wants to see their form next to yours, not guess. A wellness or movement client working through a multi-week protocol needs the actual sequence you walked them through, in order, not a paraphrase. The session isn&#x27;t a record of work that already happened — it&#x27;s a reference the client goes back to while doing the work.</p>
<p>That only holds up if two things are true: the recording still exists when they go looking for it, and they can actually find the right one. Zoom&#x27;s cloud storage isn&#x27;t built for either. Most paid plans pool a limited amount of storage across the whole account (<a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">full breakdown by plan</a>), and account owners can turn on an <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">automatic deletion setting</a> that clears recordings after a set number of days — useful for housekeeping, quietly disastrous if a client&#x27;s home-exercise reference disappears mid-program because someone (possibly a past you) turned it on and moved on. And a multi-week program generates a recording every session, all landing in the same undifferentiated pile unless the meeting titles say whose program they belong to.</p>
<h2 id="naming-and-finding-sessions-program-by-program"><a href="#naming-and-finding-sessions-program-by-program">Naming and finding sessions, program by program</a></h2>
<p>Two habits do most of the work, and neither requires reorganizing anything after the fact:</p>
<ol>
<li><strong>Put the client or program in the Zoom meeting title, not just the date — with a slash if you want it grouped automatically.</strong> <code>J. Torres — Knee Rehab Wk 4</code> already carries information a generic &quot;Zoom Meeting&quot; title doesn&#x27;t, and that alone makes the recording easier to find later. Title it <code>J. Torres — Knee Rehab/Week 4</code> instead — program name, then a slash, then the session — and it also sets you up for RecordFlow&#x27;s grouping-by-series setting (below) to collect every session into one shared folder automatically, if and when you turn it on. Either way, fix the title once, at the point you schedule the session, and every later step inherits a name you can actually search.</li>
<li><strong>Get consent before you record, every time — and say plainly what you&#x27;ll do with it.</strong> This matters everywhere coaching happens over video, and it matters more here: a health, fitness, or wellness session can surface exactly the kind of personal detail a client wouldn&#x27;t want circulating without their say-so. Ask up front, in plain language, and keep that consent current if what you do with the recording changes. (The <a href="https://recordflow.org/blog/ask-client-permission-to-record-session/">consent walkthrough</a> covers how to ask without making it feel like a legal formality.) To be direct about what this post is <em>not</em> claiming: it isn&#x27;t a compliance guide, and RecordFlow doesn&#x27;t offer or claim any particular health-data compliance standard. If your practice is subject to one, that review is yours to run — this is about the recording surviving long enough to be useful and being easy to find, nothing more.</li>
</ol>
<p>If you&#x27;re running the same multi-week program with a rotating or recurring cohort, the <a href="https://recordflow.org/blog/organize-client-coaching-recordings-google-drive/">folder-organizing post for coaching recordings</a> covers building a per-client view without moving anything RecordFlow already filed for you.</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">Grouping a whole program into one folder</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 every session in a client&#x27;s program shares a consistent prefix in the Zoom meeting title — <code>J. Torres — Knee Rehab/Week 4</code>, with the slash marking where the program name ends — RecordFlow can collect every session of that program into one shared folder automatically, instead of a new dated folder each week. It&#x27;s off by default, and it only affects sessions recorded after it&#x27;s turned on — nothing already archived gets moved. <a href="https://recordflow.org/documentation/users/#series-folders">Full mechanics.</a></p></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow connects to Zoom and Google Drive once — a roughly 60-second setup — and from then on, the moment a Zoom cloud recording finishes processing, it copies the video, the audio-only file, the chat log, and the transcript into a Drive folder you own, named with the date and the session&#x27;s title, grouped by year. Nothing to download by hand before a retention clock runs out, and nothing sitting on RecordFlow&#x27;s own servers in between — the files move straight from Zoom to the Drive you control. (The <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">setup walkthrough</a> covers connecting it if you haven&#x27;t yet.)</p>
<p>The transcript matters here too, past what a video alone gives you. Alongside the raw caption file, RecordFlow uploads a clean, speaker-labeled Google Doc transcript — so if a client asks &quot;what did you say the rep count was for that one,&quot; the answer is a text search, not scrubbing through a video seeking bar looking for a moment you half-remember.</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">What to check if a client can&#x27;t find their session</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>Look for a generic meeting title first.</strong> A folder or file still called &quot;Zoom Meeting&quot; is usually the sign a session was scheduled without the client or program name in the topic — fix it going forward, and rename the file itself if you want to relabel a past one.</li>
<li><strong>Check whether auto-delete is on for the account.</strong> If recordings vanish before you archive them, someone enabled Zoom&#x27;s automatic-deletion setting; turn it off, or lengthen the window, so a recording survives long enough for RecordFlow to copy it first.</li>
<li><strong>Confirm the session was actually recorded, with consent on file.</strong> No recording exists without one; the fix there is scheduling and asking before the next session, not searching harder for this one.</li>
</ul></div></aside>
<p>None of this requires a new workflow — it requires the meeting title to say whose program it is, consent to be asked before the call starts, and an archive that copies the recording somewhere durable before Zoom&#x27;s own clock gets to it. Get those three right and the video is there the next time a client needs to check their form instead of guessing.</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 findable, program by program.</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 searchable transcript Doc — before Zoom&#x27;s retention clock ever gets a vote. 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, 03 Sep 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>health-coaching</category>
      <category>fitness-coaching</category>
      <category>coaching</category>
      <category>client-recordings</category>
    </item>
    <item>
      <title>What Zoom Recording Storage Actually Costs (and What the Alternatives Cost)</title>
      <link>https://recordflow.org/blog/zoom-recording-storage-cost-comparison/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-recording-storage-cost-comparison/</guid>
      <description>Zoom's own add-on table prices storage at $0.10–$1.50/GB/month. S3 Standard is $0.023. Here's the honest per-gigabyte comparison, with the catch.</description>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-recording-storage-cost-comparison.png" length="193020" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-recording-storage-cost-comparison.png" fileSize="193020" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">What Zoom Recording Storage Actually Costs (and What the Alternatives Cost)</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-recording-storage-cost-comparison.png" fileSize="96097" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">What Zoom Recording Storage Actually Costs (and What the Alternatives Cost)</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-recording-storage-cost-comparison.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-recording-storage-cost-comparison.png" alt="What Zoom Recording Storage Actually Costs (and What the Alternatives Cost)" width="1600" height="893" /></p>
<p>Zoom charges $1.50 for every gigabyte of cloud recording storage you add past a small tier. Amazon S3 charges $0.023. That is not a typo, and it is the arithmetic behind every &quot;storage full&quot; invoice that ever seemed high for a few dozen gigabytes of video.</p>
<p>Every list price below was checked against the vendor&#x27;s own pricing page in the week this was published, and each one is linked — cloud prices move, and a cost comparison with a stale number in it is worse than no comparison at all.</p>
<h2 id="what-zoom-charges"><a href="#what-zoom-charges">What Zoom charges</a></h2>
<p>Zoom publishes its add-on pricing on <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">its cloud recording storage capacity page</a>. The tiers, as listed there:</p>
<table><thead><tr><th>Zoom add-on</th><th>Monthly price</th><th>Effective rate</th><th>Rate for an additional GB</th></tr></thead><tbody><tr><td>30 GB</td><td>$10</td><td>$0.33/GB/mo</td><td>$1.50/GB</td></tr><tr><td>200 GB</td><td>$40</td><td>$0.20/GB/mo</td><td>$1.50/GB</td></tr><tr><td>1 TB</td><td>$100</td><td>$0.10/GB/mo</td><td>$0.50/GB</td></tr><tr><td>5 TB</td><td>$500</td><td>$0.10/GB/mo</td><td>$0.10/GB</td></tr></tbody></table>
<p>Two things about that table matter more than the headline numbers.</p>
<p><strong>You buy a tier, not a gigabyte.</strong> There is nothing between 30 GB and 200 GB, so an archive that has grown to 50 GB costs $40, not $16.50 — the 30 GB tier no longer fits and the next one up is the only thing that does.</p>
<p><strong>The overage rate is the punitive one.</strong> Spilling 20 GB past the 30 GB tier at $1.50/GB costs $30 a month on top of the $10 — more than simply buying the 200 GB tier. That is by design, and it is the number people discover on an invoice rather than in advance.</p>
<p>This is on top of your Zoom plan, which already includes a pooled allowance — <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/">10 GB per licensed user on most paid plans, 15 GB on Business Plus, unlimited on Enterprise</a>. The add-on is what you buy when that pool fills.</p>
<h2 id="what-object-storage-charges"><a href="#what-object-storage-charges">What object storage charges</a></h2>
<p>The same gigabyte, at four S3-compatible providers. All figures are list price, storage line only, and I come back to what that omits below.</p>
<table><thead><tr><th>Provider / tier</th><th>Storage</th><th>Egress</th><th>Notes</th></tr></thead><tbody><tr><td><a href="https://aws.amazon.com/s3/pricing/" rel="noopener noreferrer" target="_blank">Amazon S3 Standard</a> (us-east-1, first 50 TB)</td><td>$0.023/GB/mo</td><td>$0.09/GB beyond AWS&#x27;s account-wide 100 GB/mo free allowance</td><td>Also $0.005 per 1,000 uploads, $0.0004 per 1,000 reads</td></tr><tr><td><a href="https://aws.amazon.com/s3/pricing/" rel="noopener noreferrer" target="_blank">Amazon S3 Standard-Infrequent Access</a></td><td>$0.0125/GB/mo</td><td>as above</td><td>Plus $0.01/GB retrieval; 30-day minimum duration</td></tr><tr><td><a href="https://aws.amazon.com/s3/pricing/" rel="noopener noreferrer" target="_blank">Amazon S3 Glacier Instant Retrieval</a></td><td>$0.004/GB/mo</td><td>as above</td><td>Plus $0.03/GB retrieval; 90-day minimum duration</td></tr><tr><td><a href="https://aws.amazon.com/s3/pricing/" rel="noopener noreferrer" target="_blank">Amazon S3 Glacier Deep Archive</a></td><td>$0.00099/GB/mo</td><td>as above</td><td>Restore takes hours to two days depending on tier; 180-day minimum duration</td></tr><tr><td><a href="https://developers.cloudflare.com/r2/pricing/" rel="noopener noreferrer" target="_blank">Cloudflare R2 Standard</a></td><td>$0.015/GB/mo</td><td><strong>free</strong></td><td>$4.50 per million writes, $0.36 per million reads; 10 GB/mo free</td></tr><tr><td><a href="https://www.backblaze.com/cloud-storage/pricing" rel="noopener noreferrer" target="_blank">Backblaze B2</a></td><td>$6.95/TB/mo (≈$0.00695/GB)</td><td>free up to 3× stored, then $0.01/GB</td><td>First 10 GB free</td></tr><tr><td><a href="https://wasabi.com/pricing" rel="noopener noreferrer" target="_blank">Wasabi</a></td><td>$7.99/TB/mo (≈$0.00799/GB)</td><td>free, no request fees</td><td><strong>1 TB monthly minimum</strong> and a <a href="https://wasabi.com/pricing/faq" rel="noopener noreferrer" target="_blank">90-day minimum storage duration</a></td></tr></tbody></table>
<p>Against Zoom&#x27;s <em>cheapest</em> published rate — $0.10/GB/month, reached at both the 1 TB and 5 TB tiers — S3 Standard is about four times cheaper and Glacier Instant Retrieval about twenty-five times cheaper. Against the rate a small account actually pays, the gap is an order of magnitude wider.</p>
<h2 id="the-same-archive-priced-five-ways"><a href="#the-same-archive-priced-five-ways">The same archive, priced five ways</a></h2>
<p>Abstract per-gigabyte rates are easy to nod along to and hard to feel. So here is a real number, queried from our production database this week: across 334 accounts RecordFlow archives for, <strong>the mean archive is 46.2 GiB</strong> — about 50 GB as storage vendors count it. That is a working coach or trainer with a couple of years of sessions in it, not an outlier.</p>
<table><thead><tr><th>Where those 50 GB live</th><th>Per month</th><th>Per year</th></tr></thead><tbody><tr><td>Zoom 200 GB add-on (the smallest tier that fits)</td><td>$40.00</td><td>$480.00</td></tr><tr><td>Amazon S3 Standard</td><td>$1.14</td><td>$13.69</td></tr><tr><td>Cloudflare R2</td><td>$0.74</td><td>$8.93</td></tr><tr><td>Backblaze B2</td><td>$0.34</td><td>$4.14</td></tr><tr><td>Amazon S3 Glacier Instant Retrieval</td><td>$0.20</td><td>$2.38</td></tr></tbody></table>
<p>And at the top of our own range — the largest single archive we hold is <strong>just over 1,000 GiB</strong>, about 1,088 GB:</p>
<table><thead><tr><th>Where ~1 TB lives</th><th>Per month</th><th>Per year</th></tr></thead><tbody><tr><td>Zoom 1 TB add-on</td><td>$100.00</td><td>$1,200.00</td></tr><tr><td>Amazon S3 Standard</td><td>$25.02</td><td>$300.21</td></tr><tr><td>Cloudflare R2</td><td>$16.32</td><td>$195.79</td></tr><tr><td>Backblaze B2</td><td>$7.56</td><td>$90.72</td></tr><tr><td>Amazon S3 Glacier Instant Retrieval</td><td>$4.35</td><td>$52.21</td></tr></tbody></table>
<p>Those are ratios of roughly 35x (against S3 Standard) and 200x (against Glacier Instant Retrieval), on the same bytes, for an archive most people would describe as small.</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">Quote the total, not the storage line</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>Object storage bills three things: storage, requests, and egress. The tables above are the storage line only, because for an archive that nobody reads back it dominates — uploading 50 GB in 5 MiB parts is around 10,000 write requests, or about five cents once. But pull that whole archive back down and S3 charges $0.09 per gigabyte beyond the free allowance, which is about $4.50 — four months of storage in a single download. That is precisely why R2&#x27;s zero egress and B2&#x27;s free-up-to-3× allowance are real differentiators, and it is why a comparison that quotes only the cheap number is not doing you a favour.</p></div></aside>
<h2 id="what-about-the-drive-you-already-pay-for"><a href="#what-about-the-drive-you-already-pay-for">What about the drive you already pay for?</a></h2>
<p>For a lot of people the honest answer to &quot;where should recordings live&quot; is not a bucket at all. If you already pay for Google One, Microsoft 365 or Dropbox, or your employer pays for Google Workspace, you are already holding a couple of terabytes of storage that a recording archive barely dents — and the marginal cost of putting recordings there is genuinely zero until you fill it. Our <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Google Drive versus Zoom Cloud comparison</a> works through that case, and <a href="https://recordflow.org/blog/zoom-storage-full-microsoft-365/">the Microsoft 365 version</a> does the same for OneDrive.</p>
<p>The reason to look at object storage instead is not that it is cheaper than a drive plan you already own. It is that a drive plan has a ceiling you periodically pay a vendor to raise, and object storage does not: it is priced per gigabyte, all the way up, with no plan to move to. If your archive is 40 GB and growing slowly, a consumer drive is the simpler and probably cheaper answer. If it is 400 GB and growing weekly, the per-gigabyte curve is where you want to be.</p>
<h2 id="the-part-that-actually-lowers-the-bill"><a href="#the-part-that-actually-lowers-the-bill">The part that actually lowers the bill</a></h2>
<p>Here is what every version of this comparison gets wrong, including the ones that quote the numbers correctly.</p>
<p><strong>Copying your recordings somewhere cheaper does not reduce your Zoom bill by a cent.</strong> A copy in S3 is a second copy. Zoom still holds the original, your pooled allowance is still full, and you are now paying for storage twice. You have made a backup, which is worth doing — but you have not made the bill smaller.</p>
<p>The bill only falls when recordings are <strong>archived and then removed from Zoom</strong>. That is the move that turns Zoom cloud storage from a permanent library, which you must keep buying, into a rolling buffer of the last few weeks, which you never have to buy again. The 50 GB in the table above stops being $40 a month of Zoom add-on and becomes $1.14 a month of S3 — but only if it leaves Zoom.</p>
<p>That is also the step people are right to be nervous about, because doing it by hand means deleting a recording on the strength of believing a copy exists somewhere. The safe version is mechanical, and it is the only order that works:</p>
<ol>
<li><strong>Copy the recording out</strong>, every file — video, audio, transcript, chat.</li>
<li><strong>Verify it landed</strong>, by size, at the destination, not by assuming the upload returned successfully.</li>
<li><strong>Only then remove it from Zoom</strong>, and leave a grace period before you do, so a bad day doesn&#x27;t cost you a client&#x27;s session.</li>
</ol>
<p><a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">The safe sequence for deleting a Zoom recording after backing it up</a> walks through the manual version of that. RecordFlow copies and verifies every recording automatically; turn on its opt-in auto-delete toggle and it clears the Zoom copy the same way, only after the backup is confirmed at the right byte count, and it does not get distracted halfway through. Files stream straight from Zoom to the storage you choose — RecordFlow never holds a copy on its own infrastructure in between.</p>
<h2 id="so-what-should-you-actually-do"><a href="#so-what-should-you-actually-do">So what should you actually do?</a></h2>
<ul>
<li><strong>Archive is under ~100 GB and you already pay for a cloud drive.</strong> Put recordings there, turn on verified deletion from Zoom, and stop buying Zoom storage. The cost of the archive is zero on top of what you already spend.</li>
<li><strong>Archive is large or growing fast, or you are an admin covering a whole team.</strong> Object storage is where the per-gigabyte curve stops hurting. S3 Standard or R2 if you might read recordings back; a cold tier if this is a compliance archive nobody opens.</li>
<li><strong>You are on Zoom Enterprise with unlimited storage.</strong> The cost argument does not apply to you. The durability one still does — Zoom&#x27;s <a href="https://recordflow.org/blog/zoom-recording-retention-policy-organization/">maximum auto-delete retention is finite</a>, and an unlimited pool that expires is not an archive.</li>
<li><strong>Whatever you pick, delete from Zoom afterwards.</strong> That is the step that changes the invoice.</li>
</ul>
<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">On these prices</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>Every figure here is a US-region list price, read from the vendor&#x27;s own pricing page in the week of publication and linked inline. They change, sometimes quietly. Regional prices differ. Nothing here accounts for taxes, committed-use discounts, or the free allowances beyond where they are noted. Use it to size the decision, then check your own numbers before you act on it.</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">Archive it, verify it, then clear it from Zoom.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow copies every Zoom cloud recording to storage you control and checks the copy landed at the right size — and, if you opt in, clears the Zoom copy only once that&#x27;s confirmed, which is the step that actually lowers the bill. Off by default, yours to switch on. Setup takes about 60 seconds.</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 archiving 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, 02 Sep 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>storage</category>
      <category>s3</category>
      <category>cost</category>
    </item>
    <item>
      <title>Your VA Is Downloading and Re-Uploading Zoom Recordings by Hand — Stop</title>
      <link>https://recordflow.org/blog/stop-manual-va-zoom-recording-uploads/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/stop-manual-va-zoom-recording-uploads/</guid>
      <description>A VA downloading and re-uploading Zoom recordings by hand is slow, and it silently misses whole weeks of recordings. Here's the automatic alternative.</description>
      <enclosure url="https://recordflow.org/blog-heroes/stop-manual-va-zoom-recording-uploads.png" length="257122" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/stop-manual-va-zoom-recording-uploads.png" fileSize="257122" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Your VA Is Downloading and Re-Uploading Zoom Recordings by Hand — Stop</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/stop-manual-va-zoom-recording-uploads.png" fileSize="93685" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Your VA Is Downloading and Re-Uploading Zoom Recordings by Hand — Stop</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/stop-manual-va-zoom-recording-uploads.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/stop-manual-va-zoom-recording-uploads.png" alt="Your VA Is Downloading and Re-Uploading Zoom Recordings by Hand — Stop" width="1600" height="893" /></p>
<p>Someone on your team is doing this right now: open Zoom, click into a recording, click Download, wait for a multi-gigabyte file to save, then open Drive or Dropbox and upload it back into the right client or project folder. Repeat for every recording, every week. It&#x27;s usually a VA — a virtual assistant — or an office admin, and it&#x27;s usually been the process since before anyone thought to question it.</p>
<p>It works — until the week your VA is out, swamped with something else, or moves on and isn&#x27;t replaced right away. Zoom doesn&#x27;t pause recording while that happens, and it doesn&#x27;t pause its storage clock either. The recordings from that week are still sitting in your account, one storage cap or retention policy away from gone, and nobody finds out until someone goes looking for a specific one and it isn&#x27;t there anymore.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>A manual backup process isn&#x27;t really a process — it&#x27;s a person, and it inherits every limit a person has. <a href="https://recordflow.org/blog/how-to-download-zoom-recordings/">Downloading a Zoom cloud recording is a one-at-a-time action</a>: open the recording&#x27;s page, click Download, confirm the prompt, then repeat for the audio track, chat log, and transcript if you want those too. There&#x27;s no bulk option in the Zoom web portal, so ten recordings in a week means ten separate click-throughs, and a bad connection or a large multi-hour file can make any one of them fail silently.</p>
<p>None of that is really the risk, though. The risk is what happens when the person doing it stops, even briefly. A VA who&#x27;s out for a week, catching up on a backlog, or between contracts doesn&#x27;t send you a notice that your backups have paused — the gap just accumulates behind them. Meanwhile Zoom keeps recording, and Zoom&#x27;s side of the clock doesn&#x27;t wait for anyone to catch up: storage quotas fill on their own schedule, and on accounts with an admin-set retention policy, <a href="https://recordflow.org/blog/zoom-recording-retention-policy-organization/">recordings older than the policy window age out automatically</a> regardless of whether anyone got around to downloading them first. Deleted recordings — whether removed by hand or by that retention policy — do sit in <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">a 30-day trash window before they&#x27;re gone for good</a>, which is a real safety net, but only if someone notices in time and checks Trash. On accounts where an admin has separately <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0078406" rel="noopener noreferrer" target="_blank">turned Trash off entirely</a>, any deletion skips that window and becomes permanent within about a day.</p>
<p>The failure mode that stings most isn&#x27;t a recording that&#x27;s obviously missing — it&#x27;s the one nobody checks for until a client asks for it. A manual process has no alert for &quot;this week didn&#x27;t get backed up.&quot; It just quietly doesn&#x27;t happen, and the first sign is usually someone asking for a session that turns out to no longer exist anywhere.</p>
<h2 id="how-to-automate-zoom-recording-backups"><a href="#how-to-automate-zoom-recording-backups">How to automate Zoom recording backups</a></h2>
<p>The fix isn&#x27;t a stricter checklist for whoever&#x27;s doing the downloads — it&#x27;s removing the human step entirely.</p>
<ol>
<li><strong>Connect Zoom to the cloud storage you already use.</strong> <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">Google Drive</a>, OneDrive, or Dropbox all work the same way: install from Zoom&#x27;s own App Marketplace, sign in, authorize read access to recordings. About 60 seconds, and it&#x27;s read-only on Zoom&#x27;s side — nothing is deleted or changed there. From there, recordings stream directly from Zoom to the storage you chose; RecordFlow never stores or opens the files itself, only the encrypted access tokens needed to move them.</li>
<li><strong>Pick the folder recordings should land in.</strong> From that point forward, every new recording — video, audio track, chat log, and transcript — copies itself into that folder automatically, usually within minutes of Zoom marking it ready. No one has to remember to do anything.</li>
<li><strong>Backfill what your VA&#x27;s manual process already missed.</strong> New-recording automation alone only starts from the day you connect it — it doesn&#x27;t reach backward. If your team has been running a manual process for months or years, there&#x27;s very likely a gap somewhere: a busy week, a stretch when the VA was out, a large file that silently failed. <a href="https://recordflow.org/blog/migrate-zoom-recording-backlog/">Widening the archive-history setting</a> closes that gap by importing your account&#x27;s existing recordings, going as far back as your full Zoom cloud history, the same reliable way it handles new ones.</li>
<li><strong>If you run the Zoom account for the whole team, install it once at the account level instead of per person.</strong> An <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">admin-managed install</a> archives every enrolled member&#x27;s recordings into one Drive you control, with a sub-folder per member — so the backup doesn&#x27;t depend on each individual remembering to connect anything either.</li>
</ol>
<p>That&#x27;s the whole switch. The hours your VA was spending on downloads and re-uploads go back to work that isn&#x27;t copy-paste — client follow-up, scheduling, whatever they were hired to actually do.</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">What to check before you assume the manual process caught everything</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>Compare Zoom&#x27;s recordings list against what&#x27;s actually in your storage.</strong> Open Recordings &amp; Transcripts in the Zoom web portal and spot-check against your Drive, OneDrive, or Dropbox folder — a manual process running for months usually has at least a small gap somewhere.</li>
<li><strong>Look for a stretch when your VA was out or between contracts.</strong> That&#x27;s the likeliest place a gap opened, and it&#x27;s worth checking those specific weeks first.</li>
<li><strong>Don&#x27;t assume &quot;mostly backed up&quot; means &quot;safe.&quot;</strong> A recording still sitting only in Zoom is exactly what a storage cap or a retention policy removes next — it doesn&#x27;t matter that everything before and after it is fine.</li>
<li><strong>If you find a gap, widen the archive-history setting rather than manually hunting down individual files.</strong> It backfills the missing stretch the same reliable way it handles everything new.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow replaces the manual download-and-re-upload loop with the same <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">chunked, verified transfer</a> whether the account is one person or a whole team: connect once, and every recording since — plus, if you widen the archive-history setting, everything already sitting in the account — lands in the Google Drive, OneDrive, or Dropbox folder you choose, without anyone opening Zoom to click Download. Large files, multi-hour sessions, and password-protected recordings all transfer the same reliable way a short one does, and a failed chunk retries automatically instead of silently dropping the file — every recording moves on its own, at once, instead of one download at a time. For a team, the <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">admin-managed install</a> applies the same automation account-wide, one install instead of one VA keeping up with everyone&#x27;s recordings 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">Stop paying someone to click Download.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom to the cloud storage you already own once, and every recording since lands there automatically — no VA re-uploading files by hand. 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>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>backup</category>
      <category>google-drive</category>
      <category>team</category>
    </item>
    <item>
      <title>Where Should You Store Your Zoom Recordings? Drive vs Dropbox vs OneDrive vs YouTube</title>
      <link>https://recordflow.org/blog/where-to-store-zoom-recordings/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/where-to-store-zoom-recordings/</guid>
      <description>A decision framework for where to store Zoom recordings: Drive, Dropbox, and OneDrive keep every file; YouTube publishes the video.</description>
      <enclosure url="https://recordflow.org/blog-heroes/where-to-store-zoom-recordings.png" length="215310" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/where-to-store-zoom-recordings.png" fileSize="215310" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Where Should You Store Your Zoom Recordings? Drive vs Dropbox vs OneDrive vs YouTube</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/where-to-store-zoom-recordings.png" fileSize="101616" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Where Should You Store Your Zoom Recordings? Drive vs Dropbox vs OneDrive vs YouTube</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/where-to-store-zoom-recordings.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/where-to-store-zoom-recordings.png" alt="Where Should You Store Your Zoom Recordings? Drive vs Dropbox vs OneDrive vs YouTube" width="1600" height="893" /></p>
<p>Zoom&#x27;s &quot;storage almost full&quot; email lands, or your team gets the account-wide version of the same alert — and now there&#x27;s a decision to make: where should these recordings actually go? RecordFlow&#x27;s destination picker shows four options — Google Drive, Dropbox, OneDrive, YouTube — and there&#x27;s no single best place to save Zoom recordings, only the right one for what you already run. Whether you&#x27;re setting this up for the first time or rethinking it after that alert, the choice matters more than it looks: it decides what actually gets preserved, not just where it ends up.</p>
<p>The short version: three of the four are storage you own outright, and one is a publishing platform that only ever keeps the video. Which one is right depends less on features and more on what you already use, and what you actually need to keep.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Google Drive, Dropbox, and OneDrive are what RecordFlow treats as <strong>container storage</strong> — a hierarchical place that accepts whatever bytes you send it, organized however you like. When RecordFlow archives a Zoom recording to any of the three, it copies the recording and its accompanying files: the video, the audio-only file, and — when Zoom generated one — the transcript (rendered as a Google Doc on Drive, a formatted Word document on Dropbox and OneDrive) and the meeting chat log. You control the folder, you can share it the way you already share files with clients or teammates, and nothing about those files changes in transit.</p>
<p>YouTube is a different kind of destination entirely — a <strong>media channel</strong>, not a file store. It accepts one thing: the video. There&#x27;s no folder, no transcript, no chat log, because a video platform has nowhere to put them. YouTube also re-encodes every upload for playback — <a href="https://support.google.com/youtube/answer/4603579" rel="noopener noreferrer" target="_blank">YouTube&#x27;s own help documentation confirms it &quot;always re-encodes videos to optimize their playback quality&quot;</a> — so what viewers watch isn&#x27;t a byte-for-byte copy of the file Zoom produced, the way a Drive, Dropbox, or OneDrive copy is. RecordFlow uploads every video as Private. That&#x27;s not a limitation to route around later; it&#x27;s the right default for a recording of people who consented to being on the call, not to being published.</p>
<p>Zoom doesn&#x27;t build any of these connections itself. <a href="https://devforum.zoom.us/t/using-api-integration-moving-cloud-recording-automatically-to-third-party-cloud-storage/30108" rel="noopener noreferrer" target="_blank">Zoom&#x27;s own developer guidance for moving cloud recordings to third-party storage</a> points developers at building the integration on Zoom&#x27;s API — webhooks and REST calls, not a setting Zoom ships. That&#x27;s the gap RecordFlow closes for all four destinations, the same way, so the setup steps look nearly identical no matter which one you pick.</p>
<h2 id="google-drive-vs-dropbox-vs-onedrive-vs-youtube-for-zoom-recordings"><a href="#google-drive-vs-dropbox-vs-onedrive-vs-youtube-for-zoom-recordings">Google Drive vs Dropbox vs OneDrive vs YouTube for Zoom recordings</a></h2>
<table><thead><tr><th>Destination</th><th>Keeps</th><th>Best fit</th><th>Setup guide</th></tr></thead><tbody><tr><td><strong>Google Drive</strong></td><td>Video, audio, transcript (Google Doc), chat log</td><td>Google Workspace teams and solo Google users</td><td><a href="https://recordflow.org/documentation/destinations/google-drive/">Guide</a></td></tr><tr><td><strong>Dropbox</strong></td><td>Video, audio, transcript (Word doc), chat log</td><td>Dropbox-native consultants and small teams; client file-sharing habits</td><td><a href="https://recordflow.org/documentation/destinations/dropbox/">Guide</a></td></tr><tr><td><strong>OneDrive</strong></td><td>Video, audio, transcript (Word doc), chat log</td><td>Microsoft 365 teams</td><td><a href="https://recordflow.org/documentation/destinations/onedrive/">Guide</a></td></tr><tr><td><strong>YouTube</strong></td><td>Video only, re-encoded, always uploaded Private</td><td>Class, cohort, or webinar replay audiences</td><td><a href="https://recordflow.org/documentation/destinations/youtube/">Guide</a></td></tr></tbody></table>
<p>Current setup steps and account access live on each destination&#x27;s guide above — check there for what&#x27;s needed to connect.</p>
<h2 id="match-the-destination-to-what-you-already-run"><a href="#match-the-destination-to-what-you-already-run">Match the destination to what you already run</a></h2>
<p>The fastest way to decide is to skip the feature comparison and ask what ecosystem the rest of your files already live in:</p>
<ul>
<li><strong>Already on Google Workspace?</strong> Pick Drive. The recording lands next to every other document your practice or team already stores there — see <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">how to back up Zoom recordings to Google Drive</a>.</li>
<li><strong>Already on Microsoft 365?</strong> Pick OneDrive. Same reasoning — the recording joins the library where the rest of the team&#x27;s files live instead of sitting off to the side in Zoom&#x27;s cloud. Walkthrough: <a href="https://recordflow.org/blog/save-zoom-recordings-onedrive/">how to save Zoom recordings to OneDrive</a>.</li>
<li><strong>Already sharing client files through Dropbox?</strong> Pick Dropbox — you&#x27;re not adding a second storage habit on top of the one you already have. Walkthrough: <a href="https://recordflow.org/blog/save-zoom-recordings-dropbox/">how to save Zoom recordings to Dropbox</a>.</li>
<li><strong>Running a class, cohort, or webinar series where students expect a replay?</strong> That&#x27;s the one case none of the three storage options solve on their own — a Drive or OneDrive link isn&#x27;t what a subscriber expects to find on the channel they already follow. See <a href="https://recordflow.org/blog/upload-zoom-recordings-to-youtube/">how to upload Zoom recordings to YouTube</a>, and if the session involves anything confidential rather than a public class, read <a href="https://recordflow.org/blog/client-recordings-on-youtube/">whether client recordings belong on YouTube at all</a> first.</li>
</ul>
<h2 id="the-tradeoffs-worth-knowing-before-you-pick"><a href="#the-tradeoffs-worth-knowing-before-you-pick">The tradeoffs worth knowing before you pick</a></h2>
<p>A few honest details that don&#x27;t show up until you&#x27;re a few weeks into using one:</p>
<ul>
<li><strong>Dropbox and OneDrive are app-folder scoped.</strong> RecordFlow requests permission to one dedicated folder — <code>Apps/RecordFlow</code> — inside your account, not your whole Dropbox or OneDrive. There&#x27;s no folder picker for either, because the permission itself is what fixes the destination; RecordFlow genuinely cannot see or touch anything else in your account.</li>
<li><strong>Only Drive, Dropbox, and OneDrive keep the transcript and chat log.</strong> If a recording&#x27;s value is partly in what was said and typed — not just the video — that alone probably settles the pick against YouTube.</li>
<li><strong>One destination at a time, today.</strong> A RecordFlow connection archives to Drive, Dropbox, OneDrive, or YouTube — not more than one simultaneously. Pick the one that matters most now; switching later from the dashboard doesn&#x27;t touch anything already archived, it only changes where new recordings land going forward. If your workflow genuinely needs more than one destination at once — publishing to YouTube while also keeping a full archive, say — <a href="https://recordflow.org/support/">reach out through support</a> and describe the use case; it&#x27;s the kind of thing that shapes what RecordFlow builds next.</li>
</ul>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>Every destination connects the same way: sign in with Zoom once, connect the destination you picked, done — about 60 seconds, no re-doing the setup per recording type. From then on, every new cloud recording, including passcode-protected sessions and multi-hour calls, <a href="https://recordflow.org/blog/how-recordflow-handles-your-data/">transfers directly from Zoom to your chosen destination rather than sitting on RecordFlow&#x27;s servers in between</a>. Existing backlog doesn&#x27;t have to be lost either — RecordFlow&#x27;s <a href="https://recordflow.org/blog/migrate-zoom-recording-backlog/">archive-history setting</a> can reach back into recordings from before you connected, on any of the three storage destinations. If you outgrow your first pick, switching destinations is a setting change, not a migration project.</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">Pick a destination, connect once, stop thinking about it.</p><p class="mt-2 text-sm text-text-secondary">Connect Google Drive, Dropbox, OneDrive, or YouTube — setup takes about 60 seconds. Free during beta, 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">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>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>dropbox</category>
      <category>onedrive</category>
      <category>youtube</category>
      <category>storage</category>
    </item>
    <item>
      <title>Every Instructor's Class, Its Own Shared Folder — Automatically</title>
      <link>https://recordflow.org/blog/class-folders-training-academy/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/class-folders-training-academy/</guid>
      <description>How a training academy gives every instructor's recurring class its own shared Google Drive folder automatically — no re-sharing, no per-instructor setup.</description>
      <enclosure url="https://recordflow.org/blog-heroes/class-folders-training-academy.png" length="51032" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/class-folders-training-academy.png" fileSize="51032" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Every Instructor's Class, Its Own Shared Folder — Automatically</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/class-folders-training-academy.png" fileSize="85412" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Every Instructor's Class, Its Own Shared Folder — Automatically</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/class-folders-training-academy.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/class-folders-training-academy.png" alt="Every Instructor's Class, Its Own Shared Folder — Automatically" width="1600" height="893" /></p>
<p>An instructor teaching the same Tuesday cohort every week does the same manual chore after every single session: find last week&#x27;s shared folder, or share a brand-new one, then post the link somewhere students will actually see it. Multiply that by every recurring class your academy runs, and it stops being one instructor&#x27;s rounding error. It becomes a standing operational task nobody assigned to anyone — repeated every week, for every class, for the life of the program.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom has no concept of a recurring class as a single object. Even a <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0064248" rel="noopener noreferrer" target="_blank">recurring meeting</a> — the closest thing Zoom offers — treats every occurrence as its own separate cloud recording, with its own share link and its own expiration clock. There&#x27;s no built-in &quot;this is week 6 of the same series&quot; grouping a student — or an admin archiving on their behalf — can rely on. That&#x27;s manageable for a single instructor tracking their own one class. It breaks down the moment an academy runs the same pattern across a full faculty roster: each instructor either has to reinvent their own naming and re-sharing habit, or the job falls to whoever&#x27;s turn it is to remember.</p>
<p>The result shows up in two different ways depending on who&#x27;s asking. A student who missed week 4 has to ask the instructor for a link, because there&#x27;s no one place that always holds &quot;this class&#x27;s recordings.&quot; And for the academy or IT department archiving centrally, <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">Zoom&#x27;s recording storage is one pool shared across every host on the account</a> — grouping by class isn&#x27;t something Zoom&#x27;s own storage model does for you; it&#x27;s purely a filing problem that lands on whoever&#x27;s doing the archiving.</p>
<h2 id="how-recordflow-files-every-class-into-its-own-folder"><a href="#how-recordflow-files-every-class-into-its-own-folder">How RecordFlow files every class into its own folder</a></h2>
<p>RecordFlow&#x27;s admin-managed app already archives every enrolled instructor&#x27;s Zoom recordings into a Google Drive folder your institution controls, one sub-folder per instructor (see <a href="https://recordflow.org/blog/archive-recordings-training-academy/">archiving across a multi-instructor academy</a>). What&#x27;s new is automatic <strong>class-level grouping</strong> inside that archive: recordings for the same recurring class collect into one shared folder per class, instead of landing as separate same-looking session folders an instructor has to hunt through.</p>
<p>Here&#x27;s the mechanism, so it&#x27;s clear what does and doesn&#x27;t need to change on your end:</p>
<ol>
<li><strong>The instructor sets the Zoom meeting topic once, with a &quot;/&quot; separating the class name from the session title</strong> — for example <code>Intro to Statistics — Fall 2026/Week 6: Regression</code>. Nothing else about how they run the class changes.</li>
<li><strong>RecordFlow reads everything before that first &quot;/&quot; as the class name</strong> and files that session into a folder named after it, nested under the instructor&#x27;s year folder in your archive — so <code>Intro to Statistics — Fall 2026</code> becomes one folder, and every week&#x27;s session for that class lands inside it automatically.</li>
<li><strong>The instructor (or the archive owner) shares that one class folder with students once</strong>, at the start of the term. Every subsequent session drops into a folder students already have access to — nothing to re-share, nothing to hand off week to week. As with any shared archive, let students know up front that the class folder is where sessions land — the same onboarding line covers it.</li>
<li><strong>A new academic term starts a fresh class folder</strong>, because the class folder sits under the year folder rather than above it — so a Spring section&#x27;s folder, and its sharing grants, are never inherited by the Fall section that reuses the same class name.</li>
</ol>
<p>This applies to sessions synced from the point the feature is turned on — it doesn&#x27;t reorganize anything already archived, so nothing already shared with students under an old folder name moves or breaks. And it&#x27;s specific to folder-based destinations: a Google Drive, OneDrive, or Dropbox archive can hold a class folder, but a YouTube destination has no folder structure to group into, so this doesn&#x27;t apply there.</p>
<p><strong>If renaming meetings isn&#x27;t realistic, there&#x27;s a second rule.</strong> Asking every instructor to put a &quot;/&quot; in every meeting topic is a habit change, and habit changes leak. RecordFlow can instead recognise the class from the <em>recurring Zoom meeting itself</em>, so a recurring meeting called <code>Intro to Statistics — Fall 2026</code> files its sessions into a folder of that name with nobody renaming anything. The trade-off is that it only covers meetings Zoom itself records as recurring — a session an instructor schedules by hand each week is a series to them and a string of unrelated one-offs to Zoom. When you turn the feature on you see both rules previewed against your own archive — how many sessions each would group, into how many folders — and pick whichever fits how your instructors actually work. The <a href="https://recordflow.org/documentation/users/#series-folders">user guide</a> covers both in full.</p>
<h2 id="what-to-check-if-a-session-lands-in-the-wrong-place"><a href="#what-to-check-if-a-session-lands-in-the-wrong-place">What to check if a session lands in the wrong place</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>You&#x27;re on the slash rule and the meeting topic doesn&#x27;t contain a &quot;/&quot;.</strong> Without one, RecordFlow can&#x27;t tell where the class name ends and the session title begins, and the session archives the same way it always has — no class folder, no error.</li>
<li><strong>The text before the &quot;/&quot; doesn&#x27;t match exactly.</strong> <code>Intro to Statistics — Fall 2026/Week 6</code> and <code>Intro To Statistics — Fall 2026/Week 6</code> (different capitalization) are two different class names to a folder-naming rule that matches literally — settle on one exact string per class before the term starts, and copy-paste it into each session&#x27;s topic rather than retyping it.</li>
<li><strong>A guest or substitute instructor ran the session under their own Zoom login.</strong> If they&#x27;re not enrolled in your archive the same way the primary instructor is, their session won&#x27;t be there to group in the first place — check enrollment before checking the folder.</li>
<li><strong>The feature isn&#x27;t turned on yet for that destination.</strong> It&#x27;s an early-access, opt-in toggle per destination — confirm it&#x27;s enabled before assuming a session should have been grouped.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>Class-level folder grouping is available today as an early-access feature on RecordFlow&#x27;s admin-managed app — <a href="https://recordflow.org/support/">contact support</a> to have it turned on for your Drive, OneDrive, or Dropbox archive. Once it&#x27;s on, instructors don&#x27;t change how they run a class: either they put the class name before a &quot;/&quot; when they set the meeting topic, or — if their classes are already scheduled as recurring Zoom meetings — they change nothing at all. From there, RecordFlow&#x27;s existing sync — video, audio, chat log, and a clean <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">Google Doc transcript</a> for every session — lands in the right class folder automatically, on top of the same per-instructor archive institutions already run (see <a href="https://recordflow.org/blog/zoom-recording-storage-universities-colleges/">Zoom recording storage for universities and colleges</a>).</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 every recurring class its own folder — automatically.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow&#x27;s admin-managed app can now group each class&#x27;s sessions into one shared Drive, OneDrive, or Dropbox folder, so instructors share it once per term instead of re-sharing every week. Early access — contact us to turn it on for your institution.</p><div class="mt-4 flex flex-wrap items-center gap-x-5 gap-y-2"><a href="https://recordflow.org/support/" class="inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:bg-primary-dark">Contact support</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, 27 Aug 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>Choosing YouTube Visibility for Your Zoom Class Recordings</title>
      <link>https://recordflow.org/blog/youtube-privacy-settings-class-recordings/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/youtube-privacy-settings-class-recordings/</guid>
      <description>RecordFlow uploads Zoom class recordings to YouTube as Private. Here's how to choose Unlisted or Public in YouTube Studio, and when to skip YouTube.</description>
      <enclosure url="https://recordflow.org/blog-heroes/youtube-privacy-settings-class-recordings.png" length="175490" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/youtube-privacy-settings-class-recordings.png" fileSize="175490" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Choosing YouTube Visibility for Your Zoom Class Recordings</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/youtube-privacy-settings-class-recordings.png" fileSize="87524" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Choosing YouTube Visibility for Your Zoom Class Recordings</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/youtube-privacy-settings-class-recordings.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/youtube-privacy-settings-class-recordings.png" alt="Choosing YouTube Visibility for Your Zoom Class Recordings" width="1600" height="893" /></p>
<p>Tuesday&#x27;s class finishes, the recording lands on your YouTube channel a few minutes later, and it&#x27;s marked <strong>Private</strong> — meaning nobody, not even the cohort who just paid for the session, can watch it yet. That&#x27;s not a bug and it isn&#x27;t stuck. It&#x27;s the one deliberate pause between &quot;recorded&quot; and &quot;published,&quot; and clearing it takes about four clicks once you know where to look.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>RecordFlow uploads every recording to your channel as Private, and that default isn&#x27;t configurable — not a setting you can flip to skip the step. The people on a Zoom call consented to being recorded, not to being published on a channel with an audience, so a course-creator automation shouldn&#x27;t quietly make that call on their behalf. Publishing is a decision you make per session, with the context only you have (is this cohort paying for replay access, or is this a trailer meant to bring in new students?), so it stays yours to make in YouTube Studio, not baked into the upload.</p>
<p>Once a video is sitting in your channel, YouTube gives you three visibility states to choose from, and the definitions matter more than they look:</p>
<h3 id="private-vs-unlisted-vs-public"><a href="#private-vs-unlisted-vs-public">Private vs. Unlisted vs. Public</a></h3>
<ul>
<li><strong>Private</strong> — &quot;can only be seen by you and whomever you choose.&quot; Won&#x27;t show up on your channel page or in search. This is where every RecordFlow upload starts.</li>
<li><strong>Unlisted</strong> — &quot;can be seen and shared by anyone with the link,&quot; and the viewer doesn&#x27;t need a Google account to watch it. It won&#x27;t appear on your channel&#x27;s Videos tab or in YouTube search results either — normally the link is the only way in (one exception below).</li>
<li><strong>Public</strong> — visible to anyone on YouTube, discoverable in search and on your channel.</li>
</ul>
<p>(Source: <a href="https://support.google.com/youtube/answer/157177" rel="noopener noreferrer" target="_blank">Change video privacy settings, YouTube Help</a>.)</p>
<p>For a paying cohort, <strong>Unlisted</strong> is usually the fit: drop the link into your course platform or a weekly email, and a student who&#x27;s never touched YouTube before can click straight through with no sign-in prompt.</p>
<p><strong>Public</strong> makes sense when the recording itself is the marketing — a free workshop replay or a course trailer you want to be found.</p>
<p><strong>Private</strong> is where a recording should stay if it&#x27;s genuinely not meant for anyone but you — which, for a class replay, is rare, but worth remembering when a session veers into something more personal than the rest of the series.</p>
<h2 id="how-to-change-a-recordings-visibility"><a href="#how-to-change-a-recordings-visibility">How to change a recording&#x27;s visibility</a></h2>
<ol>
<li><strong>Sign in to <a href="https://studio.youtube.com" rel="noopener noreferrer" target="_blank">YouTube Studio</a></strong> with the Google account connected to the channel RecordFlow uploads to.</li>
<li><strong>Click Content</strong> in the left sidebar — every video on the channel is listed here, RecordFlow&#x27;s uploads included, each showing its current visibility.</li>
<li><strong>Find the recording</strong> (RecordFlow titles it with the session name and date, so a term&#x27;s worth of classes sorts the way an actual course list would) and click the down-arrow under <strong>Visibility</strong> next to it.</li>
<li><strong>Choose Unlisted or Public</strong>, then click <strong>Save.</strong> It&#x27;s a metadata change, not a new upload — no reprocessing wait like the original video went through.</li>
</ol>
<p>Do this once per session as each class wraps, or batch it weekly from the Content list if you&#x27;d rather publish a term&#x27;s worth of replays on a fixed schedule.</p>
<h2 id="what-to-check-before-you-publish"><a href="#what-to-check-before-you-publish">What to check before you publish</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">Before you switch a recording to Unlisted or Public</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>It&#x27;s already been scanned, regardless of what you choose next.</strong> YouTube scans every upload with Content ID the moment it lands — &quot;when a video is uploaded to YouTube, it&#x27;s automatically scanned by Content ID&quot; — with no exception for Private or Unlisted. (<a href="https://support.google.com/youtube/answer/2797370" rel="noopener noreferrer" target="_blank">How Content ID works</a>) If a session has copyrighted music playing in the background, a Content ID claim can already be sitting on it before you&#x27;ve decided who gets to watch.</li>
<li><strong>The upload is still covered by YouTube&#x27;s standard content license</strong>, whatever visibility you land on — the license grant in <a href="https://www.youtube.com/static?template=terms" rel="noopener noreferrer" target="_blank">YouTube&#x27;s Terms of Service</a> doesn&#x27;t carve out an exception for a video only you can currently see.</li>
<li><strong>This is a publishing decision, not a backup one.</strong> A confidential 1:1 coaching or therapy session doesn&#x27;t belong on YouTube at any visibility level, Private included — <a href="https://recordflow.org/blog/client-recordings-on-youtube/">we&#x27;ve written the fuller case for that specific situation separately</a>. A class replay a cohort is expecting is a different call than a session someone shared with you in confidence.</li>
<li><strong>Unlisted isn&#x27;t invisible forever.</strong> Anyone holding the link can share it onward, and if you ever add an Unlisted video to a public playlist, it becomes findable through that playlist even though the video itself stays off search.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow&#x27;s job stops at the upload: connect your Zoom account to your YouTube channel once, and every new class or session recording lands there automatically, titled and dated, Private by default. Everything after that — Unlisted for the cohort, Public for a trailer, or left Private because a session isn&#x27;t meant for wider viewing — is a decision you make in YouTube Studio, session by session, with full context RecordFlow doesn&#x27;t have and shouldn&#x27;t guess at. YouTube only ever receives the video itself; if you also want the audio track, chat log, and transcript preserved, <a href="https://recordflow.org/blog/save-online-course-recordings-google-drive/">a connected Drive course library</a> keeps the rest of the session archived alongside the channel upload — YouTube is where students watch the replay, not where the full session record lives.</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">Publish class replays on your terms.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow uploads every Zoom class recording to your YouTube channel automatically, Private by default. You decide when and how each one goes live. Free during beta, 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">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>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>youtube</category>
      <category>privacy</category>
      <category>course-creators</category>
      <category>class-recordings</category>
    </item>
    <item>
      <title>RecordFlow Now Archives Zoom Recordings to Dropbox</title>
      <link>https://recordflow.org/blog/recordflow-dropbox-launch/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/recordflow-dropbox-launch/</guid>
      <description>Dropbox joins Google Drive as a general-availability RecordFlow destination — pick it at setup, no waitlist, and back up new recordings plus your backlog.</description>
      <enclosure url="https://recordflow.org/blog-heroes/recordflow-dropbox-launch.png" length="165266" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/recordflow-dropbox-launch.png" fileSize="165266" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">RecordFlow Now Archives Zoom Recordings to Dropbox</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/recordflow-dropbox-launch.png" fileSize="82009" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">RecordFlow Now Archives Zoom Recordings to Dropbox</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/recordflow-dropbox-launch.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/recordflow-dropbox-launch.png" alt="RecordFlow Now Archives Zoom Recordings to Dropbox" width="1600" height="893" /></p>
<p>If your practice or your team runs on Dropbox instead of Google Workspace, your Zoom recordings have had nowhere automatic to go — until now. Dropbox is a fully available RecordFlow destination as of today, alongside Google Drive: pick it on the connect screen, nothing to request or wait for, and about 60 seconds to connect.</p>
<h2 id="what-shipped-zoom-recordings-backed-up-to-dropbox"><a href="#what-shipped-zoom-recordings-backed-up-to-dropbox">What shipped: Zoom recordings, backed up to Dropbox</a></h2>
<p>Connect Zoom and Dropbox, and RecordFlow copies everything Zoom generates for a cloud recording — video, audio-only file, transcript, and chat log — into a dedicated <code>Apps/RecordFlow</code> folder in your Dropbox, organized by year and meeting. If Zoom produced a transcript, RecordFlow also renders it as a formatted Word (<code>.docx</code>) document with speaker labels and timestamps, dropped in alongside the recording, instead of leaving you with a raw <code>.vtt</code> file.</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">Also teaching a recurring class?</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><a href="https://recordflow.org/documentation/users/#series-folders">Grouping every session into one shared folder</a> instead of a new one each week works the same way on Dropbox as it does on Drive — see the linked docs for how to turn it on.</p></div></aside>
<p>Dropbox&#x27;s own <a href="https://help.dropbox.com/integrations/zoom" rel="noopener noreferrer" target="_blank">Zoom connection</a> already does something adjacent — it copies new recordings into Dropbox once you switch it on in Settings → the Apps tab. What it can&#x27;t do is reach backward: it only ever catches recordings from the moment you enable it, so a backlog built up before that point stays exactly where it was, and the original recording still sits in Zoom&#x27;s cloud storage either way.</p>
<p>RecordFlow&#x27;s <a href="https://recordflow.org/blog/migrate-zoom-recording-backlog/">archive-history setting</a> closes that backfill gap — widen it in Settings and RecordFlow reaches into your existing Dropbox-bound library too, streaming even large files in chunks so a multi-year backlog moves as reliably as a single meeting. Freeing up Zoom&#x27;s own storage afterward is a separate, opt-in step you control, not something either connection does automatically.</p>
<h2 id="getting-started"><a href="#getting-started">Getting started</a></h2>
<p>You&#x27;ll need a paid Zoom plan with cloud recording enabled — cloud recording isn&#x27;t available on free plans, and local-only recordings never leave the machine they were saved on. On the Dropbox side, either a personal account or a Dropbox Business member account works.</p>
<ol>
<li><strong>Confirm cloud recording is on</strong> in Zoom Settings → Recording. Local-only recordings never reach a cloud-based automation.</li>
<li><strong>Install RecordFlow</strong> from the <a href="https://marketplace.zoom.us/apps/E8aZd61sTUK1ateRlO9r7A" rel="noopener noreferrer" target="_blank">Zoom App Marketplace</a> — one-click OAuth, no password sharing.</li>
<li><strong>Connect Dropbox</strong> and pick it as your destination. RecordFlow requests Dropbox&#x27;s app-folder scope, so there&#x27;s no folder picker — it creates and writes to <code>Apps/RecordFlow</code> and genuinely can&#x27;t see anything else in your Dropbox.</li>
<li><strong>Set your archive-history depth</strong> in Settings if you want existing recordings backfilled, not just new ones going forward. A new connection starts on the past month by default.</li>
</ol>
<p>Full walkthrough with screenshots: <a href="https://recordflow.org/blog/save-zoom-recordings-dropbox/">how to save Zoom recordings to Dropbox automatically</a>.</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">Already on Google Drive?</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>Destinations are independent — connecting Dropbox doesn&#x27;t require moving off Drive, and each RecordFlow account currently archives to one destination at a time. Switching later is a Settings change, not a re-onboarding.</p></div></aside>
<h2 id="what-to-check-if-a-recording-doesnt-arrive"><a href="#what-to-check-if-a-recording-doesnt-arrive">What to check if a recording doesn&#x27;t arrive</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 recording was saved locally, not to the cloud — check Zoom Settings → Recording.</li>
<li>The Dropbox connection needs re-authorizing. Dropbox OAuth tokens can expire or be revoked; reconnect from RecordFlow&#x27;s dashboard.</li>
<li>Dropbox&#x27;s own storage quota is full. RecordFlow can&#x27;t write a file Dropbox has no room for.</li>
<li>Your Dropbox Business team blocks third-party app connections. A team admin may need to allow RecordFlow from the admin console&#x27;s App permissions page first.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>This is the same archiving pipeline that&#x27;s backed up Zoom recordings to Google Drive since launch, now pointed at a second destination. Every recording — new or backfilled — transfers <a href="https://recordflow.org/blog/how-recordflow-handles-your-data/">directly from Zoom to your Dropbox rather than sitting on RecordFlow&#x27;s servers in between</a>, retries automatically if a transfer fails partway through, and gets caught by an hourly safety sweep even if a webhook notification is missed. Setup is about 60 seconds, and it&#x27;s 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">Dropbox is ready. Your recordings aren&#x27;t backed up yet.</p><p class="mt-2 text-sm text-text-secondary">Install RecordFlow from the Zoom Marketplace, connect Dropbox, and every recording — new and backlogged — lands there 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>Mon, 24 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>dropbox</category>
      <category>backup</category>
    </item>
    <item>
      <title>Build a Student Replay Library on YouTube from Your Zoom Classes</title>
      <link>https://recordflow.org/blog/youtube-class-replay-library-zoom/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/youtube-class-replay-library-zoom/</guid>
      <description>Every class auto-uploads to your YouTube channel, private by default. Here's how to turn that into a browsable replay library your students can actually find.</description>
      <enclosure url="https://recordflow.org/blog-heroes/youtube-class-replay-library-zoom.png" length="200983" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/youtube-class-replay-library-zoom.png" fileSize="200983" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Build a Student Replay Library on YouTube from Your Zoom Classes</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/youtube-class-replay-library-zoom.png" fileSize="89731" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Build a Student Replay Library on YouTube from Your Zoom Classes</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/youtube-class-replay-library-zoom.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/youtube-class-replay-library-zoom.png" alt="Build a Student Replay Library on YouTube from Your Zoom Classes" width="1600" height="893" /></p>
<p>A student messages you Thursday: &quot;Is Tuesday&#x27;s replay up yet? I want to rewatch the Q&amp;A part before the assignment&#x27;s due.&quot; You know the recording exists — Zoom finished processing it days ago — but &quot;up&quot; where? Your students don&#x27;t have Zoom accounts, don&#x27;t want one, and definitely don&#x27;t want to dig through a flat list of &quot;Cohort Call&quot; entries hoping one matches. They think in terms of a channel they can subscribe to and a playlist they can scrub through, the way they watch everything else.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom Cloud has no concept of a course library. Every session you record is a standalone entry in a flat list — no module numbers, no playlist, nothing that reads as &quot;Week 4 of 10&quot; instead of a timestamp. <a href="https://devforum.zoom.us/t/using-api-integration-moving-cloud-recording-automatically-to-third-party-cloud-storage/30108" rel="noopener noreferrer" target="_blank">Zoom&#x27;s own developer guidance for moving recordings anywhere outside Zoom</a> points at building the connection yourself against Zoom&#x27;s API — there&#x27;s no native YouTube publish button, and no native &quot;make this a browsable series&quot; option either.</p>
<p>Even once a recording lands on YouTube, &quot;browsable&quot; and &quot;private&quot; pull in opposite directions, and the platform is explicit about which one wins by default. A video you upload isn&#x27;t automatically part of any collection — <a href="https://support.google.com/youtube/answer/57792" rel="noopener noreferrer" target="_blank">a YouTube playlist is something you or a viewer builds by hand, video by video</a>, it doesn&#x27;t happen from an upload alone. And an unverified channel can&#x27;t even accept a full-length class in the first place: without phone verification, <a href="https://support.google.com/youtube/answer/71673" rel="noopener noreferrer" target="_blank">YouTube caps uploads at 15 minutes</a> — a single lecture or workshop routinely runs longer. Verify the channel once (YouTube Studio → Settings → Channel → Feature eligibility) and the ceiling jumps to 256 GB or 12 hours, whichever comes first, so this is a one-time setup step, not a recurring wall.</p>
<h2 id="how-to-build-the-replay-library"><a href="#how-to-build-the-replay-library">How to build the replay library</a></h2>
<p>Steps 1–5 are one-time setup — done once per instructor, channel, or cohort. Step 6 is the only one that repeats: a 30-second click each time a new class finishes uploading.</p>
<ol>
<li><strong>Turn on cloud recording for every instructor who teaches a session</strong>, not just the account owner — Zoom Settings → Recording &amp; Transcript, <strong>Cloud recording</strong> toggled on per host. A guest instructor recording locally to their own laptop is invisible to any backup automation, so this is the step that quietly loses a session mid-term if it&#x27;s skipped.</li>
<li><strong>Verify your YouTube channel once</strong>, before connecting anything. YouTube Studio → Settings → Channel → Feature eligibility → complete phone verification. This removes the 15-minute cap so your first automated class upload doesn&#x27;t bounce.</li>
<li><strong>Connect Zoom and YouTube — about 60 seconds.</strong> Go to <a href="https://recordflow.org/sign-in/">recordflow.org/sign-in</a>, sign in with Zoom, then connect the Google account that owns your channel. Once connected, every class recording uploads to that channel automatically, titled <code>&lt;session name&gt; — &lt;date&gt;</code> from the Zoom meeting&#x27;s own topic — so put the cohort and module in the topic (<code>Fall 2026 — Module 03 — Pricing</code>) and the title on YouTube reads the same way.</li>
<li><strong>Know what &quot;uploaded&quot; means before a student asks for the link.</strong> Every video RecordFlow uploads lands <strong>Private</strong> — the people on the call consented to being recorded, not to being published, so nothing goes out to a public or even semi-public audience automatically. That&#x27;s the correct default, and it&#x27;s also the one manual step standing between &quot;recorded&quot; and &quot;replay library.&quot;</li>
<li><strong>Make one playlist per cohort, once.</strong> In YouTube Studio, create a playlist (<code>Fall 2026 Cohort</code>) and set the playlist itself to Unlisted so it doesn&#x27;t show up on your channel&#x27;s public Videos tab. This is a native, free YouTube feature — <a href="https://support.google.com/youtube/answer/57792" rel="noopener noreferrer" target="_blank">anybody can create and share a playlist</a>, no special access needed.</li>
<li><strong>Flip each session&#x27;s video to Unlisted and add it to that playlist</strong>, right after it uploads. <a href="https://support.google.com/youtube/answer/157177" rel="noopener noreferrer" target="_blank">Unlisted videos can be seen and shared by anyone with the link, and viewers don&#x27;t need a Google Account to watch</a> — the same no-login experience your students already get from a shared Drive or OneDrive folder. This step matters even after step 5: <strong>a private video stays unviewable to everyone but you no matter what playlist it&#x27;s sitting in</strong> — playlist visibility and video visibility are two separate settings, and both need to say Unlisted for a student to actually press play.</li>
<li><strong>Share the playlist link once</strong>, at kickoff or in your course platform&#x27;s module page. From then on, each new class you connect and record adds itself to the channel automatically — the only recurring manual step is the 30 seconds it takes to switch a fresh upload from Private to Unlisted and drop it in the playlist.</li>
</ol>
<h2 id="what-to-check-if-a-replay-doesnt-show-up"><a href="#what-to-check-if-a-replay-doesnt-show-up">What to check if a replay doesn&#x27;t show up</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>Student says the link doesn&#x27;t play.</strong> Check both settings — the video itself and the playlist it&#x27;s in must each be Unlisted (or Public). A private video stays invisible inside a shared playlist regardless of the playlist&#x27;s own setting.</li>
<li><strong>A session never made it to the channel at all.</strong> Confirm it was recorded to the cloud, not locally — Zoom Settings → Recording &amp; Transcript, for every instructor who taught that session, not just the account owner.</li>
<li><strong>Upload rejected outright.</strong> Your channel likely isn&#x27;t phone-verified yet, or the class ran long on an unverified channel (15-minute cap). Verify in YouTube Studio; the next upload goes through cleanly.</li>
<li><strong>&quot;Daily upload limit reached.&quot;</strong> YouTube doesn&#x27;t publish the exact number and says it varies by channel, so this is rare for a single course&#x27;s weekly cadence — wait roughly 24 hours and the next upload should clear.</li>
<li><strong>A student needs the original file, chat log, or transcript, not just the video.</strong> YouTube only ever receives the video — nothing else Zoom generates has anywhere to go there. <a href="https://recordflow.org/blog/course-library-onedrive-zoom/">Connect a storage destination alongside YouTube</a> so the full session (audio, chat, transcript) stays archived even after the replay is public.</li>
</ul></div></aside>
<h2 id="where-the-archive-fits--and-where-it-doesnt"><a href="#where-the-archive-fits--and-where-it-doesnt">Where the archive fits — and where it doesn&#x27;t</a></h2>
<p>A replay library and a client archive are two different jobs, and it&#x27;s worth being precise about which recordings belong in which. <strong>Publish to YouTube:</strong> a live class, a cohort call, a webinar — anything the enrolled group already expects to rewatch together. <strong>Keep out of YouTube entirely, even Unlisted:</strong> a confidential 1:1 coaching or therapy session, or anything covered by a professional confidentiality obligation — <a href="https://recordflow.org/blog/client-recordings-on-youtube/">we&#x27;ve written the straight answer on why Unlisted isn&#x27;t the same thing as private storage</a> for that case specifically.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow&#x27;s job is the automatic half of this: connect Zoom and YouTube once, and every class or cohort session uploads to your channel within minutes of Zoom finishing processing — titled and dated from the Zoom meeting topic, landing Private so publishing is always your decision, never an automatic one. The one YouTube Studio step that turns a private upload feed into an actual student-facing library — flipping a session to Unlisted and dropping it in the cohort playlist — stays exactly that: a 30-second click per session, not a re-upload. And because YouTube only ever gets the video, connecting a storage destination alongside it keeps the audio-only file, chat log, and a clean transcript archived too — the replay is what students watch; the archive is everything else from the session, kept in storage you control.</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 copying class recordings to YouTube by hand.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom to YouTube in about 60 seconds. Every class uploads automatically — titled, dated, private by default — so publishing the replay is a 30-second click, not a re-upload. 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>Fri, 21 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>youtube</category>
      <category>course-creators</category>
      <category>client-experience</category>
    </item>
    <item>
      <title>How to Upload Zoom Recordings to YouTube Automatically</title>
      <link>https://recordflow.org/blog/upload-zoom-recordings-to-youtube/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/upload-zoom-recordings-to-youtube/</guid>
      <description>Zoom has no built-in YouTube uploader. Here's how to automatically publish every class or webinar recording to your own channel, private by default.</description>
      <enclosure url="https://recordflow.org/blog-heroes/upload-zoom-recordings-to-youtube.png" length="112969" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/upload-zoom-recordings-to-youtube.png" fileSize="112969" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">How to Upload Zoom Recordings to YouTube Automatically</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/upload-zoom-recordings-to-youtube.png" fileSize="86958" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How to Upload Zoom Recordings to YouTube Automatically</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/upload-zoom-recordings-to-youtube.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/upload-zoom-recordings-to-youtube.png" alt="How to Upload Zoom Recordings to YouTube Automatically" width="1600" height="893" /></p>
<p>A comment lands under last week&#x27;s upload: &quot;Is Tuesday&#x27;s replay up yet?&quot; You&#x27;ve published every class to the channel for a month straight — but this week&#x27;s session is still sitting in Zoom&#x27;s cloud, because &quot;download it, then re-upload it&quot; is the first thing that slips when the week gets busy. For a course, cohort, or webinar series, the replay isn&#x27;t a courtesy; it&#x27;s the thing students expect to find waiting on the channel they already subscribed to.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom has no built-in YouTube destination. Zoom&#x27;s own developer guidance for moving cloud recordings anywhere outside Zoom points developers at <a href="https://devforum.zoom.us/t/using-api-integration-moving-cloud-recording-automatically-to-third-party-cloud-storage/30108" rel="noopener noreferrer" target="_blank">building the connection yourself on Zoom&#x27;s API</a> — there&#x27;s no setting to flip on. So &quot;publish to YouTube&quot; defaults to a manual loop: log into Zoom, download the recording, log into YouTube Studio, upload, wait for processing, repeat next week.</p>
<p>Two things about that manual loop are worth knowing before you fight them for the tenth time:</p>
<ul>
<li><strong>An unverified channel caps uploads at 15 minutes.</strong> YouTube&#x27;s help center is explicit: without phone verification, &quot;you can only upload videos that are 15 minutes or shorter.&quot; (<a href="https://support.google.com/youtube/answer/71673" rel="noopener noreferrer" target="_blank">Upload videos longer than 15 minutes</a>) A single class or webinar almost always runs longer, so this is usually the first wall a new channel hits — verify the channel once and it&#x27;s gone for good. A verified channel&#x27;s ceiling is generous by comparison: up to 256 GB or 12 hours, whichever comes first.</li>
<li><strong>Every upload gets scanned and re-encoded.</strong> &quot;When a video is uploaded to YouTube, it&#x27;s automatically scanned by Content ID&quot; (<a href="https://support.google.com/youtube/answer/2797370" rel="noopener noreferrer" target="_blank">How Content ID works</a>) — that description is triggered by the upload itself, with no carve-out for Private or Unlisted visibility. And YouTube &quot;always re-encodes videos to optimize their playback quality&quot; regardless of the source file (<a href="https://support.google.com/youtube/answer/4603579" rel="noopener noreferrer" target="_blank">Video and audio formatting specifications</a>) — the copy that ends up on the channel isn&#x27;t byte-for-byte what you uploaded. Neither of these is a reason to avoid YouTube; they&#x27;re just facts worth knowing about what &quot;uploaded&quot; actually means there. (If you&#x27;re weighing whether a specific <em>confidential</em> session belongs on YouTube at all — a 1:1 rather than a class replay — <a href="https://recordflow.org/blog/client-recordings-on-youtube/">we&#x27;ve written the straight answer on that separately</a>.)</li>
</ul>
<p>There&#x27;s also a channel-level daily cap, though YouTube doesn&#x27;t publish an exact number for it — its own uploading-errors page says only that it limits &quot;how many videos a channel can upload in a 24-hour period,&quot; and that the &quot;limits may vary by country/region or channel history.&quot; (<a href="https://support.google.com/youtube/answer/10383400" rel="noopener noreferrer" target="_blank">Common uploading errors</a>) None of these limits are exotic, but clearing the channel-verification wall and re-doing the upload flow every week is exactly the kind of repeated manual step that&#x27;s easy to automate away.</p>
<h2 id="how-to-upload-zoom-recordings-to-youtube-automatically"><a href="#how-to-upload-zoom-recordings-to-youtube-automatically">How to upload Zoom recordings to YouTube automatically</a></h2>
<ol>
<li><strong>Verify cloud recording is on.</strong> In Zoom Settings → Recording, <strong>Cloud recording</strong> should be toggled on. If Zoom is only saving locally, no cloud-based automation can see the file to upload it.</li>
<li><strong>Verify your YouTube channel, once.</strong> In YouTube Studio → Settings → Channel → Feature eligibility, complete phone verification if you haven&#x27;t already. This is what removes the 15-minute cap — do it before connecting anything, so your first automated upload doesn&#x27;t bounce.</li>
<li><strong>Connect the automation to Zoom.</strong> Install RecordFlow&#x27;s Zoom App from the <a href="https://marketplace.zoom.us/apps/E8aZd61sTUK1ateRlO9r7A" rel="noopener noreferrer" target="_blank">Zoom App Marketplace</a> — a one-click OAuth install that only asks for read access to cloud recordings.</li>
<li><strong>Connect your YouTube channel.</strong> Sign in with the Google account that owns the channel and grant access. RecordFlow requests upload access, plus the narrow read permission it needs to find your channel and avoid uploading the same recording twice — nothing else: no reading your existing videos&#x27; analytics, no deleting or editing anything already on the channel, no changes to channel settings.</li>
<li><strong>Record your next class or session to the cloud.</strong> Once Zoom finishes processing, RecordFlow uploads the video to your channel automatically, titled <code>&lt;session name&gt; — &lt;date&gt;</code> so a term&#x27;s worth of sessions sorts and reads like an actual course list instead of a pile of identical &quot;Zoom Meeting&quot; entries.</li>
</ol>
<p>Every upload lands <strong>Private</strong> by default, and that&#x27;s deliberate rather than a limitation to work around later: the people on that call consented to being recorded, not to being published on a public channel, so RecordFlow doesn&#x27;t make that call for you. Switching a specific session to Unlisted or Public afterward — sharing it with a cohort, or opening it up publicly — is a decision you make per video, on your own terms, in YouTube Studio.</p>
<p>One more thing worth planning around: <strong>YouTube only ever gets the video.</strong> The audio-only file, the chat log, and the transcript Zoom generates don&#x27;t have anywhere to go on a video-hosting platform, so if you want those preserved too, connect a storage destination alongside YouTube — <a href="https://recordflow.org/blog/course-library-onedrive-zoom/">an OneDrive course library</a> (or <a href="https://recordflow.org/blog/save-online-course-recordings-google-drive/">a Google Drive one</a> if that&#x27;s your stack) is built for exactly that. YouTube is where students watch the replay; the archive is where everything else from the session lives.</p>
<h2 id="what-to-check-if-an-upload-doesnt-arrive"><a href="#what-to-check-if-an-upload-doesnt-arrive">What to check if an upload doesn&#x27;t arrive</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>Upload rejected outright</strong> — your channel likely isn&#x27;t phone-verified yet. Verify it in YouTube Studio, then the next recording will go through.</li>
<li><strong>&quot;Daily upload limit reached&quot;</strong> — YouTube doesn&#x27;t publish the exact number and it varies by channel; wait roughly 24 hours and try the upload again.</li>
<li><strong>Recording never left Zoom</strong> — check that it was recorded to the cloud, not locally (Zoom Settings → Recording). Only cloud recordings are visible to any automation.</li>
<li><strong>The meeting was too short</strong> — very brief calls sometimes don&#x27;t produce a cloud recording at all.</li>
<li><strong>Connection stopped working</strong> — Google OAuth tokens can expire or be revoked; reconnect YouTube from RecordFlow&#x27;s dashboard.</li>
<li><strong>A video is stuck Private and you wanted it visible</strong> — that&#x27;s expected, not a bug. Open the video in YouTube Studio and change its visibility yourself.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow closes the manual step between a Zoom recording finishing and it showing up on your channel: connect Zoom, connect YouTube once, and every class or webinar recording after that uploads automatically — titled and dated, no re-downloading a file just to re-upload it an hour later. Every video lands Private by default, so nothing goes out to viewers without you deciding it should; publishing a specific session is still your call, made where it belongs, in YouTube Studio.</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 uploading class replays by hand.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom to YouTube and every class or webinar recording after that uploads automatically — private by default, yours to publish when you&#x27;re ready. Free during beta, 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">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>Thu, 20 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>youtube</category>
      <category>recording-basics</category>
      <category>course-creators</category>
    </item>
    <item>
      <title>How to Save Zoom Recordings to Dropbox Automatically</title>
      <link>https://recordflow.org/blog/save-zoom-recordings-dropbox/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/save-zoom-recordings-dropbox/</guid>
      <description>Dropbox's own Zoom connection only catches new recordings, not your backlog. Here's how to save every Zoom cloud recording to Dropbox — old and new.</description>
      <enclosure url="https://recordflow.org/blog-heroes/save-zoom-recordings-dropbox.png" length="262001" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/save-zoom-recordings-dropbox.png" fileSize="262001" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">How to Save Zoom Recordings to Dropbox Automatically</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/save-zoom-recordings-dropbox.png" fileSize="81964" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How to Save Zoom Recordings to Dropbox Automatically</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/save-zoom-recordings-dropbox.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/save-zoom-recordings-dropbox.png" alt="How to Save Zoom Recordings to Dropbox Automatically" width="1600" height="893" /></p>
<p>If your team runs on Dropbox instead of Google Workspace or Microsoft 365, every Zoom recording is still stuck in Zoom&#x27;s own storage — racing the same quota as everyone else&#x27;s, in a cloud you didn&#x27;t choose. Dropbox does have its own Zoom connection, tucked away in Settings → Connected apps. It&#x27;s easy to miss, and even once it&#x27;s on, it only ever reaches forward.</p>
<p>RecordFlow&#x27;s Dropbox destination is <a href="https://recordflow.org/blog/recordflow-dropbox-launch/">now generally available</a> — no waitlist, nothing to request.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Dropbox&#x27;s own &quot;Copy Zoom cloud recordings to Dropbox&quot; feature — documented on <a href="https://help.dropbox.com/integrations/zoom" rel="noopener noreferrer" target="_blank">Dropbox&#x27;s help site</a> — watches for new cloud recordings and copies them into your Dropbox once you turn it on in Connected apps. Three things about it matter more than whether it&#x27;s switched on:</p>
<ul>
<li><strong>It&#x27;s go-forward only.</strong> It starts catching recordings from the moment you enable it. Anything already sitting in your Zoom cloud storage — a year of client calls, a semester of class recordings — stays exactly where it is.</li>
<li><strong>It&#x27;s all-or-nothing.</strong> There&#x27;s no way to pick which recordings come over or route different meeting types to different folders; every cloud recording either gets copied or none do.</li>
<li><strong>It doesn&#x27;t free Zoom&#x27;s storage.</strong> The recording gets copied to Dropbox, but the original stays in Zoom&#x27;s cloud, still counted against your plan&#x27;s quota. Copying to Dropbox doesn&#x27;t buy you back any Zoom storage on its own.</li>
</ul>
<p>Its exact status has flip-flopped over the past couple of years, so if the built-in copy has stopped working for you at some point, you&#x27;re not imagining it — but whatever its current state, none of that changes the three limits above. On Zoom&#x27;s own side there&#x27;s no first-party Dropbox export at all: the connection has only ever lived inside Dropbox, and <a href="https://devforum.zoom.us/t/using-api-integration-moving-cloud-recording-automatically-to-third-party-cloud-storage/30108" rel="noopener noreferrer" target="_blank">Zoom&#x27;s developer guidance for moving cloud recordings to third-party storage</a> points developers at building it themselves on its API — the same path RecordFlow takes.</p>
<p>For a Dropbox-native consultant or small team, that combination is an awkward gap: the backlog you most want protected — months or years of client sessions — is exactly what the built-in copy can&#x27;t reach, and even the recordings it does catch keep taking up room in Zoom.</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 Dropbox account, personal or a Dropbox Business member account.</li>
<li>An automation that runs reliably on large recordings and password-protected calls, and can reach back into your existing backlog — <a href="https://recordflow.org/">RecordFlow</a> is built for exactly this.</li>
</ol>
<p>On Google Workspace or Microsoft 365 instead? The steps are the same, aimed at a different destination — see <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">how to back up Zoom recordings to Google Drive</a> or <a href="https://recordflow.org/blog/save-zoom-recordings-onedrive/">how to save Zoom recordings to OneDrive</a>.</p>
<h2 id="how-to-save-zoom-recordings-to-dropbox"><a href="#how-to-save-zoom-recordings-to-dropbox">How to save Zoom recordings to Dropbox</a></h2>
<ol>
<li><strong>Verify cloud recording is on.</strong> In Zoom Settings → Recording, <strong>Cloud recording</strong> should be toggled on. Without this, Zoom saves recordings to the local machine instead, and no cloud-based automation — RecordFlow included — can see them.</li>
<li><strong>Connect the automation to Zoom.</strong> Install RecordFlow&#x27;s Zoom App from the <a href="https://marketplace.zoom.us/apps/E8aZd61sTUK1ateRlO9r7A" rel="noopener noreferrer" target="_blank">Zoom App Marketplace</a> — a one-click OAuth install. Zoom asks you to authorize read access to cloud recordings; you&#x27;re never sharing your password.</li>
<li><strong>Connect Dropbox.</strong> Sign in with your Dropbox account and grant access. RecordFlow requests Dropbox&#x27;s app-folder scope, which creates one dedicated folder — <code>Apps/RecordFlow</code> — inside your Dropbox. There&#x27;s no folder picker because the permission itself fixes the destination: RecordFlow can read and write inside that one folder and genuinely cannot see or touch anything else in your Dropbox.</li>
<li><strong>Record your next meeting to the cloud.</strong> Once Zoom finishes processing the recording — a few minutes for a typical one-hour call, longer for multi-hour sessions — RecordFlow copies the video, the audio-only file, any transcript, and the chat log Zoom generated into your <code>Apps/RecordFlow</code> folder, organized by year and meeting. If Zoom generated a transcript, RecordFlow also renders it as a formatted Word (<code>.docx</code>) document, with speaker labels and timestamps, dropped in alongside the recording.</li>
</ol>
<p>Already have months or years of recordings sitting in Zoom&#x27;s cloud from before you connected anything? That&#x27;s the gap Dropbox&#x27;s own connected app can&#x27;t close — it only ever catches what&#x27;s recorded after it&#x27;s turned on. RecordFlow&#x27;s <a href="https://recordflow.org/blog/migrate-zoom-recording-backlog/">archive-history setting</a> reaches back into your existing backlog too, and you decide how far. It starts at the past month, included free, so a new connection doesn&#x27;t dump years of video into your Dropbox on day one. Reaching further back — 6 months, 2 years, or your full 10-year history — is a one-time paid unlock; once it&#x27;s on, widening triggers a backfill of everything newly in range, streaming even large files to Dropbox in chunks so a multi-year backlog moves as reliably as a single meeting.</p>
<h2 id="what-to-check-if-a-recording-doesnt-arrive"><a href="#what-to-check-if-a-recording-doesnt-arrive">What to check if a recording doesn&#x27;t arrive</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>Most missing-recording reports trace back to one of these:</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 generate a cloud recording (very brief calls sometimes don&#x27;t produce one).</li>
<li>The host wasn&#x27;t licensed for cloud recording when the meeting ran — admins occasionally rotate licenses between users.</li>
<li>The Dropbox connection needs re-authorizing. Dropbox OAuth tokens can expire or be revoked; reconnect from RecordFlow&#x27;s dashboard.</li>
<li>Dropbox&#x27;s own storage quota is full. RecordFlow can&#x27;t write a file Dropbox has no room for — check your plan&#x27;s usage.</li>
<li>Your Dropbox Business team blocks third-party app connections. If the Dropbox step fails immediately, your team admin may need to allow RecordFlow from the admin console&#x27;s App permissions page first.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow closes both gaps Dropbox&#x27;s own connected app leaves open: it backs up every new recording automatically, the same way, and it can also reach backward into whatever you already have sitting in Zoom — something a go-forward-only connection was never built to do. Sign in with Zoom, connect Dropbox, done — about 60 seconds. From then on, every cloud recording lands in your <code>Apps/RecordFlow</code> folder within minutes of Zoom marking it ready, including passcode-protected sessions and multi-hour calls, <a href="https://recordflow.org/blog/how-recordflow-handles-your-data/">transferred directly from Zoom to your Dropbox rather than stored on RecordFlow&#x27;s servers in between</a>, and any Zoom transcript arrives as a Word document instead of a raw <code>.vtt</code> file. If a transfer fails it retries automatically, and an hourly safety sweep catches anything a webhook notification missed. Once your recordings are safely archived, <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">freeing up Zoom&#x27;s storage</a> is a separate, opt-in step you control — not something that happens as a side effect of the copy itself.</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 watching recordings pile up in Zoom&#x27;s cloud.</p><p class="mt-2 text-sm text-text-secondary">Install RecordFlow from the Zoom Marketplace, connect Dropbox, and every recording — new and backlogged — lands there automatically. Transcripts included, as Word documents. 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>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>dropbox</category>
      <category>backup</category>
    </item>
    <item>
      <title>Build a Course Library in OneDrive from Your Zoom Class Recordings</title>
      <link>https://recordflow.org/blog/course-library-onedrive-zoom/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/course-library-onedrive-zoom/</guid>
      <description>Zoom has no built-in OneDrive course library. Here's how to save every online class recording into one organized OneDrive archive automatically.</description>
      <enclosure url="https://recordflow.org/blog-heroes/course-library-onedrive-zoom.png" length="279770" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/course-library-onedrive-zoom.png" fileSize="279770" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Build a Course Library in OneDrive from Your Zoom Class Recordings</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/course-library-onedrive-zoom.png" fileSize="88483" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Build a Course Library in OneDrive from Your Zoom Class Recordings</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/course-library-onedrive-zoom.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/course-library-onedrive-zoom.png" alt="Build a Course Library in OneDrive from Your Zoom Class Recordings" width="1600" height="893" /></p>
<p>A student pings you two weeks into a new term: &quot;Where&#x27;s the recording from Tuesday&#x27;s cohort call? I had a scheduling conflict.&quot; Your syllabus, your slides, your worksheets — everything else in the course — already lives in OneDrive; the one thing your students actually rewatch doesn&#x27;t. You open Zoom&#x27;s recordings list looking for it, and every entry reads some variant of &quot;Cohort Call&quot; with a timestamp — no module numbers, no way to tell which session is Tuesday&#x27;s without opening each one and scrubbing to the intro.</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 call for an eight-to-twelve-week cohort can chew through a meaningful slice of that pool before the term wraps — faster if you run office hours alongside the main session, or teach more than one cohort in parallel. Once the pool is full, Zoom stops saving new cloud recordings for the account, which mid-term 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=KB0067223" rel="noopener noreferrer" target="_blank">authentication enabled for viewing cloud recordings</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.</p>
<p>Underneath both is the same gap: Zoom doesn&#x27;t ship a OneDrive connector for cloud recordings. Zoom&#x27;s own developer guidance on moving recordings to third-party storage points at <a href="https://devforum.zoom.us/t/using-api-integration-moving-cloud-recording-automatically-to-third-party-cloud-storage/30108" rel="noopener noreferrer" target="_blank">building the connection yourself on Zoom&#x27;s API</a> — webhooks and REST calls, not a setting you flip on. So the recordings sit in Zoom&#x27;s cloud, disconnected from the OneDrive library everything else in the course already lives in, racing the same storage cap as everyone else&#x27;s, with no concept of &quot;Module 3 of a 10-module course&quot; — just a flat list of meeting titles and dates.</p>
<h2 id="how-to-build-a-course-video-library-in-onedrive"><a href="#how-to-build-a-course-video-library-in-onedrive">How to build a course video library in OneDrive</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. Cloud recording needs a paid Zoom plan (Pro, Business, Business Plus, or Enterprise) — it&#x27;s off entirely on free accounts, so a guest instructor on a Basic plan can&#x27;t produce a cloud copy no matter what&#x27;s toggled. 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 sessions are recorded — most course terms of service already cover this, and it&#x27;s worth a line in yours if not.</li>
<li><strong>Put the cohort and module number in each Zoom session&#x27;s meeting topic, separated by a slash.</strong> Title the meeting <code>Fall 2026/Module 03 — Pricing</code> (cohort name before the slash, then module number, always two digits). RecordFlow names each session&#x27;s OneDrive folder from the recording&#x27;s date plus that topic, so <code>2026-08-18-1400-Fall 2026_Module 03 — Pricing</code> reads the way a student thinks about the course, filed under a folder for the year the session ran — not the way Zoom&#x27;s flat meeting list does. The slash matters beyond readability: it&#x27;s what step 4 below uses to group every module into one shared cohort folder.</li>
<li><strong>Connect Zoom and OneDrive.</strong> Go to <a href="https://recordflow.org/sign-in/">recordflow.org/sign-in</a>, sign in with Zoom, then connect your Microsoft account. <a href="https://recordflow.org/blog/save-zoom-recordings-onedrive/">RecordFlow&#x27;s Microsoft permission is scoped to a single app folder</a>, so it automatically creates one dedicated <code>Apps/RecordFlow</code> folder and can read and write only inside it — there&#x27;s no folder to pick, one less setup decision. (This targets a personal OneDrive or a work/school account&#x27;s own default drive — a shared SharePoint document library isn&#x27;t supported.)</li>
<li><strong>Turn on <a href="https://recordflow.org/documentation/users/#series-folders">Group recordings by series</a> in Settings.</strong> With it on, RecordFlow turns the cohort prefix from step 2 into an actual per-cohort folder: every module sharing that exact prefix collects in one place automatically, instead of sitting loose as separate dated subfolders under the year folder. It&#x27;s off by default — see the linked docs for how to turn it on — and it only applies to sessions synced after it&#x27;s turned on, not anything already archived.</li>
<li><strong>Share the class folder with students directly, not a Zoom link.</strong> Turn on OneDrive&#x27;s <a href="https://support.microsoft.com/en-us/office/share-onedrive-files-and-folders-9fcc2f7d-de0c-4cec-93b0-a82024800c07" rel="noopener noreferrer" target="_blank">&quot;Anyone with the link&quot; sharing option</a> on the cohort folder from step 4 — it opens without a Microsoft or Zoom sign-in, the same way a student already opens a shared doc elsewhere on your course platform. Share it once at kickoff and every future module for that cohort appears inside it automatically. Running several cohorts through the same account, share each one&#x27;s class folder individually so one cohort&#x27;s students aren&#x27;t looking at another cohort&#x27;s replays. On a school or work tenant, an admin can disable &quot;Anyone&quot; links account-wide, which is worth checking before you promise students a no-login replay.</li>
<li><strong>Already have a term or two of past classes sitting in Zoom from before you connected anything?</strong> RecordFlow&#x27;s <a href="https://recordflow.org/blog/migrate-zoom-recording-backlog/">archive-history setting</a> reaches back into your existing backlog, not just what&#x27;s recorded going forward. It starts at the past month by default, and you can widen it in Settings whenever you&#x27;re ready — widening triggers a backfill of everything newly in range, streaming even large files to OneDrive in chunks so a semester&#x27;s backlog moves as reliably as a single class.</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 OneDrive folder link instead, and confirm &quot;Anyone with the link&quot; sharing is turned on for it.</li>
<li>The OneDrive connection needs re-authorizing. Microsoft OAuth tokens expire; reconnect from RecordFlow&#x27;s dashboard.</li>
<li>Your school or organization&#x27;s Microsoft 365 tenant restricts third-party app consent or disables anonymous &quot;Anyone&quot; links. An IT admin may need to approve RecordFlow&#x27;s Microsoft Graph permissions, or allow anonymous sharing links, before either works.</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 folder is named after the Zoom meeting&#x27;s own topic and date, so a typo in Zoom carries straight into OneDrive. Settle on a topic-naming convention (<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 Zoom to OneDrive once — about 60 seconds — and from then on, every live session lands in your <code>Apps/RecordFlow</code> folder within minutes of Zoom finishing processing: the video, the audio-only file, the chat log, and if Zoom generated a transcript, <a href="https://recordflow.org/blog/save-zoom-recordings-onedrive/">a formatted Word document</a> with speaker labels and timestamps, so a student can search a class instead of scrubbing an hour of video to find the five minutes on pricing that mattered. Each folder is named from the date and your meeting topic and filed under the year the session ran, so a term&#x27;s worth of classes reads like an actual course archive, sitting in the same OneDrive your syllabus and slides already live in — not a separate storage location for the one asset students actually come back to.</p>
<p>If a term or two of past sessions are still sitting in Zoom&#x27;s cloud, <a href="https://recordflow.org/blog/migrate-zoom-recording-backlog/">widening archive history</a> backfills them into the same library instead of leaving them behind, using the same chunked, verified-before-anything-else transfer that handles a fresh class. And if your program runs on Google Workspace instead of Microsoft 365, the same pattern — automatic backup, one archive per account, topic-driven folder names — applies directly to <a href="https://recordflow.org/blog/save-online-course-recordings-google-drive/">a Drive course library</a>.</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 scrambling for &#x27;the Module 3 replay.&#x27;</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and OneDrive once. Every live class lands in an organized folder inside your OneDrive, transcript included as a Word document — 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, 18 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>onedrive</category>
      <category>microsoft-365</category>
      <category>course-creators</category>
      <category>education</category>
    </item>
    <item>
      <title>Zoom Storage Full and You're on Microsoft 365? Here's the Fix</title>
      <link>https://recordflow.org/blog/zoom-storage-full-microsoft-365/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-storage-full-microsoft-365/</guid>
      <description>Zoom storage full and your team lives in Microsoft 365? More Zoom storage won't fix it — auto-archive recordings to OneDrive instead.</description>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-storage-full-microsoft-365.png" length="178881" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-storage-full-microsoft-365.png" fileSize="178881" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Zoom Storage Full and You're on Microsoft 365? Here's the Fix</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-storage-full-microsoft-365.png" fileSize="84080" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Zoom Storage Full and You're on Microsoft 365? Here's the Fix</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-storage-full-microsoft-365.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-storage-full-microsoft-365.png" alt="Zoom Storage Full and You're on Microsoft 365? Here's the Fix" width="1600" height="893" /></p>
<p>The &quot;cloud recording storage is almost full&quot; email lands. If you&#x27;re a Microsoft 365 shop, the instinct is to look for the OneDrive setting that already backs everything else up — SharePoint, Teams files, OneDrive sync on every laptop. Zoom doesn&#x27;t have one. The recordings filling that pool sit entirely outside the Microsoft 365 library the rest of your files live in, and the only levers Zoom hands you are &quot;delete something&quot; or &quot;pay for more room&quot; — neither of which gets a single file into OneDrive.</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 is a separate, capped pool — <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 on Pro, Pro Plus, and Business plans, pooled at the account level</a> (15 GB on Business Plus, unlimited on Enterprise tiers). It has nothing to do with your Microsoft 365 storage — Zoom doesn&#x27;t read from or write to OneDrive, SharePoint, or any Microsoft Graph API on its own. <a href="https://devforum.zoom.us/t/using-api-integration-moving-cloud-recording-automatically-to-third-party-cloud-storage/30108" rel="noopener noreferrer" target="_blank">Zoom&#x27;s own developer guidance on getting cloud recordings into third-party storage points at building the connection yourself on Zoom&#x27;s API</a> — there&#x27;s no setting to flip.</p>
<p>That gap matters more for an M365 shop than a generic one. Your team&#x27;s files, search, and permissions already live in SharePoint and OneDrive; a Zoom recording that&#x27;s never copied out sits invisible to all of it — not indexed, not searchable from the same place, not backed up by whatever retention policy already covers the rest of your Microsoft 365 tenant. <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">Zoom warns at 80% of the pool and blocks new cloud recordings once it&#x27;s full</a> — for everyone on the account, not just whoever filled it — and buying <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">Zoom&#x27;s storage add-on</a> only raises that same ceiling. It doesn&#x27;t get anything into OneDrive; it just delays the next &quot;almost full&quot; email.</p>
<p>A quick note on scope: Zoom recordings can currently be archived to a personal OneDrive or the default drive on a work/school Microsoft 365 account — a shared SharePoint document library isn&#x27;t a supported destination. So if your team&#x27;s convention is &quot;everything important lives in a shared SharePoint site,&quot; today&#x27;s fix lands recordings in OneDrive first, not directly in that site.</p>
<h2 id="how-to-fix-it-auto-archive-to-onedrive-instead-of-paying-for-more-zoom-room"><a href="#how-to-fix-it-auto-archive-to-onedrive-instead-of-paying-for-more-zoom-room">How to fix it: auto-archive to OneDrive instead of paying for more Zoom room</a></h2>
<p>The durable fix isn&#x27;t a bigger Zoom pool — it&#x27;s getting every recording out of Zoom and into OneDrive automatically, the moment it&#x27;s ready, so the pool never climbs toward the cap in the first place. The <a href="https://recordflow.org/blog/save-zoom-recordings-onedrive/">full OneDrive setup walkthrough</a> covers this end to end, including the archive-history setting for backfilling months or years of existing recordings; here&#x27;s the short version:</p>
<ol>
<li><strong>Confirm cloud recording is on.</strong> Zoom Settings → Recording → <strong>Cloud recording</strong> should be toggled on — off, and recordings save locally instead, invisible to any cloud automation.</li>
<li><strong>Connect RecordFlow to Zoom and OneDrive.</strong> <a href="https://recordflow.org/">RecordFlow</a> installs from the <a href="https://marketplace.zoom.us/apps/E8aZd61sTUK1ateRlO9r7A" rel="noopener noreferrer" target="_blank">Zoom App Marketplace</a> as a one-click OAuth app (read access to recordings, never your password), then connects to your Microsoft account via an app-folder-scoped permission — it creates and confines RecordFlow to one dedicated <code>Apps/RecordFlow</code> folder inside your OneDrive, and genuinely can&#x27;t see or touch anything else there.</li>
<li><strong>Record your next session to the cloud.</strong> Once Zoom finishes processing, RecordFlow copies the video, audio-only file, chat log, and any transcript into that OneDrive folder — the transcript arrives as a formatted Word (<code>.docx</code>) document with speaker labels and timestamps, not a raw <code>.vtt</code> file.</li>
</ol>
<p>Once a backup is confirmed, you can clear the Zoom copy safely — the <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">back-up → verify → delete sequence</a> works the same whether the backup landed in Google Drive or OneDrive, and the delete step is opt-in and never runs ahead of a verified copy.</p>
<h2 id="what-to-check-if-a-recording-doesnt-arrive"><a href="#what-to-check-if-a-recording-doesnt-arrive">What to check if a recording doesn&#x27;t arrive</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>Expected the file in a shared SharePoint site? Check the <code>Apps/RecordFlow</code> folder in OneDrive instead — shared SharePoint libraries aren&#x27;t a supported destination.</li>
<li>For the rest of the checklist (local vs. cloud recording, license rotation, token re-authorization, tenant consent restrictions), see the <a href="https://recordflow.org/blog/save-zoom-recordings-onedrive/#what-to-check-if-a-recording-doesnt-arrive">OneDrive setup guide</a>.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow closes the exact gap Zoom leaves open for a Microsoft 365 shop: sign in with Zoom, connect OneDrive, done — about 60 seconds, no Power Automate flow to build or maintain, free during beta. Every cloud recording lands in your <code>Apps/RecordFlow</code> folder within minutes of Zoom marking it ready, transcripts included as Word documents, and a failed transfer retries automatically with an hourly safety sweep behind it. RecordFlow never stores your recordings on its own infrastructure — files stream directly from Zoom to your OneDrive. The pool stays small because recordings leave it continuously, not because you keep paying Zoom to make room for more.</p>
<h2 id="when-the-onedrive-plan-has-a-ceiling-too"><a href="#when-the-onedrive-plan-has-a-ceiling-too">When the OneDrive plan has a ceiling too</a></h2>
<p>Moving recordings to OneDrive fixes the Zoom pool, and for most Microsoft 365 shops the terabyte per user that comes with the licence swallows a recording archive without anyone noticing. If yours is the case where it doesn&#x27;t — a heavy recorder, a shared archive, or a tenant already tight on storage — then you have swapped one plan ceiling for another, and the option worth knowing about is storage priced per gigabyte with no ceiling at all. <a href="https://recordflow.org/blog/zoom-recording-storage-cost-comparison/">What Zoom recording storage actually costs</a> puts Zoom&#x27;s add-on rates, consumer drive plans and object storage side by side with the list prices checked.</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 paying Zoom to hold what OneDrive already should.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow copies every Zoom cloud recording to your OneDrive automatically — no Power Automate flow, no manual downloads. Setup takes 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>Mon, 17 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>onedrive</category>
      <category>microsoft-365</category>
      <category>storage</category>
    </item>
    <item>
      <title>Should You Put Client Session Recordings on YouTube? A Straight Answer</title>
      <link>https://recordflow.org/blog/client-recordings-on-youtube/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/client-recordings-on-youtube/</guid>
      <description>YouTube's fine for a course trailer, risky for a confidential 1:1. Here's what YouTube's own policies say about private uploads, sourced and cited.</description>
      <enclosure url="https://recordflow.org/blog-heroes/client-recordings-on-youtube.png" length="160448" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/client-recordings-on-youtube.png" fileSize="160448" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Should You Put Client Session Recordings on YouTube? A Straight Answer</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/client-recordings-on-youtube.png" fileSize="91300" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Should You Put Client Session Recordings on YouTube? A Straight Answer</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/client-recordings-on-youtube.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/client-recordings-on-youtube.png" alt="Should You Put Client Session Recordings on YouTube? A Straight Answer" width="1600" height="893" /></p>
<p>You just finished a 1:1 Zoom session, the client asked for the recording, and YouTube is sitting right there — free, familiar, and it already knows how to host a video. Set it to &quot;Private,&quot; share the link, done in two minutes — except &quot;Private&quot; on YouTube doesn&#x27;t mean what you&#x27;d assume, and for a confidential coaching or therapy session, that gap matters. The reasons come straight from YouTube&#x27;s own policies, not speculation.</p>
<h2 id="what-private-on-youtube-actually-means"><a href="#what-private-on-youtube-actually-means">What &quot;Private&quot; on YouTube actually means</a></h2>
<p>Three things are true about a YouTube upload that most people don&#x27;t check before relying on one:</p>
<p><strong>The Terms of Service license doesn&#x27;t carve out private uploads.</strong> When you upload to YouTube, you grant YouTube &quot;a worldwide, non-exclusive, royalty-free, sublicensable and transferable license to use that Content (including to reproduce, distribute, prepare derivative works, display and perform it)&quot; in connection with the service and YouTube&#x27;s business — and that grant applies to whatever you &quot;provide to the Service,&quot; full stop, with no separate clause for Private or Unlisted visibility. That&#x27;s a platform-wide license, not a hosting arrangement, and it&#x27;s the same license whether the video is public or seen by nobody but you. After you delete a video, YouTube&#x27;s terms say the license continues for &quot;a commercially reasonable period of time,&quot; and YouTube &quot;may retain, but not display, distribute, or perform, server copies&quot; of removed videos — deletion isn&#x27;t instant erasure. (<a href="https://www.youtube.com/static?template=terms" rel="noopener noreferrer" target="_blank">YouTube Terms of Service</a>)</p>
<p><strong>Content ID scans videos at upload, not at &quot;made public.&quot;</strong> YouTube&#x27;s own explanation is direct: &quot;When a video is uploaded to YouTube, it&#x27;s automatically scanned by Content ID.&quot; That description is triggered by the upload itself, not by a separate &quot;made public&quot; step — YouTube&#x27;s Content ID documentation simply doesn&#x27;t carve out Private or Unlisted uploads as exempt, and creators routinely report Content ID matches on videos they never made public. A recording that includes a Spotify playlist in the background or a clip from a paid course can get matched by the rights holder&#x27;s system before you&#x27;ve decided who, if anyone, gets to see it. (<a href="https://support.google.com/youtube/answer/2797370" rel="noopener noreferrer" target="_blank">How Content ID works</a>)</p>
<p><strong>Your file doesn&#x27;t stay your file.</strong> &quot;YouTube always re-encodes videos to optimize their playback quality,&quot; regardless of what you upload — meaning the file you sent isn&#x27;t the file that gets served back. If a client ever needs the original video — for a records request, a professional-body audit, or just to open it outside YouTube&#x27;s player — what&#x27;s sitting on YouTube isn&#x27;t it. (<a href="https://support.google.com/youtube/answer/4603579" rel="noopener noreferrer" target="_blank">Video and audio formatting specifications</a>)</p>
<p>There&#x27;s a fourth data point worth knowing even if you&#x27;d never touch the YouTube API yourself: Google&#x27;s own developer policy defaults new integrations to the same caution. &quot;All videos uploaded via the <code>videos.insert</code> endpoint from unverified API projects created after 28 July 2020 will be restricted to private viewing mode&quot; until that integration passes a compliance audit. (<a href="https://developers.google.com/youtube/v3/docs/videos/insert" rel="noopener noreferrer" target="_blank">YouTube Data API — Videos: insert</a>) Even Google, building automation on top of its own platform, treats &quot;private by default until verified&quot; as the safe posture. That instinct is worth borrowing for anything that touches a client&#x27;s confidential recording.</p>
<h2 id="the-straight-answer"><a href="#the-straight-answer">The straight answer</a></h2>
<p>None of this makes YouTube unsafe to use — it makes YouTube the wrong tool for one specific job. The line that matters isn&#x27;t &quot;public vs. private,&quot; it&#x27;s <strong>what the recording is for</strong>:</p>
<ul>
<li><strong>Publish on YouTube:</strong> a course trailer, a marketing testimonial, a public workshop replay, anything you&#x27;d be comfortable seeing resurface somewhere unexpected years later.</li>
<li><strong>Keep out of YouTube entirely:</strong> a confidential 1:1 coaching or therapy session, anything covered by a professional confidentiality obligation, anything a client shared expecting it to stay between the two of you.</li>
</ul>
<p>Consent to <em>record</em> a session and consent to <em>publish</em> it are two different permissions, and a client who agreed to be recorded for their own reference didn&#x27;t agree to have that recording live on a platform with a standing content license and automated scanning. The safer default for confidential work is storage you control outright — a Google Drive folder shared only with that client — where the file that lands there is the exact file you uploaded, nobody else&#x27;s license touches it, and access is a permission you can revoke, not a platform setting you&#x27;re trusting to hold.</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 upload any client recording to YouTube, check this</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>Is this recording confidential, or client-specific in a way the client didn&#x27;t ask to have published? If yes, don&#x27;t upload it — even as Private.</li>
<li>Does the recording contain a professional confidentiality obligation you&#x27;re bound by (therapy, coaching-body ethics code, an NDA)? Treat &quot;Private on YouTube&quot; as publishing, not storing.</li>
<li>Do you need the original file back later, unmodified? YouTube&#x27;s copy is a re-encoded derivative, not your master.</li>
<li>Is background audio (music, a clip from someone else&#x27;s course) in the recording? That&#x27;s exactly what Content ID is built to catch, regardless of visibility.</li>
</ul></div></aside>
<h2 id="where-recordflow-fits"><a href="#where-recordflow-fits">Where RecordFlow fits</a></h2>
<p>RecordFlow&#x27;s job is the other half of this decision: making &quot;storage you control&quot; the easy option instead of the extra step. Connect your Zoom account to a Google Drive folder once, and every cloud recording — video, audio-only track, chat log, and a clean transcript Doc — lands in a dated subfolder automatically, the moment Zoom finishes processing. The files move directly from Zoom to your Drive; RecordFlow doesn&#x27;t hold a copy on its own servers. Sharing a session with one client afterward is the same three clicks as any Drive file: right-click the folder → Share → &quot;Anyone with the link can view&quot; → copy URL — the same <a href="https://recordflow.org/blog/deliver-coaching-recordings-professionally/">consent-aware handoff described for coaching deliverables</a> applies here, whether or not you ever put a single frame on YouTube.</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 confidential sessions in storage you control.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom to Google Drive in 60 seconds. Every recording — video, audio, and a clean transcript — lands in a dated folder you control and share with just your client. 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>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>youtube</category>
      <category>privacy</category>
      <category>consent</category>
      <category>coaching</category>
      <category>client-experience</category>
    </item>
    <item>
      <title>How to Convert a Zoom Transcript to a Word Document</title>
      <link>https://recordflow.org/blog/convert-zoom-transcript-to-word/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/convert-zoom-transcript-to-word/</guid>
      <description>Zoom hands you a raw .vtt caption file, not a document. Here is how to turn a Zoom transcript into a clean Word file, by hand or automatically with RecordFlow.</description>
      <enclosure url="https://recordflow.org/blog-heroes/convert-zoom-transcript-to-word.jpg" length="67567" type="image/jpeg" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/convert-zoom-transcript-to-word.jpg" fileSize="67567" type="image/jpeg" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">How to Convert a Zoom Transcript to a Word Document</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/convert-zoom-transcript-to-word.png" fileSize="80832" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How to Convert a Zoom Transcript to a Word Document</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/convert-zoom-transcript-to-word.jpg" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/convert-zoom-transcript-to-word.jpg" alt="How to Convert a Zoom Transcript to a Word Document" width="1600" height="893" /></p>
<p>You need a Word copy of a Zoom transcript — to send a client a written record of the session, paste key lines into a report, or just have something you can search and edit without opening a video. You download the transcript from Zoom&#x27;s web portal, open the file, and find a wall of sequence numbers and timestamps with your sentences chopped into fragments between them. That&#x27;s not a document. It&#x27;s a captioning file, and turning it into something you&#x27;d actually hand someone takes real cleanup.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom&#x27;s cloud recording can generate an <strong>audio transcript</strong> for a meeting — a setting you (or your account admin) turn on under the account, group, or personal Recording settings, in the Advanced cloud recording section as &quot;Create audio transcript.&quot; Once it&#x27;s on, Zoom transcribes the spoken audio for that meeting and, per <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0065911" rel="noopener noreferrer" target="_blank">Zoom&#x27;s own documentation</a>, &quot;appears as a separate VTT file in the list of recorded meetings.&quot; Two things about that are easy to miss: the setting only applies going forward — it can&#x27;t be turned on retroactively for a meeting you already recorded — and it requires cloud recording to be enabled for that meeting in the first place, since the transcript is generated from the cloud copy.</p>
<p>The format itself is <a href="https://www.w3.org/TR/webvtt1/" rel="noopener noreferrer" target="_blank">WebVTT</a>, a W3C standard built to drive closed captions in a video player, not to be read on its own. A real Zoom transcript looks like this:</p>
<pre><code>WEBVTT

1
00:00:03.120 --&gt; 00:00:06.480
Priya Anand: The main thing I want to flag before

2
00:00:06.480 --&gt; 00:00:09.760
Priya Anand: we get into the budget numbers is

3
00:00:09.760 --&gt; 00:00:11.200
David Klein: Sure, go ahead.
</code></pre>
<p>Every three-to-five seconds of speech is its own numbered cue with its own timestamp range. A single sentence routinely spans two or three cues. Word will open a <code>.vtt</code> fine — it&#x27;s plain text — but what you&#x27;ll see is exactly this structure, not a readable transcript.</p>
<h2 id="how-to-convert-it-by-hand"><a href="#how-to-convert-it-by-hand">How to convert it by hand</a></h2>
<p>If you&#x27;re doing this manually, the steps are:</p>
<ol>
<li><strong>Download the <code>.vtt</code> from Zoom.</strong> In the web portal, go to Recordings and Transcripts, open the meeting, and find Audio Transcript in the list of files. Click Download and it saves to your computer as a <code>.vtt</code> file.</li>
<li><strong>Open it as plain text.</strong> Most word processors, including Word, will open a <code>.vtt</code> directly, or you can rename the extension to <code>.txt</code> first.</li>
<li><strong>Strip the cue numbers and timestamp lines.</strong> This is the tedious part — either delete every sequence-number and <code>--&gt;</code> timestamp line by hand, or run a find-and-replace pass to remove them. For a 10-minute call that&#x27;s a few dozen lines; for a full hour it&#x27;s several hundred.</li>
<li><strong>Merge the fragments and clean up speaker labels.</strong> Once the cue lines are gone, you&#x27;re left with one line per fragment, still broken mid-sentence. Combine consecutive lines from the same speaker into paragraphs, and reformat the speaker name however you want it to read — bold, a colon, a new paragraph, whatever your document style calls for.</li>
</ol>
<p>None of this is hard, but it doesn&#x27;t scale. One transcript is an annoying ten minutes. A full week of client sessions is an afternoon you don&#x27;t have.</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">What to check if the transcript looks off</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>No Audio Transcript file at all.</strong> The &quot;Create audio transcript&quot; setting has to be turned on <em>before</em> the meeting — it won&#x27;t backfill past recordings, and it only works when cloud recording itself is enabled for that meeting.</li>
<li><strong>Speaker labels missing or wrong.</strong> Zoom attributes each cue to whoever it detects speaking; a shared line, background noise, or a participant joining without a proper display name can produce a blank or mislabeled speaker.</li>
<li><strong>Odd wording or missing punctuation.</strong> The audio transcript is generated automatically — expect the occasional mis-transcribed word or run-on sentence, especially with accents, crosstalk, or a poor connection. Proofread anything you&#x27;re sending to a client verbatim.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>If your RecordFlow archive is on OneDrive or Dropbox, every synced recording gets a real <code>.docx</code> transcript, rendered directly — no Google Doc step, no download-and-convert. It&#x27;s built the same way you&#x27;d clean one up by hand: a heading, the meeting date, a speakers list, then one paragraph per cue with a rounded <code>[HH:MM:SS]</code> timestamp and the speaker&#x27;s name bolded, cue numbers and fragment breaks already gone. It lands next to the video and the raw <code>.vtt</code> every time a recording syncs, and the transfer goes straight from Zoom to your own OneDrive or Dropbox — RecordFlow doesn&#x27;t keep a copy anywhere in between. If your archive is on Google Drive instead, you get the same clean transcript as a native Google Doc, which downloads to <code>.docx</code> in two clicks from Drive — see the <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">companion guide on getting Zoom transcripts into Google Doc and AI tools</a> for that path.</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">Skip the transcript cleanup entirely.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom to your Google Drive, OneDrive, or Dropbox and every recording&#x27;s transcript lands ready to read — a Google Doc on Drive, a Word document on OneDrive or Dropbox. 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, 13 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>transcripts</category>
      <category>word</category>
      <category>docx</category>
      <category>onedrive</category>
      <category>topic-ai</category>
    </item>
    <item>
      <title>How to Save Zoom Recordings to OneDrive Automatically</title>
      <link>https://recordflow.org/blog/save-zoom-recordings-onedrive/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/save-zoom-recordings-onedrive/</guid>
      <description>Zoom has no official OneDrive backup feature. Here's how to automatically save every Zoom cloud recording to OneDrive, including your existing backlog.</description>
      <enclosure url="https://recordflow.org/blog-heroes/save-zoom-recordings-onedrive.png" length="267147" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/save-zoom-recordings-onedrive.png" fileSize="267147" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">How to Save Zoom Recordings to OneDrive Automatically</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/save-zoom-recordings-onedrive.png" fileSize="83616" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How to Save Zoom Recordings to OneDrive Automatically</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/save-zoom-recordings-onedrive.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/save-zoom-recordings-onedrive.png" alt="How to Save Zoom Recordings to OneDrive Automatically" width="1600" height="893" /></p>
<p>If your team lives in Microsoft 365, every Zoom recording is sitting outside the OneDrive library the rest of your files live in — racing the same storage cap as everyone else&#x27;s. There&#x27;s no official Zoom-to-OneDrive connector to fix that: search &quot;save Zoom recordings to OneDrive&quot; and page one is a mix of university IT help-desk PDFs and generic no-code automation templates, because the automatic transfers some organizations built for themselves a few years ago mostly aren&#x27;t running anymore.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Zoom doesn&#x27;t ship a OneDrive connector for cloud recordings. Zoom&#x27;s own developer guidance on moving cloud recordings to third-party storage points developers at <a href="https://devforum.zoom.us/t/using-api-integration-moving-cloud-recording-automatically-to-third-party-cloud-storage/30108" rel="noopener noreferrer" target="_blank">building the connection yourself on Zoom&#x27;s API</a> — webhooks and REST calls, not a setting you flip on.</p>
<p>A number of IT departments closed that gap themselves a few years back, usually with a scheduled Power Automate flow that watched a Zoom folder and copied files into OneDrive. Several of those flows have since been retired — <a href="https://blogs.chapman.edu/information-systems/2023/07/25/automatic-transfer-of-zoom-recordings-to-onedrive-to-be-retired/" rel="noopener noreferrer" target="_blank">Chapman University&#x27;s IT department documented shutting theirs down in 2023</a>, a maintenance burden common to DIY flows built on top of Zoom&#x27;s API. Without one running, recordings just accumulate in Zoom&#x27;s cloud storage until <a href="https://recordflow.org/blog/zoom-recording-retention-policy-organization/">the account&#x27;s quota fills or a retention policy clears them out</a>.</p>
<p>For a Microsoft 365 shop, that&#x27;s an awkward place for a recording library to live. The recording sits in Zoom&#x27;s storage instead of the OneDrive or SharePoint library where the rest of the team&#x27;s files already are, isn&#x27;t indexed alongside them, and is exactly as exposed to Zoom&#x27;s <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">storage cap</a> as anyone else&#x27;s.</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 Microsoft OneDrive account — personal or the default drive on a work/school (Microsoft 365) account.</li>
<li>An automation 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>
<p>On Google Workspace instead of Microsoft 365? The steps below are the same, aimed at Drive instead — see <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">How to Automatically Back Up Zoom Recordings to Google Drive</a>.</p>
<h2 id="how-to-save-zoom-recordings-to-onedrive"><a href="#how-to-save-zoom-recordings-to-onedrive">How to save Zoom recordings to OneDrive</a></h2>
<ol>
<li><strong>Verify cloud recording is on.</strong> In Zoom Settings → Recording, <strong>Cloud recording</strong> should be toggled on. Without this, Zoom saves recordings to the local machine instead, and no cloud-based automation — RecordFlow included — can see them.</li>
<li><strong>Connect the automation to Zoom.</strong> Install RecordFlow&#x27;s Zoom App from the <a href="https://marketplace.zoom.us/apps/E8aZd61sTUK1ateRlO9r7A" rel="noopener noreferrer" target="_blank">Zoom App Marketplace</a> — a one-click OAuth install. Zoom asks you to authorize read access to cloud recordings; you&#x27;re never sharing your password.</li>
<li><strong>Connect OneDrive.</strong> Sign in with your Microsoft account and grant access. RecordFlow requests Microsoft&#x27;s app-folder-scoped permission, which creates one dedicated folder — <code>Apps/RecordFlow</code> — inside your OneDrive. There&#x27;s no folder picker because the permission itself fixes the destination: RecordFlow can read and write inside that one folder and genuinely cannot see or touch anything else in your OneDrive. (v1 targets a personal OneDrive or a work/school account&#x27;s own default drive — a shared SharePoint document library isn&#x27;t supported.)</li>
<li><strong>Record your next meeting to the cloud.</strong> Once Zoom finishes processing the recording — a few minutes for a typical one-hour call, longer for multi-hour sessions — RecordFlow copies the video, the audio-only file, any transcript, and the chat log Zoom generated into your <code>Apps/RecordFlow</code> folder, organized by year and meeting. If Zoom generated a transcript, RecordFlow also renders it as a formatted Word (<code>.docx</code>) document, with speaker labels and timestamps, dropped in alongside the recording.</li>
</ol>
<p>Already have months or years of recordings sitting in Zoom&#x27;s cloud from before you connected anything? A go-forward automation like a Power Automate flow only ever catches what&#x27;s recorded after it&#x27;s turned on — RecordFlow&#x27;s <a href="https://recordflow.org/blog/migrate-zoom-recording-backlog/">archive-history setting</a> reaches back into your existing backlog too, and you decide how far. It starts at the past month, included free, so a new connection doesn&#x27;t dump a decade of video into your OneDrive on day one. Reaching further back — 6 months, 2 years, or your full 10-year history — is a one-time paid unlock; once it&#x27;s on, widening triggers a backfill of everything newly in range, streaming even large files to OneDrive in chunks so a multi-year backlog moves as reliably as a single meeting.</p>
<h2 id="what-to-check-if-a-recording-doesnt-arrive"><a href="#what-to-check-if-a-recording-doesnt-arrive">What to check if a recording doesn&#x27;t arrive</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>Most missing-recording reports trace back to one of these:</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 generate a cloud recording (very brief calls sometimes don&#x27;t produce one).</li>
<li>The host wasn&#x27;t licensed for cloud recording when the meeting ran — admins occasionally rotate licenses between users.</li>
<li>The OneDrive connection needs re-authorizing. Microsoft OAuth tokens expire; reconnect from RecordFlow&#x27;s dashboard.</li>
<li>Your organization&#x27;s Microsoft 365 tenant restricts end-user consent for third-party apps. If OneDrive connection fails immediately, your IT admin may need to approve RecordFlow&#x27;s Microsoft Graph permissions first.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow closes the gap Zoom leaves open: sign in with Zoom, connect OneDrive, done — about 60 seconds, no Power Automate flow to build or maintain. From then on, every cloud recording lands in your <code>Apps/RecordFlow</code> folder within minutes of Zoom marking it ready, including passcode-protected sessions and multi-hour calls, and any Zoom transcript arrives as a Word document instead of a raw <code>.vtt</code> file. If a transfer fails it retries automatically, and an hourly safety sweep catches anything a webhook notification missed — so the backup doesn&#x27;t quietly depend on one script someone wrote once and forgot about.</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 watching recordings pile up in Zoom&#x27;s cloud.</p><p class="mt-2 text-sm text-text-secondary">Install RecordFlow from the Zoom Marketplace, connect OneDrive, and every recording from that point on lands there automatically — transcripts included, as Word documents. 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>Wed, 12 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>onedrive</category>
      <category>microsoft-365</category>
      <category>backup</category>
    </item>
    <item>
      <title>Zoom Cloud vs OneDrive: Where Your Meeting Recordings Should Live</title>
      <link>https://recordflow.org/blog/zoom-cloud-vs-onedrive-recordings/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-cloud-vs-onedrive-recordings/</guid>
      <description>Zoom Cloud vs OneDrive for meeting recordings: real Microsoft 365 storage costs, retention differences, and sharing — the honest comparison.</description>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-cloud-vs-onedrive-recordings.png" length="225877" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-cloud-vs-onedrive-recordings.png" fileSize="225877" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Zoom Cloud vs OneDrive: Where Your Meeting Recordings Should Live</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-cloud-vs-onedrive-recordings.png" fileSize="91154" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Zoom Cloud vs OneDrive: Where Your Meeting Recordings Should Live</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-cloud-vs-onedrive-recordings.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-cloud-vs-onedrive-recordings.png" alt="Zoom Cloud vs OneDrive: Where Your Meeting Recordings Should Live" width="1600" height="893" /></p>
<p>If your organization runs on Microsoft 365, the &quot;Zoom storage almost full&quot; email lands differently than it does for everyone else. You&#x27;re not choosing between &quot;pay Zoom for an add-on&quot; and &quot;find somewhere else to put these recordings&quot; — you&#x27;re already paying for a terabyte of OneDrive storage per person that&#x27;s probably half empty. Recording every meeting into Zoom Cloud and then paying Zoom again for more room is asking the budget to cover the same problem twice.</p>
<p>This post is the honest Zoom Cloud vs OneDrive comparison for teams and Microsoft-365 shops already on a paid Zoom plan. Same four questions as any storage decision: cost, retention, sharing, and where the archive actually needs to live.</p>
<p>If you&#x27;re on Google Workspace instead, the <a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Google Drive vs Zoom Cloud comparison</a> covers the same ground for that side of the world.</p>
<h2 id="theres-no-official-zoom-to-onedrive-integration"><a href="#theres-no-official-zoom-to-onedrive-integration">There&#x27;s no official Zoom-to-OneDrive integration</a></h2>
<p>Worth clearing up before anything else: Zoom doesn&#x27;t ship a native feature that copies cloud recordings into OneDrive. <a href="https://devforum.zoom.us/t/using-api-integration-moving-cloud-recording-automatically-to-third-party-cloud-storage/30108" rel="noopener noreferrer" target="_blank">Zoom&#x27;s own developer guidance</a> for getting recordings into third-party storage is to build on the recording-completed webhook and the recording API yourself — listen for the notification, download the file, upload it wherever it needs to go. If you remember an automated Zoom-to-OneDrive flow from a few years back, it was almost certainly a homegrown Power Automate script, not a Zoom product, and several of those were retired when their owners moved on. Zoom Workplace (the current name for Zoom&#x27;s desktop client) records to Zoom Cloud; getting a copy into OneDrive is on you, one way or another.</p>
<h2 id="what-zoom-cloud-storage-actually-costs"><a href="#what-zoom-cloud-storage-actually-costs">What Zoom Cloud storage actually costs</a></h2>
<p>Zoom&#x27;s cloud recording storage is <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/">pooled at the account level and capped by plan</a> — most paid plans include 10 GB per licensed user, shared by everyone who records. Once that pool fills, <a href="https://recordflow.org/blog/zoom-blocked-from-recording-storage-full/">Zoom blocks new cloud recordings</a> until someone frees space or the account buys more. 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, and the per-gigabyte rate only gets meaningfully better once you&#x27;re committing to a full terabyte — most solo practitioners and small teams never buy that much.</p>
<p>OneDrive storage, on the other hand, usually isn&#x27;t a separate purchase at all. <a href="https://www.microsoft.com/en-us/microsoft-365/onedrive/onedrive-business-plans-and-pricing" rel="noopener noreferrer" target="_blank">Microsoft 365 Business Basic and Business Standard</a> both include 1 TB of OneDrive storage per user, bundled into a subscription most teams already have for email and Office apps. A solo practitioner on <a href="https://www.microsoft.com/en-us/microsoft-365/onedrive/compare-onedrive-plans" rel="noopener noreferrer" target="_blank">Microsoft 365 Personal</a> gets 1 TB on its own for about $9.99 a month; Microsoft 365 Family stretches that to up to 6 TB (1 TB per person) for about $12.99 a month across up to six people.</p>
<p>That 1 TB is per person, not pooled the way Zoom&#x27;s storage is — each OneDrive is its own allocation, not a shared bucket the whole account draws from. For a solo practitioner archiving into their own account, that&#x27;s still headroom Zoom&#x27;s add-on can&#x27;t match. For a team, what matters is the single OneDrive the archive actually lands in: RecordFlow&#x27;s admin-managed app connects one Zoom account admin&#x27;s OneDrive as the archive root, with a sub-folder per member, so it&#x27;s that one person&#x27;s 1 TB doing the work, not the sum of everyone&#x27;s individual quotas. Even counted that way, one person&#x27;s largely-unused terabyte comfortably outlasts a shared 10 GB Zoom pool split across ten licenses — and upgrading that one OneDrive is cheaper than paying Zoom&#x27;s per-GB add-on for the whole account.</p>
<h2 id="does-onedrive-auto-delete-recordings"><a href="#does-onedrive-auto-delete-recordings">Does OneDrive auto-delete recordings?</a></h2>
<p>No — not by default. OneDrive keeps a file until someone with access deletes it. If a file does get deleted, it goes to the Recycle Bin first: <a href="https://support.microsoft.com/en-us/onedrive/restore-deleted-files-or-folders-in-onedrive" rel="noopener noreferrer" target="_blank">30 days for a personal Microsoft account</a>, or up to <a href="https://support.microsoft.com/en-us/office/restore-items-in-the-recycle-bin-that-were-deleted-from-sharepoint-or-teams-6df466b6-55f2-4898-8d6e-c0dff851a0be" rel="noopener noreferrer" target="_blank">93 days total across the first- and second-stage Recycle Bin</a> for OneDrive for Business and SharePoint, where an admin can also restore from the second stage after a user empties the first. An organization can layer a retention or deletion policy on top through Microsoft Purview, but that&#x27;s an explicit admin choice, not a default behavior.</p>
<p>Zoom&#x27;s failure mode is the opposite shape. There&#x27;s no retention policy required for recordings to disappear — the <a href="https://recordflow.org/blog/zoom-blocked-from-recording-storage-full/">account-wide storage cap</a> does that on its own once the pool fills, and an account owner can separately turn on auto-delete after a set number of days, which is easy to forget is active. If the goal is &quot;recordings stick around until we choose to remove them,&quot; OneDrive&#x27;s default already matches that; Zoom&#x27;s doesn&#x27;t.</p>
<h2 id="what-about-sharing-recordings-outside-the-org"><a href="#what-about-sharing-recordings-outside-the-org">What about sharing recordings outside the org?</a></h2>
<p>OneDrive sharing links work the way your team already shares a proposal or a contract: pick view or edit access, set an optional expiration date, revoke access any time. A client or student doesn&#x27;t need a Microsoft account to open a view-only link, though your organization&#x27;s sharing defaults — set by a Microsoft 365 admin — can restrict links to specific people or block external sharing outright, so check that setting if a client says they can&#x27;t get in.</p>
<p>Zoom&#x27;s share links are tied to the meeting they came from, not the recording as a long-lived asset, and an account admin can turn on &quot;require authentication to view,&quot; which locks out anyone without a Zoom login on the same account. For a recording that needs to reach a client, a parent, or an outside auditor, that&#x27;s a setting worth checking before you rely on the link.</p>
<h2 id="where-do-recordings-need-to-be-reachable"><a href="#where-do-recordings-need-to-be-reachable">Where do recordings need to be reachable?</a></h2>
<p>Once a recording lands in OneDrive, it&#x27;s inside the same OneDrive account as the rest of your files — searchable from OneDrive itself, and reachable by Word, Copilot, or whatever else your organization already runs against Microsoft 365 content. A recording stuck in Zoom Cloud is reachable by Zoom-aware tools and not much else. If your organization ever moves off Zoom, the archive doesn&#x27;t move with it — it&#x27;s already sitting inside the Microsoft 365 tenant the rest of your documents live in.</p>
<h2 id="when-zoom-cloud-is-still-the-right-call"><a href="#when-zoom-cloud-is-still-the-right-call">When Zoom Cloud is still the right call</a></h2>
<p>A few situations where keeping recordings in Zoom Cloud makes sense:</p>
<ul>
<li><strong>You need a shareable link seconds after the meeting ends.</strong> Zoom Cloud gets you a URL faster than any pipeline that copies the file elsewhere afterward.</li>
<li><strong>Your compliance story is built around a Zoom-specific contract or BAA</strong> that doesn&#x27;t extend to OneDrive. Don&#x27;t unwind a working compliance arrangement to save $10 a month.</li>
<li><strong>You&#x27;re comfortably under the storage cap and never share recordings outside Zoom.</strong> If there&#x27;s no problem, there&#x27;s nothing here to fix.</li>
</ul>
<h2 id="what-changes-when-you-move-to-onedrive"><a href="#what-changes-when-you-move-to-onedrive">What changes when you move to OneDrive</a></h2>
<p>Zoom keeps recording to its cloud exactly as it does now — nothing about the meeting or the recording process changes. What changes is that once a recording is ready, a copy lands in OneDrive, and from that point OneDrive is the durable copy. Once you&#x27;ve confirmed a few backups landed safely, you can <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">let Zoom&#x27;s own storage settings clear its copy on a schedule you control</a>, instead of racing the storage cap every few weeks.</p>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow watches for finished Zoom cloud recordings and streams each one — video, audio, transcript, and chat log — into a dedicated <code>Apps/RecordFlow</code> folder in your OneDrive, the moment Zoom marks it ready. The transcript renders as a Word document rather than a Google Doc, so it opens directly in the Microsoft tools your team already uses, and meeting-summary archiving turns Zoom&#x27;s AI Companion summary into a Word document too. This works the same way whether you&#x27;re a solo practitioner connecting your own account or a Zoom account admin archiving every member&#x27;s recordings into one OneDrive with a sub-folder per person — <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">RecordFlow&#x27;s admin-managed app</a> handles a whole team from one install. See our <a href="https://recordflow.org/privacy/">Privacy Policy</a> for how recordings are handled in transit; RecordFlow never stores recording bytes on its own infrastructure.</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 paying Zoom for storage you already have in OneDrive.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow streams every Zoom recording into your OneDrive automatically — video, audio, transcript, and chat log.</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, 11 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>onedrive</category>
      <category>microsoft-365</category>
      <category>storage</category>
    </item>
    <item>
      <title>How to Move Your Entire Zoom Recording Backlog to the Cloud You Own</title>
      <link>https://recordflow.org/blog/migrate-zoom-recording-backlog/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/migrate-zoom-recording-backlog/</guid>
      <description>Most Zoom backup tools only catch new recordings. Here's how to move years of existing Zoom recordings to Drive, no matter how far back your backlog goes.</description>
      <enclosure url="https://recordflow.org/blog-heroes/migrate-zoom-recording-backlog.png" length="272167" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/migrate-zoom-recording-backlog.png" fileSize="272167" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">How to Move Your Entire Zoom Recording Backlog to the Cloud You Own</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/migrate-zoom-recording-backlog.png" fileSize="89703" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How to Move Your Entire Zoom Recording Backlog to the Cloud You Own</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/migrate-zoom-recording-backlog.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/migrate-zoom-recording-backlog.png" alt="How to Move Your Entire Zoom Recording Backlog to the Cloud You Own" width="1600" height="893" /></p>
<p>The years of Zoom recordings already sitting in your account are still one storage cap or retention policy away from gone — even after you set up a backup tool. Most of these tools only start capturing recordings from the moment you connect them. Everything that was already there — client sessions, training replays, board meetings, whatever your account has accumulated — is exactly as exposed as it was before you set anything up.</p>
<p>For a lot of accounts, that &quot;everything already there&quot; isn&#x27;t a few weeks of gap — it&#x27;s a handful of years. That&#x27;s the migration people actually show up to do: not &quot;protect tomorrow&#x27;s recording&quot; but &quot;move the entire history before something forces the issue.&quot;</p>
<p>That backlog is usually the bigger risk, not the smaller one. New recordings get caught the moment they land. It&#x27;s the years of <em>existing</em> recordings racing the storage cap right now that most backup setups quietly leave behind — and the accounts we hear from most aren&#x27;t missing a week or two, they&#x27;re carrying a handful of years of history that&#x27;s never been touched.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Most Zoom backup integrations — no-code automations, first-party connectors, anything triggered by a &quot;recording completed&quot; event — are built to react going forward. They watch for new recordings and copy each one as it lands. None of that logic reaches backward into what&#x27;s already in your account, so a backlog built up over months or years just sits there, unprotected, no matter how long the automation has been running.</p>
<p>Even setups that do attempt to pull older recordings tend to choke on the files themselves. A single hour of Zoom recording typically runs <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#the-math-that-fills-the-pool-faster-than-it-looks">a few hundred megabytes once Zoom finishes compressing it</a>. A lot of general-purpose file-transfer automations cap how large a single file transfer can be — built for spreadsheets and form submissions, not hour-long video. Point one at a multi-year backlog and the failure mode is predictable: it works fine on short clips, then silently drops or errors out on anything longer than a few minutes.</p>
<p>Zoom&#x27;s own web portal doesn&#x27;t help either. <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067567" rel="noopener noreferrer" target="_blank">Downloading a cloud recording means opening it and downloading it from its own page</a>, one recording at a time, with no bulk-export option in the recordings list — impractical past a handful of meetings and genuinely not viable across a backlog that spans years. Meanwhile the clock on that backlog keeps running: <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/">storage pools fill</a> and, on accounts with a retention policy set, <a href="https://recordflow.org/blog/zoom-recording-retention-policy-organization/">recordings older than the policy window age out automatically</a> — regardless of whether anyone got around to backing them up first.</p>
<p>That one-at-a-time limit is exactly why the job often ends up delegated: a virtual assistant or admin opens each recording in the Zoom portal, downloads it, and re-uploads it to Drive by hand, one meeting at a time. It&#x27;s how a lot of solo practitioners and small teams have been keeping up — until the VA&#x27;s hours run out, they move on, or the backlog quietly outgrows what anyone signed up to do manually. What&#x27;s left afterward isn&#x27;t &quot;mostly backed up with a small gap&quot; — it&#x27;s however many months went by since the last person touched it, on top of whatever was never covered in the first place.</p>
<h2 id="how-to-migrate-the-whole-backlog-not-just-whats-new"><a href="#how-to-migrate-the-whole-backlog-not-just-whats-new">How to migrate the whole backlog, not just what&#x27;s new</a></h2>
<p>RecordFlow&#x27;s <strong>archive history</strong> setting exists specifically for this — it controls how far back into your existing Zoom recordings a connected account reaches, separately from the fact that it also archives everything new going forward.</p>
<ol>
<li><strong><a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">Connect Zoom to your Google Drive</a>.</strong> About 60 seconds — sign in with Zoom, connect Drive, pick a folder. This part is read-only; nothing is deleted or changed in Zoom. Consolidating to <a href="https://recordflow.org/blog/save-zoom-recordings-dropbox/">Dropbox</a> or <a href="https://recordflow.org/blog/save-zoom-recordings-onedrive/">OneDrive</a> instead works the same way — the archive-history setting below is the same regardless of destination.</li>
<li><strong>Open Settings and set Archive history to match your backlog.</strong> Four depths are available: the past month, the past 6 months, the past 2 years, or your full 10-year Zoom cloud history. A new connection starts on the past month, included free, so a decade of video doesn&#x27;t land in your Drive on day one. Going deeper than the past month is a one-time paid unlock — pick a deeper option and Settings shows a &quot;contact support&quot; panel; send your invoicing details and we&#x27;ll turn it on. Once unlocked, picking a deeper option than what&#x27;s currently set starts importing the older recordings immediately — narrowing it later only limits future imports, and nothing already archived to Drive is ever removed. (<a href="https://recordflow.org/blog/google-drive-vs-zoom-cloud-storage/">Comparing Drive&#x27;s cost against Zoom&#x27;s paid storage add-ons</a> is worth a look if the price of a deep backfill is giving you pause.)</li>
<li><strong>Let it run.</strong> Recordings appear in your Drive folder progressively as each one is fetched and verified, not all at once. A backlog of a few dozen meetings usually finishes in minutes; a library spanning years and thousands of meetings runs in the background over a longer stretch — RecordFlow has completed single-day backfills of well over a thousand meetings without manual intervention.</li>
<li><strong>Running the archive on behalf of a team?</strong> An <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">admin-managed install</a> applies the same backfill account-wide — one admin connects once, and every enrolled member&#x27;s existing recordings import into their own sub-folder under a Drive root the org controls.</li>
</ol>
<figure class="not-prose my-8"><img src="https://recordflow.org/blog-figures/migrate-zoom-recording-backlog-depth.svg" alt="A horizontal bar chart titled &#x27;How far back Archive history reaches&#x27;, showing four depth options to scale: past month, past 6 months, past 2 years, and past 10 years (full Zoom cloud history) — each bar length proportional to its depth in months." width="1200" height="640" loading="lazy" decoding="async" class="w-full rounded-lg border border-border"/><figcaption class="mt-2 text-center text-sm text-text-secondary">Four archive-history depths, each one reaching further back into your existing Zoom recordings — up to your full 10-year cloud history.</figcaption></figure>
<p>The part that makes a large, old backlog actually finish is how each file moves. RecordFlow streams recordings from Zoom to your storage in small chunks rather than holding an entire multi-gigabyte video in memory at once. A three-hour training recording transfers the same reliable way a five-minute session does, and if one chunk fails partway through, the transfer resumes rather than restarting the whole file from zero.</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">What to check if a large backfill stalls</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 the archive-history depth actually widened.</strong> If you meant to import your full history, double-check Settings shows the 10-year option selected, not one of the shallower presets.</li>
<li><strong>Check your Drive has room for the incoming volume.</strong> A deep backfill on a large library adds up fast — free up space or upgrade your Drive plan before it fills mid-backfill.</li>
<li><strong>Give it time on a big library.</strong> Thousands of meetings across years don&#x27;t land instantly; recordings continue appearing progressively rather than all landing in the first few minutes.</li>
<li><strong>A single stuck meeting doesn&#x27;t block the rest.</strong> RecordFlow retries individual failures on its own schedule rather than holding up everything behind it — a specific meeting that never appears is worth a support look, but it isn&#x27;t a sign the whole backfill has stopped.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>Backfilling isn&#x27;t a separate mode bolted onto RecordFlow — it&#x27;s the same <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">archiving pipeline</a> that handles new recordings, just pointed at a deeper slice of your Zoom history. Widen the archive-history setting and the same chunked-transfer, verified-before-anything-else logic that copies tomorrow&#x27;s meeting also reaches back and copies last year&#x27;s — years of client sessions and board meetings included, transferred <a href="https://recordflow.org/blog/how-recordflow-handles-your-data/">directly from Zoom to your Drive rather than stored on RecordFlow&#x27;s servers in between</a>. Once your backlog is safely in Drive, <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">auto-delete</a> is there if you want Zoom&#x27;s copy cleared too — but only after each recording&#x27;s Drive copy is verified, never before, and always opt-in.</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 leaving your backlog exposed.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow backfills your existing Zoom recordings into the Google Drive you own, the same reliable way it archives everything new — free during beta. The past month back is included free; going deeper, up to your full 10-year history, is a one-time paid add-on.</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, 10 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>backup</category>
      <category>storage</category>
    </item>
    <item>
      <title>Save and Organize Your Sales Call Recordings Automatically</title>
      <link>https://recordflow.org/blog/save-sales-call-recordings-google-drive/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/save-sales-call-recordings-google-drive/</guid>
      <description>Sales calls are a business asset scattered across rep Zoom accounts. Here's how to land every deal call in one Google Drive folder, automatically.</description>
      <enclosure url="https://recordflow.org/blog-heroes/save-sales-call-recordings-google-drive.png" length="248596" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/save-sales-call-recordings-google-drive.png" fileSize="248596" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Save and Organize Your Sales Call Recordings Automatically</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/save-sales-call-recordings-google-drive.png" fileSize="85942" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Save and Organize Your Sales Call Recordings Automatically</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/save-sales-call-recordings-google-drive.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/save-sales-call-recordings-google-drive.png" alt="Save and Organize Your Sales Call Recordings Automatically" width="1600" height="893" /></p>
<p>Three weeks after your best rep closes a deal, the sales manager wants that discovery call as a coaching example for the next new hire — and nobody can find it. If you&#x27;re a solo rep instead of a manager, you&#x27;ve hit the same wall on your own: the exact line that got a hesitant prospect to say yes is buried somewhere in your Zoom recordings, if it hasn&#x27;t already aged out. Every deal call is a business asset the moment someone needs it again — onboarding, a lost-deal review, a clip for the next pitch deck — and nothing about where Zoom stores that recording makes it easy to find twice.</p>
<h2 id="whats-actually-happening"><a href="#whats-actually-happening">What&#x27;s actually happening</a></h2>
<p>Most sales teams run their calls through one shared Zoom account, with each rep as a Licensed user hosting their own meetings. When a call ends, Zoom&#x27;s cloud recording lands under that rep&#x27;s own account — not filed by deal, account name, or pipeline stage, just a meeting topic and a date. A sales manager can see every recording across the account from Zoom&#x27;s <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067567" rel="noopener noreferrer" target="_blank">account-wide recording view</a> (Account Management → Recording and Transcript Management), but that view is a list by host, not a library organized around the deal.</p>
<p>The bigger problem is that the recording isn&#x27;t durable. Zoom&#x27;s 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 across the whole account, not per rep</a>, and once it fills, Zoom can block new cloud recordings account-wide — the <a href="https://recordflow.org/blog/zoom-storage-management-for-admins/">full storage math is covered here</a> if you want it. Some accounts also run a <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0066493" rel="noopener noreferrer" target="_blank">retention or auto-delete policy</a> to manage that pressure, which ages recordings out on a fixed schedule — including the exact objection-handling example a manager wanted to reuse eight months later.</p>
<p>So a sales call recording has two problems working against it at once: it&#x27;s siloed under whoever happened to host it, and it isn&#x27;t guaranteed to still exist by the time someone wants it again.</p>
<h2 id="how-to-record-zoom-sales-calls-to-google-drive-automatically"><a href="#how-to-record-zoom-sales-calls-to-google-drive-automatically">How to record Zoom sales calls to Google Drive automatically</a></h2>
<ol>
<li><strong>Get every rep&#x27;s calls landing in one place automatically.</strong> Instead of a recording staying wherever Zoom put it, route it to a Google Drive folder the team already uses — the moment Zoom marks the recording ready, not whenever someone remembers to go find it.</li>
<li><strong>Keep it organized by rep and date, not one flat pile.</strong> A sub-folder per rep, named the way your team already thinks about ownership, means a manager pulling up &quot;Jordan&#x27;s calls from March&quot; doesn&#x27;t have to guess which recording is which.</li>
<li><strong>Turn the transcript into something searchable.</strong> Alongside the video and audio, a clean, timestamped Google Doc transcript means finding the exact line a manager wants to quote in a coaching session is a text search, not twenty minutes of scrubbing video.</li>
<li><strong>Point downstream tools at the Drive folder, not the Zoom recording page.</strong> Once a call is filed in Drive, that&#x27;s the stable link to hand to a CRM note, a clip-editing pass, or a shared deal-review doc — it doesn&#x27;t expire when Zoom&#x27;s storage clock runs out.</li>
<li><strong>If storage pressure is what&#x27;s driving cleanup, don&#x27;t let it race the backup.</strong> <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">The safe way to auto-delete Zoom recordings</a> is to confirm the Drive copy first and only then let Zoom clear its own copy — so freeing up space never costs you a recording nobody backed up yet.</li>
</ol>
<p>For a single rep managing their own Zoom account, that&#x27;s the <a href="https://recordflow.org/blog/backup-zoom-recordings-google-drive/">individual RecordFlow setup</a>: sign in with Zoom, connect a Drive folder, done in about 60 seconds. Every call that rep hosts from then on lands in Drive automatically, passcode-protected sessions included. For a whole sales team on one shared Zoom account, <a href="https://recordflow.org/blog/archive-zoom-recordings-team-admin/">RecordFlow&#x27;s admin-managed app</a> is the better fit — whoever runs the account installs once, connects a single Drive folder, and every enrolled rep&#x27;s calls land in their own sub-folder under it. No individual rep has to set anything up. Recordings stay attributed to whoever hosted the call — nothing merges reps&#x27; calls into one pile — and enrollment for the team version is admin-controlled per rep, the same opt-in toggle used for any other org, so nobody&#x27;s calls start archiving without the admin switching them on.</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">What to check if a deal call is missing</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 call was recorded locally, not to the cloud.</strong> Local recordings save to the host&#x27;s own computer and no cloud-based tool can see them. Check that Cloud recording is toggled on in Zoom Settings → Recording.</li>
<li><strong>The rep wasn&#x27;t a Licensed user when the call ran.</strong> Some teams rotate cloud-recording licenses across a shared seat pool — if the host wasn&#x27;t licensed at call time, Zoom never generated a cloud recording to archive.</li>
<li><strong>The account&#x27;s Drive ran low on space.</strong> If the archive destination is full, new files can&#x27;t land. Check the connected Drive&#x27;s available storage.</li>
<li><strong>A retention policy beat the backup to it.</strong> If cloud recordings are set to auto-delete on a fixed schedule, a call recorded right before that policy ran can age out before anything copies it. Confirm the account&#x27;s retention window against how quickly the archive is picking up new recordings.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow doesn&#x27;t touch your CRM, doesn&#x27;t generate clips, and isn&#x27;t a call-intelligence tool — it does one job: land every Zoom recording — video, audio, transcript, and chat log alike — into a Google Drive folder the team owns, automatically and within minutes of the call ending. Since these are calls with people outside your org, the same recording disclosure Zoom already requires covers the archive too — RecordFlow doesn&#x27;t change what participants were told, it just makes sure the file doesn&#x27;t disappear afterward. Once a deal call is sitting in a Drive folder organized by rep, whatever your team already uses to pull quotes into the CRM, cut a clip, or build a coaching library is working from a file that isn&#x27;t going anywhere — not a Zoom link running against a storage clock.</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">Every deal call, filed and searchable — automatically.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom to a Google Drive folder your team already uses, and every recorded call lands there within minutes, organized and transcribed. 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>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>sales</category>
      <category>revops</category>
    </item>
    <item>
      <title>Automatically Save Your Zoom Webinar Recordings to Google Drive</title>
      <link>https://recordflow.org/blog/save-zoom-webinar-recordings-google-drive/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/save-zoom-webinar-recordings-google-drive/</guid>
      <description>Zoom Webinar recordings share your account's meeting storage pool and fill it faster. Here's how to save every replay to Google Drive automatically.</description>
      <enclosure url="https://recordflow.org/blog-heroes/save-zoom-webinar-recordings-google-drive.png" length="231295" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/save-zoom-webinar-recordings-google-drive.png" fileSize="231295" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Automatically Save Your Zoom Webinar Recordings to Google Drive</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/save-zoom-webinar-recordings-google-drive.png" fileSize="89465" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Automatically Save Your Zoom Webinar Recordings to Google Drive</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/save-zoom-webinar-recordings-google-drive.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/save-zoom-webinar-recordings-google-drive.png" alt="Automatically Save Your Zoom Webinar Recordings to Google Drive" width="1600" height="893" /></p>
<p>A registrant who had to drop off early emails asking for the webinar replay. You go looking for it in Zoom&#x27;s recordings list, and it isn&#x27;t there — somewhere between running that session and the next one on the calendar, the account&#x27;s cloud storage filled up, and the reply you send back is an apology instead of a link.</p>
<p>That&#x27;s the webinar-specific version of a problem plain Zoom meetings don&#x27;t hit quite as hard: bigger files, a separate recording setup, and a replay that has to stay reachable for people who never showed up live.</p>
<h2 id="whats-actually-happening--and-where-a-webinar-recording-actually-lives"><a href="#whats-actually-happening--and-where-a-webinar-recording-actually-lives">What&#x27;s actually happening — and where a webinar recording actually lives</a></h2>
<p>Zoom Webinars isn&#x27;t a bigger meeting — it&#x27;s a distinct product with its own license, <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0064444" rel="noopener noreferrer" target="_blank">layered as the Webinar add-on on top of a paid Zoom plan</a>, scaling from 500 up to 1 million view-only attendees depending on the tier purchased. It also draws a hard line meetings don&#x27;t: <strong>panelists</strong> are full participants who can share video, share their screen, and appear on camera, while <strong>attendees</strong> are view-only unless the host unmutes them. That split carries straight into the recording. A Zoom Webinar recording can produce <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0062404" rel="noopener noreferrer" target="_blank">separate output files for the main video, the chat log, the Q&amp;A panel, and the panelists</a> — more distinct files per event than a standard meeting recording generates, and more data behind each one.</p>
<p>All of that still lands in the same place as everything else you record: <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/">the same pooled cloud storage sitting on your Zoom account</a>, 10 GB per licensed user on Pro and Business, scaling up by plan. Webinars don&#x27;t get a separate bucket — they draw down the identical pool your regular meetings do, just faster per event. A solo host running just one webinar a month still watches that add up quietly in the background — the kind of slow drain that&#x27;s easy to ignore until the day it blocks a recording — and a production team or agency running several webinars for different clients out of one Zoom account can burn through it in weeks. And when the pool is empty, <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0058972" rel="noopener noreferrer" target="_blank">Zoom stops starting new cloud recordings for the whole account</a> — not just webinars, everything — until someone frees space or buys more.</p>
<p>If you use Zoom&#x27;s on-demand webinar feature, the replay problem looks solved on paper: <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067279" rel="noopener noreferrer" target="_blank">registration stays open after the event, and anyone who registers gets a link</a> — a live join link if they register before or during the webinar, and a direct link to the cloud recording if they register after it&#x27;s over. It&#x27;s a genuinely useful lead-capture mechanic, and checking the &quot;make the webinar on-demand&quot; box automatically turns on cloud recording for you. But it comes with real limits: on-demand only works with <strong>cloud</strong> recording, and it flatly <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067279" rel="noopener noreferrer" target="_blank">doesn&#x27;t support recurring webinars</a>. If your webinar is a standing weekly training or a recurring office-hours session rather than a one-off, on-demand isn&#x27;t available to you at all — Zoom generates no automatic replay link, and getting the recording to a late registrant is entirely on you.</p>
<h2 id="how-to-save-every-webinar-recording-to-google-drive"><a href="#how-to-save-every-webinar-recording-to-google-drive">How to save every webinar recording to Google Drive</a></h2>
<ol>
<li><strong>Turn on cloud recording for every host who runs a webinar under the account</strong>, not just the account owner — Zoom Settings → Recording → Cloud recording. A co-host recording locally is invisible to any backup automation and gone the moment their laptop isn&#x27;t around.</li>
<li><strong>Decide whether on-demand is the right fit case by case.</strong> Turn it on for a genuinely one-off, non-recurring webinar where you want Zoom to auto-issue replay links. For a recurring series, plan from the start to send the replay yourself — on-demand won&#x27;t do it for you.</li>
<li><strong>Connect an automation that copies every webinar recording into a dedicated Drive folder</strong> — video, audio, chat log, Q&amp;A, and panelist files — the moment Zoom finishes processing. <a href="https://recordflow.org/">RecordFlow</a> does this without you ever opening the Zoom portal to download anything by hand.</li>
<li><strong>Name the Zoom webinar&#x27;s topic consistently</strong> (<code>Series Name — Session 04</code>, always the same pattern) so the backup lands labeled the same way in Drive. A producer scanning a folder six months later shouldn&#x27;t have to open five files to find the right one. Running the same webinar every week? Naming the topic <code>Series Name/Session 04</code> (series before the slash) <a href="https://recordflow.org/documentation/users/#series-folders">lets RecordFlow group the whole series into one shared folder</a> automatically instead of a flat list — off by default; the linked docs cover how to turn it on.</li>
<li><strong>Put a Drive link, not a Zoom link, in the follow-up email to registrants.</strong> <a href="https://support.google.com/drive/answer/2494822" rel="noopener noreferrer" target="_blank">Sharing straight from Google Drive</a> opens for anyone with the link, no Zoom account required on their end — the same fix that solves this for <a href="https://recordflow.org/blog/share-zoom-recording-client-no-account/">a client who can&#x27;t open a Zoom recording link</a> works just as well for a registrant list, and the replay doesn&#x27;t age out with your account&#x27;s storage clock or a retention policy set independently of your webinar settings.</li>
<li><strong>Running webinars for more than one client?</strong> If each client has their own Zoom account, connect RecordFlow separately for each one — every connection gets its own Drive destination, so handing off a finished engagement is a folder transfer, not a search through someone else&#x27;s Zoom recordings list. Running multiple clients&#x27; webinars through one shared Zoom account instead? Use a client-named subfolder inside your single connected Drive destination to keep them apart.</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">What to check if a webinar replay goes missing</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 registrant&#x27;s on-demand link doesn&#x27;t work.</strong> On-demand only applies to non-recurring webinars, and recording must still be running when the webinar ends — if someone manually turned recording off mid-session, on-demand can&#x27;t issue a link to a recording that doesn&#x27;t exist.</li>
<li><strong>The Q&amp;A or panelist file is missing.</strong> These generate as separate outputs alongside the main video; confirm the relevant recording options were turned on for that webinar before it started, not after.</li>
<li><strong>No new cloud recording could start at all.</strong> The account-wide storage pool is full — it doesn&#x27;t matter whether the blocked session was a webinar or an ordinary meeting; see the full <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/">storage limits by plan</a> breakdown for the math.</li>
<li><strong>A registrant is asked to sign into Zoom to watch.</strong> Same fix as any other cloud recording: switch the follow-up email to a Drive link instead of Zoom&#x27;s own share link.</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 every webinar recording lands there automatically from that point on: video, audio, chat log, any separate Q&amp;A and panelist files Zoom generates, and a clean <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">Google Doc transcript</a> with speaker labels and timestamps, so a producer can search a session for the exact minute a question was answered instead of scrubbing an hour of playback. Files move straight from Zoom to the Drive folder you already own — RecordFlow never keeps a copy on its own infrastructure — and it works the same way whether you&#x27;re a solo host running one webinar series or a production team archiving several client accounts in parallel. Once a replay is safely in Drive, the account&#x27;s storage pool stays small, and the next scheduled webinar is never at risk of failing to record because an old one is still sitting in Zoom&#x27;s cloud.</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 webinar replays to a full storage pool.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom and Google Drive once. Every webinar recording — video, audio, chat, and a clean transcript — lands in a folder you own automatically. 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, 04 Aug 2026 00:00:00 GMT</pubDate>
      <dc:creator>Adam Dobrawy</dc:creator>
      <category>zoom</category>
      <category>google-drive</category>
      <category>webinar</category>
      <category>backup</category>
    </item>
    <item>
      <title>Turn a Folder of Zoom Recordings Into an AI Knowledge Base</title>
      <link>https://recordflow.org/blog/zoom-recordings-ai-knowledge-base/</link>
      <guid isPermaLink="true">https://recordflow.org/blog/zoom-recordings-ai-knowledge-base/</guid>
      <description>One Zoom transcript is a document. A folder of them in Google Drive is a knowledge base Gemini Notebook can query across every session at once.</description>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-recordings-ai-knowledge-base.jpg" length="106983" type="image/jpeg" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-recordings-ai-knowledge-base.jpg" fileSize="106983" type="image/jpeg" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Turn a Folder of Zoom Recordings Into an AI Knowledge Base</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-recordings-ai-knowledge-base.png" fileSize="85266" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Turn a Folder of Zoom Recordings Into an AI Knowledge Base</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-recordings-ai-knowledge-base.jpg" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-recordings-ai-knowledge-base.jpg" alt="Turn a Folder of Zoom Recordings Into an AI Knowledge Base" width="1600" height="893" /></p>
<p>You have forty coaching calls, or a semester of class recordings, or a quarter of discovery calls — each one already backed up, each one already transcribed. And you still can&#x27;t answer the question you actually have. <em>What did clients keep asking about this month?</em> <em>Which objection came up across six of my last ten sales calls?</em> <em>When did we first talk about the pricing change?</em> A single transcript answers a question about one meeting. Those questions span all of them, and re-watching forty recordings to find the pattern isn&#x27;t realistic.</p>
<p>The fix isn&#x27;t a new tool. It&#x27;s treating the folder itself as the asset — a knowledge base you can ask questions across — instead of dozens of separate documents you&#x27;d open one at a time.</p>
<h2 id="why-a-folder-of-transcripts-is-a-knowledge-base"><a href="#why-a-folder-of-transcripts-is-a-knowledge-base">Why a folder of transcripts is a knowledge base</a></h2>
<p><a href="https://notebooklm.google.com/" rel="noopener noreferrer" target="_blank">Gemini Notebook</a> — Google renamed NotebookLM to Gemini Notebook in July 2026, <a href="https://workspaceupdates.googleblog.com/2026/07/notebooklm-now-gemini-notebook.html" rel="noopener noreferrer" target="_blank">same product, same URL, new name</a> — takes Google Docs, PDFs, and a handful of other file types from Drive as &quot;sources,&quot; and answers questions grounded only in the sources you&#x27;ve added, citing the specific source document behind each part of the answer. Add one transcript Doc and you can ask about that one call. Add every transcript Doc from a client&#x27;s history, a cohort&#x27;s sessions, or a quarter of calls, and the same question — &quot;what themes came up across these?&quot; — now has an answer with citations back to the individual sessions that raised each one.</p>
<p>Two things have to be true for that to work. First, each recording needs a transcript Gemini Notebook can actually read — not the raw <code>.vtt</code> caption file Zoom hands you, which is fragmented into three-second cues and isn&#x27;t accepted as a Gemini Notebook source at all. RecordFlow uploads a clean, readable Google Doc transcript into Drive alongside the raw <code>.vtt</code> for every recording it syncs; the <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">companion deep-dive on converting Zoom transcripts to Google Docs</a> covers that conversion in full, so this post won&#x27;t re-explain it — it assumes you&#x27;re already there and focuses on what happens once you have a folder of these Docs, not just one.</p>
<p>Second, you need to be able to tell the sessions apart once you&#x27;re picking sources. A notebook with thirty transcript Docs all named &quot;Zoom Meeting&quot; or &quot;Transcript&quot; is not a knowledge base — it&#x27;s an unlabeled pile you have to open each file to identify. This is where the recording&#x27;s file name does real work, not just bookkeeping.</p>
<p>For the wider picture — what Docs, Gemini Notebook, and Vids can each do with a Zoom recording once it&#x27;s in Drive — see the <a href="https://recordflow.org/blog/use-zoom-recordings-google-workspace/">ecosystem overview of Zoom recordings in Google Workspace</a>.</p>
<h2 id="build-the-knowledge-base"><a href="#build-the-knowledge-base">Build the knowledge base</a></h2>
<ol>
<li><strong>Get every recording&#x27;s transcript into Drive as a clean Google Doc.</strong> If you haven&#x27;t set this up yet, RecordFlow does this automatically the moment a Zoom recording finishes — see 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> for the 60-second setup, and the <a href="https://recordflow.org/blog/notebooklm-gemini-zoom-recordings-drive/">transcript-to-Doc conversion post</a> for what the Doc looks like once it lands.</li>
<li><strong>Pick the corpus boundary before you build the notebook.</strong> A knowledge base is only useful if it answers questions about a coherent set of sessions — one client&#x27;s full history, one cohort&#x27;s class recordings, one quarter of discovery calls. Decide the boundary first; it becomes the notebook.</li>
<li><strong>Create a Gemini Notebook and add the transcript Docs as sources.</strong> In Gemini Notebook, start a new notebook, choose &quot;Add source,&quot; pick Google Drive, and select the transcript Docs for the sessions inside your chosen boundary. Because RecordFlow names each meeting folder with the start date and the meeting topic (for example <code>2026-06-03-Quarterly review</code>), you can tell sessions apart in the source picker without opening each one first.</li>
<li><strong>Ask across the set.</strong> Try questions that only make sense across many sessions, not one: <em>What objections came up more than once?</em> <em>Which commitments did this client make and never revisit?</em> <em>What questions has this cohort asked most often?</em> Gemini Notebook grounds every answer in the sources you added and cites which transcript it pulled from, so you can jump from the answer straight to the exact call.</li>
</ol>
<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">Let the corpus boundary build itself</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 your corpus is a recurring class or cohort, <a href="https://recordflow.org/documentation/users/#series-folders">Group recordings by series</a> can set the boundary from step 2 automatically: give the class a shared prefix in the Zoom meeting topic (for example <code>Fall 2026 Cohort/Week 6</code>) and every session collects in one Drive folder instead of sitting scattered across dated entries, so adding a term&#x27;s worth of sources to a notebook is picking one folder rather than hunting down each Doc. It&#x27;s off by default — the linked docs above cover how to turn it on — and only groups future syncs; sessions you&#x27;ve already archived stay where they are.</p></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">If Gemini Notebook can&#x27;t build the answer you expect</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 file won&#x27;t add as a source</strong> — you&#x27;re pointing at the raw <code>.vtt</code> instead of the Google Doc transcript. Check the meeting&#x27;s Drive folder for the Doc RecordFlow uploads alongside the <code>.vtt</code>.</li>
<li><strong>The answer only reflects some sessions</strong> — Gemini Notebook only draws from sources actually added to that notebook; a transcript you forgot to add is invisible to every question you ask.</li>
<li><strong>You can&#x27;t tell which source is which while picking</strong> — this is a naming problem, not a Gemini Notebook problem. Don&#x27;t rename RecordFlow&#x27;s meeting folders; the date-plus-topic name is what disambiguates the picker.</li>
<li><strong>A notebook feels unmanageably large</strong> — split it. One notebook per client, cohort, or quarter keeps each corpus answerable and keeps you inside Gemini Notebook&#x27;s free-tier source cap; see the FAQ below for the current limit.</li>
</ul></div></aside>
<h2 id="how-recordflow-fits"><a href="#how-recordflow-fits">How RecordFlow fits</a></h2>
<p>RecordFlow isn&#x27;t the AI here — Gemini Notebook is. RecordFlow&#x27;s job is narrower: the moment a Zoom recording finishes, it copies the video, audio, chat log, and transcript into a Drive folder you own, and lands a clean Google Doc transcript alongside the raw <code>.vtt</code>, in a folder named by date and topic. RecordFlow never reads or analyzes what&#x27;s inside those transcripts — it copies the file into your Drive and stops there; what Gemini Notebook does with it from that point on runs on your own Google account, not ours. That combination — every session landed automatically, transcribed into a document Gemini Notebook can actually read, and named so you can tell sessions apart — is what turns a folder of recordings into a corpus you can build a notebook from, instead of a pile of files you&#x27;d have to sort by hand first.</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 your Zoom archive into a knowledge base you can query.</p><p class="mt-2 text-sm text-text-secondary">Pick a Google Drive folder once. Every recording lands there automatically with a clean, correctly-named Google Doc transcript, ready to add as a Gemini Notebook source. 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, 03 Aug 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>gemini</category>
      <category>topic-ai</category>
    </item>
    <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>
      <enclosure url="https://recordflow.org/blog-heroes/organize-client-coaching-recordings-google-drive.png" length="230238" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/organize-client-coaching-recordings-google-drive.png" fileSize="230238" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Organize Your Client Recordings So You Can Find the Right One in Five Seconds</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/organize-client-coaching-recordings-google-drive.png" fileSize="96756" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Organize Your Client Recordings So You Can Find the Right One in Five Seconds</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/organize-client-coaching-recordings-google-drive.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/organize-client-coaching-recordings-google-drive.png" alt="Organize Your Client Recordings So You Can Find the Right One in Five Seconds" width="1600" height="893" /></p>
<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>
<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">Running a recurring cohort, not just 1:1 clients?</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 batch of sessions shares a class or cohort — the same group meeting every week — naming the topic with a slash instead of a dash (<code>Cohort 3/Week 6</code> rather than <code>Cohort 3 — Week 6</code>) lets RecordFlow collect every session with that exact prefix into one shared folder automatically, instead of a new dated folder each week. It&#x27;s off by default — see the docs below for how to turn it on. It only affects future syncs, so the shortcut system below still does the job for anything already archived, and for 1:1 client sessions where a fresh dated folder per call is exactly what you want. <a href="https://recordflow.org/documentation/users/#series-folders">Full mechanics.</a></p></div></aside>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/ferpa-zoom-recordings-education-admins.png" length="100824" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/ferpa-zoom-recordings-education-admins.png" fileSize="100824" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">FERPA and Zoom Recordings: What Education Admins Need to Know</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/ferpa-zoom-recordings-education-admins.png" fileSize="86804" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">FERPA and Zoom Recordings: What Education Admins Need to Know</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/ferpa-zoom-recordings-education-admins.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/ferpa-zoom-recordings-education-admins.png" alt="FERPA and Zoom Recordings: What Education Admins Need to Know" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-recording-storage-universities-colleges.png" length="257301" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-recording-storage-universities-colleges.png" fileSize="257301" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Zoom Recording Storage &amp; Archiving for Universities and Colleges</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-recording-storage-universities-colleges.png" fileSize="88865" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Zoom Recording Storage &amp; Archiving for Universities and Colleges</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-recording-storage-universities-colleges.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-recording-storage-universities-colleges.png" alt="Zoom Recording Storage &amp; Archiving for Universities and Colleges" width="1600" height="893" /></p>
<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>
<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">Group a multi-section course into one folder</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 an instructor teaches several sections of the same course, or a course repeats week over week, <a href="https://recordflow.org/documentation/users/#series-folders">Group recordings by series</a> collects every session sharing a class prefix in the Zoom meeting topic (for example <code>BIO 201 Sec 2/Week 6 Lecture</code>) into one folder per course instead of one folder per session scattered across the term — so a coordinator can open one folder and see the whole course, not hunt through a semester of dated entries. It&#x27;s off by default — the linked docs above cover how to turn it on — and only applies to future syncs; a course&#x27;s already-archived sessions stay where they are. A new academic year also starts a fresh series folder, so next year&#x27;s cohort doesn&#x27;t inherit access to this year&#x27;s recordings just because a folder was shared once.</p></div></aside>
<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>
<h2 id="the-cost-side-at-institutional-scale"><a href="#the-cost-side-at-institutional-scale">The cost side, at institutional scale</a></h2>
<p>A department archiving a semester of lectures for a few dozen instructors is not in the same cost regime as an individual, and the per-gigabyte figures stop being rounding errors. It is worth pricing the options explicitly before renewing an add-on tier or a storage plan for another year: Zoom&#x27;s own published add-on rates run from $0.33 down to $0.10 per gigabyte per month, and object storage the institution owns runs from <a href="https://aws.amazon.com/s3/pricing/" rel="noopener noreferrer" target="_blank">$0.023 on S3 Standard</a> down to well under a cent on an archive tier nobody reads back. <a href="https://recordflow.org/blog/zoom-recording-storage-cost-comparison/">The full comparison is here</a> — including why copying recordings somewhere cheaper does not, on its own, reduce what you pay Zoom.</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>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-recording-retention-policy-organization.png" length="138112" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-recording-retention-policy-organization.png" fileSize="138112" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Setting a Zoom Recording Retention Policy for Your Organization</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-recording-retention-policy-organization.png" fileSize="86952" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Setting a Zoom Recording Retention Policy for Your Organization</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-recording-retention-policy-organization.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-recording-retention-policy-organization.png" alt="Setting a Zoom Recording Retention Policy for Your Organization" width="1600" height="893" /></p>
<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. Check how far back that archive actually reaches before you trust it: RecordFlow&#x27;s <strong>Archive history</strong> setting starts at the past month, and you widen it — to 6 months, 2 years, or 10 years — to pull in the older recordings a retention window would otherwise be the first thing to delete. <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, and reaches as far back into the existing library as you set Archive history to go — 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>
      <enclosure url="https://recordflow.org/blog-heroes/session-recordings-show-client-progress.png" length="205909" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/session-recordings-show-client-progress.png" fileSize="205909" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Let Your Clients See How Far They've Come</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/session-recordings-show-client-progress.png" fileSize="74421" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Let Your Clients See How Far They've Come</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/session-recordings-show-client-progress.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/session-recordings-show-client-progress.png" alt="Let Your Clients See How Far They've Come" width="1600" height="893" /></p>
<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. If a client&#x27;s sessions currently sit mixed in with everyone else&#x27;s in your Drive archive, naming their Zoom topic with a consistent prefix — <code>Client Name/Session 12</code> — <a href="https://recordflow.org/documentation/users/#series-folders">can now collect that client&#x27;s whole arc into one shared folder automatically</a> going forward. It&#x27;s off by default; the linked docs cover how to turn it on.</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 archive intact from the day you connect it — and for an engagement that started earlier, you choose how far back it reaches: the <strong>Archive history</strong> setting opens on the past month, so your Drive isn&#x27;t flooded on day one, and widens to 6 months, 2 years, or 10 years whenever you want, backfilling the older sessions as soon as you do. 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>
      <enclosure url="https://recordflow.org/blog-heroes/how-long-to-keep-meeting-recordings.png" length="203516" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/how-long-to-keep-meeting-recordings.png" fileSize="203516" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">How Long Should You Keep Your Meeting Recordings?</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/how-long-to-keep-meeting-recordings.png" fileSize="81483" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How Long Should You Keep Your Meeting Recordings?</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/how-long-to-keep-meeting-recordings.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/how-long-to-keep-meeting-recordings.png" alt="How Long Should You Keep Your Meeting Recordings?" width="1600" height="893" /></p>
<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. (This post is about the individual, one-person version of that decision — if you&#x27;re setting the policy for a whole org instead, see <a href="https://recordflow.org/blog/zoom-recording-retention-policy-organization/">setting a Zoom recording retention policy for your organization</a>.)</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 the cloud storage you own</a> turns this from a manual chore into a non-issue — once every recording lands in a folder you own, on Google Drive, OneDrive, or Dropbox, 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 storage you own — Google Drive, OneDrive, or Dropbox — 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 your archive 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. The rest of the <a href="https://recordflow.org/blog/topics/storage/">Zoom storage &amp; retention guides</a> cover the neighbouring problems — what happens when Zoom&#x27;s storage cap actually fills, and how to delete safely once a backup exists.</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 the cloud storage you own — Google Drive, OneDrive, or Dropbox — 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>
      <enclosure url="https://recordflow.org/blog-heroes/how-recordflow-handles-your-data.png" length="189518" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/how-recordflow-handles-your-data.png" fileSize="189518" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">How RecordFlow Handles Your Data</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/how-recordflow-handles-your-data.png" fileSize="71127" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How RecordFlow Handles Your Data</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/how-recordflow-handles-your-data.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/how-recordflow-handles-your-data.png" alt="How RecordFlow Handles Your Data" width="1600" height="893" /></p>
<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 chunks, directly into an upload to your chosen destination — a Google Drive, OneDrive, or Dropbox folder, or a YouTube channel — a chunk sits in Worker memory for the moment it&#x27;s mid-transfer and is gone once it&#x27;s written there. 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 destination folder/container <strong>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 chosen destination</strong> — those are yours, 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 folder the admin connects — the archive root, on Drive, OneDrive, or Dropbox. (On YouTube, recordings upload directly to the channel rather than a folder tree.) 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 authorized it — the admin&#x27;s Google, Microsoft, or Dropbox account — 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 your chosen destination.</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>
      <enclosure url="https://recordflow.org/blog-heroes/archive-recordings-training-academy.png" length="91839" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/archive-recordings-training-academy.png" fileSize="91839" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Archive Recordings Across a Multi-Instructor Training Academy</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/archive-recordings-training-academy.png" fileSize="86146" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Archive Recordings Across a Multi-Instructor Training Academy</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/archive-recordings-training-academy.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/archive-recordings-training-academy.png" alt="Archive Recordings Across a Multi-Instructor Training Academy" width="1600" height="893" /></p>
<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>
<p>For an instructor teaching several recurring cohorts at once, <a href="https://recordflow.org/documentation/users/#series-folders">Group recordings by series</a> adds one more layer inside their own sub-folder: every session that shares a class name in its meeting topic collects into one folder automatically, so &quot;last Thursday&#x27;s Cohort 3 replay&quot; is a single folder, not a search across that instructor&#x27;s whole archive. It&#x27;s off by default — the linked docs above cover how to turn it on — and it only shapes future syncs, so nothing already archived gets reorganized.</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>
      <enclosure url="https://recordflow.org/blog-heroes/use-zoom-recordings-google-workspace.png" length="200726" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/use-zoom-recordings-google-workspace.png" fileSize="200726" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Put Your Zoom Recordings to Work in Google Docs, Gemini Notebook, and Vids</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/use-zoom-recordings-google-workspace.png" fileSize="96058" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Put Your Zoom Recordings to Work in Google Docs, Gemini Notebook, and Vids</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/use-zoom-recordings-google-workspace.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/use-zoom-recordings-google-workspace.png" alt="Put Your Zoom Recordings to Work in Google Docs, Gemini Notebook, and Vids" width="1600" height="893" /></p>
<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. How much of what&#x27;s <em>already</em> sitting in Zoom Cloud comes along is your call: the <strong>Archive history</strong> setting starts at the past month, so your Drive isn&#x27;t flooded on day one, and widens to 6 months, 2 years, or a full 10 years whenever you want — backfilling the newly-included sessions as soon as you widen it. 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>
      <enclosure url="https://recordflow.org/blog-heroes/consolidate-team-zoom-recordings-admin-account.png" length="198698" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/consolidate-team-zoom-recordings-admin-account.png" fileSize="198698" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Move Your Team From Individual RecordFlow Installs to the Admin App</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/consolidate-team-zoom-recordings-admin-account.png" fileSize="87817" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Move Your Team From Individual RecordFlow Installs to the Admin App</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/consolidate-team-zoom-recordings-admin-account.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/consolidate-team-zoom-recordings-admin-account.png" alt="Move Your Team From Individual RecordFlow Installs to the Admin App" width="1600" height="893" /></p>
<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 recorded a cloud meeting that falls inside your account&#x27;s Archive history window — enrolling a member backfills their existing recordings only as far back as that setting reaches (the past month by default, up to 10 years), plus everything new.</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>
      <enclosure url="https://recordflow.org/blog-heroes/save-online-course-recordings-google-drive.png" length="200612" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/save-online-course-recordings-google-drive.png" fileSize="200612" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Save Your Online Course &amp; Cohort Recordings to Google Drive</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/save-online-course-recordings-google-drive.png" fileSize="88378" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Save Your Online Course &amp; Cohort Recordings to Google Drive</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/save-online-course-recordings-google-drive.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/save-online-course-recordings-google-drive.png" alt="Save Your Online Course &amp; Cohort Recordings to Google Drive" width="1600" height="893" /></p>
<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 by default, and the cohort name in the topic is what keeps them identifiable, not a separate folder per cohort. If you&#x27;d rather each cohort collect in its own folder automatically, <a href="https://recordflow.org/documentation/users/#series-folders">RecordFlow can group sessions by class</a>: name the topic <code>Spring 2026/Module 03 — Pricing</code> (cohort before the slash), and every future session sharing that exact cohort prefix lands together in one shared folder instead of the undivided archive. It&#x27;s off by default — the linked docs above cover how to turn it on.</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>
      <enclosure url="https://recordflow.org/blog-heroes/backup-zoom-recordings-google-shared-drive.png" length="192840" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/backup-zoom-recordings-google-shared-drive.png" fileSize="192840" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Back Up Your Team's Zoom Recordings to a Google Shared Drive</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/backup-zoom-recordings-google-shared-drive.png" fileSize="87807" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Back Up Your Team's Zoom Recordings to a Google Shared Drive</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/backup-zoom-recordings-google-shared-drive.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/backup-zoom-recordings-google-shared-drive.png" alt="Back Up Your Team's Zoom Recordings to a Google Shared Drive" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-storage-management-for-admins.png" length="186433" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-storage-management-for-admins.png" fileSize="186433" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Zoom Storage Management for Admins: Stop the Account-Wide Storage Crisis</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-storage-management-for-admins.png" fileSize="95723" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Zoom Storage Management for Admins: Stop the Account-Wide Storage Crisis</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-storage-management-for-admins.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-storage-management-for-admins.png" alt="Zoom Storage Management for Admins: Stop the Account-Wide Storage Crisis" width="1600" height="893" /></p>
<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 automatically, the moment each one finishes, so nothing needs a manual export. Install it once as the account admin and connect a folder on the storage you already run — Google Drive, OneDrive, or Dropbox, so IT admins standardized on Microsoft 365 aren&#x27;t forced onto Google Drive just for this. 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 storage — 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 archived copy 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 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 storage you control, 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>
<h2 id="putting-a-number-on-it-before-the-next-renewal"><a href="#putting-a-number-on-it-before-the-next-renewal">Putting a number on it before the next renewal</a></h2>
<p>Storage triage has a cost you can measure and a cost you can&#x27;t: the add-on tier on the invoice, and the afternoons. The first one is worth pricing explicitly before you renew, because Zoom&#x27;s own published add-on rates — $0.33 per GB per month at the entry tier, $0.10 at 1 TB, $1.50 for spilling past a small tier instead of upgrading — are high against every alternative. A drive plan the organisation already pays for is usually the cheapest answer; object storage the organisation owns is the one that keeps being the cheapest answer as the archive grows. <a href="https://recordflow.org/blog/zoom-recording-storage-cost-comparison/">The full comparison, with current list prices</a>, also covers the part that decides whether any of it lands on the invoice: archiving alone doesn&#x27;t reduce a Zoom bill, archiving and then clearing does.</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 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 folder you control — Google Drive, OneDrive, or Dropbox — 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>
      <enclosure url="https://recordflow.org/blog-heroes/archive-zoom-recordings-team-admin.png" length="222022" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/archive-zoom-recordings-team-admin.png" fileSize="222022" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Archive Every Zoom Recording Across Your Account</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/archive-zoom-recordings-team-admin.png" fileSize="79289" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Archive Every Zoom Recording Across Your Account</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/archive-zoom-recordings-team-admin.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/archive-zoom-recordings-team-admin.png" alt="Archive Every Zoom Recording Across Your Account" width="1600" height="893" /></p>
<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>Zoom's Enterprise plan cloud storage limit is unlimited — no per-license cap. See every plan's exact allowance and what happens when yours fills.</description>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-cloud-storage-limits-by-plan.png" length="96762" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-cloud-storage-limits-by-plan.png" fileSize="96762" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Zoom Cloud Storage Limits by Plan (and How to Never Hit Them)</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-cloud-storage-limits-by-plan.png" fileSize="84794" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Zoom Cloud Storage Limits by Plan (and How to Never Hit Them)</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-cloud-storage-limits-by-plan.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-cloud-storage-limits-by-plan.png" alt="Zoom Cloud Storage Limits by Plan (and How to Never Hit Them)" width="1600" height="893" /></p>
<p>Maybe you just 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 — or you&#x27;re on Enterprise and want to confirm the &quot;unlimited&quot; claim against Zoom&#x27;s own docs before you rely on it. Either way, the number underneath is more opaque than it should be: Zoom cloud storage limits aren&#x27;t a flat number, they&#x27;re a per-licensed-user allowance pooled across your whole account, except on Enterprise and Enterprise Plus, where there&#x27;s no cap at all. 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="what-is-zooms-enterprise-plan-cloud-storage-limit"><a href="#what-is-zooms-enterprise-plan-cloud-storage-limit">What is Zoom&#x27;s Enterprise plan cloud storage limit?</a></h2>
<p><strong>Unlimited.</strong> <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">Zoom Enterprise and Enterprise Plus both include unlimited cloud recording storage</a> — there&#x27;s no per-licensed-user allowance, and because the figure is unlimited, there&#x27;s no pool that can ever run out. That&#x27;s a structural difference from the plans below Enterprise, not just a bigger number: Pro, Business, and Business Plus each grant a fixed amount <em>per licensed user</em>, which Zoom then pools across the account — so the ceiling still exists, it just scales with headcount. Enterprise and Enterprise Plus skip the per-license figure in Zoom&#x27;s own plan table entirely, rather than listing a very large one.</p>
<p>In practice, that means an Enterprise admin never sees the 80%-full billing alert, never buys add-on storage tiers, and never has a new cloud recording blocked for lack of room. This unlimited allowance only applies to accounts actually provisioned on Enterprise or Enterprise Plus — every plan below it, including Business Plus at 15 GB per licensed user, still has a real, poolable ceiling, covered next.</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 Enterprise 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 1 GB 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 the cloud storage you own — Google Drive, OneDrive, or Dropbox — pick a folder, about 60 seconds) and every cloud recording copies there automatically within minutes of Zoom marking it ready. RecordFlow never stores your recordings — files transfer directly from Zoom to your storage, so nothing sits on our infrastructure in between. Once a backup is confirmed, 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 folder 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>
<h2 id="what-the-add-on-actually-costs-per-gigabyte"><a href="#what-the-add-on-actually-costs-per-gigabyte">What the add-on actually costs per gigabyte</a></h2>
<p>Zoom&#x27;s add-on tiers are easier to judge once you divide them out. The 30 GB tier at $10 a month is $0.33 per gigabyte per month; the 1 TB tier at $100 is $0.10; and spilling past a small tier instead of upgrading is billed at $1.50 per additional gigabyte. Those are high numbers for cold video — object storage starts at <a href="https://aws.amazon.com/s3/pricing/" rel="noopener noreferrer" target="_blank">$0.023 per GB per month on S3 Standard</a> and drops to well under a cent on cold tiers. The full side-by-side, with every list price checked and the one caveat that decides whether any of it lowers your bill, is in <a href="https://recordflow.org/blog/zoom-recording-storage-cost-comparison/">what Zoom recording storage actually costs</a>.</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 budgeting for a bigger Zoom storage pool.</p><p class="mt-2 text-sm text-text-secondary">RecordFlow copies every Zoom cloud recording to the cloud storage you own — Google Drive, OneDrive, or Dropbox — 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>
      <enclosure url="https://recordflow.org/blog-heroes/save-online-tutoring-recordings-google-drive.png" length="72871" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/save-online-tutoring-recordings-google-drive.png" fileSize="72871" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Save Your Online Tutoring Session Recordings to Google Drive</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/save-online-tutoring-recordings-google-drive.png" fileSize="86532" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Save Your Online Tutoring Session Recordings to Google Drive</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/save-online-tutoring-recordings-google-drive.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/save-online-tutoring-recordings-google-drive.png" alt="Save Your Online Tutoring Session Recordings to Google Drive" width="1600" height="893" /></p>
<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>
<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">Running group cohorts, not just 1:1 students?</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>Step 2 above still means creating the per-cohort folder yourself. RecordFlow&#x27;s class-folder grouping can do that part automatically: title each session <code>&lt;Cohort Name&gt;/&lt;Session Name&gt;</code> and every recording sharing that exact prefix collects into its own shared folder under the year folder — no manual folder-per-cohort step needed. It&#x27;s off by default — the linked docs below cover how to turn it on. It applies to future syncs only. <a href="https://recordflow.org/documentation/users/#series-folders">Full mechanics.</a></p></div></aside>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/how-to-download-zoom-recordings.png" length="274122" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/how-to-download-zoom-recordings.png" fileSize="274122" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">How to Download Your Own Zoom Recordings — Manually or Automatically</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/how-to-download-zoom-recordings.png" fileSize="92353" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How to Download Your Own Zoom Recordings — Manually or Automatically</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/how-to-download-zoom-recordings.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/how-to-download-zoom-recordings.png" alt="How to Download Your Own Zoom Recordings — Manually or Automatically" width="1600" height="893" /></p>
<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>A couple of settings can also stand between you and the download button — <a href="#when-the-download-button-is-missing">see below</a> for the two most common causes — 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="when-the-download-button-is-missing"><a href="#when-the-download-button-is-missing">When the download button is missing</a></h2>
<p>A missing or disabled Download button can mean two different things, and they need different fixes.</p>
<p><strong>It&#x27;s your own recording.</strong> If you own the recording (or co-hosted it) and the button still isn&#x27;t there, it&#x27;s a setting, not a bug — and one an admin can change. The same account settings page carries two toggles that both gate this: <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0065362" rel="noopener noreferrer" target="_blank"><strong>Cloud recording downloads</strong></a>, which can turn downloading off account-wide, and <strong>Only the host can download cloud recordings</strong>, which — when on — restricts the button to the host account specifically, so a co-host or someone the host shared the recording with won&#x27;t see it even on their own account. Ask the meeting&#x27;s actual host to download and forward the file, or ask an admin to check both settings.</p>
<p><strong>It&#x27;s a recording someone else shared with you.</strong> Open a link someone sent — a class replay, a webinar, a colleague&#x27;s meeting — and whether you can download it isn&#x27;t your call. Every shared Zoom cloud recording carries its own <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067567" rel="noopener noreferrer" target="_blank"><strong>&quot;Viewers can download&quot;</strong> setting</a>, which the host sets when sharing, separate from who&#x27;s allowed to view it. If the host left that off, the button won&#x27;t appear for you, and there&#x27;s no way around it as a viewer — you&#x27;ll need to ask the host to re-share with downloads turned on, or send you the file directly. This is also the one case RecordFlow can&#x27;t help with: it archives recordings you host or that your organization owns, not a recording someone else controls and has chosen not to let you download. (If you&#x27;re the one sharing and want people to be able to save a copy without them wrestling with Zoom&#x27;s toggle at all, <a href="https://recordflow.org/blog/share-zoom-recording-client-no-account/">sharing a Drive, OneDrive, or Dropbox link instead</a> sidesteps the setting entirely — the file just needs &quot;anyone with the link&quot; viewer access.)</p>
<h2 id="downloading-a-zoom-recording-on-mobile"><a href="#downloading-a-zoom-recording-on-mobile">Downloading a Zoom recording on mobile</a></h2>
<p><strong>No download button in the app.</strong> Zoom&#x27;s <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067567" rel="noopener noreferrer" target="_blank">download flow</a> is documented as a web-portal action — there&#x27;s no separate download feature built into the Zoom mobile app for iOS or Android. The app is still the easiest way to <em>watch</em> a cloud recording on your phone, from its recordings list. To actually save the file, open the recording&#x27;s page at <a href="https://zoom.us/" rel="noopener noreferrer" target="_blank">zoom.us</a> in your phone&#x27;s browser — Safari or Chrome — and use the same Download button as on desktop. Where the file lands is up to your browser, not Zoom: typically the Files app on iOS, or the Downloads folder on Android.</p>
<p><strong>Mobile browsers make it clumsier.</strong> They sometimes try to play a large video inline instead of offering to save it, and a multi-gigabyte gallery-view recording is slow to pull over a mobile connection. If a recording is worth keeping, downloading it from a laptop — or not needing to download it by hand at all — beats fighting a phone browser for it.</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 to your cloud storage</a> once — Google Drive, OneDrive, or Dropbox, about 60 seconds — and every new cloud recording (video, audio track, chat log, and transcript) copies itself into a 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 storage — RecordFlow never stores the files themselves. Once a recording is safely off Zoom&#x27;s servers, 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> <a href="#when-the-download-button-is-missing">See above</a> — it&#x27;s your own recording (usually a host-only restriction an admin can lift) or one shared with you (a host-side toggle only they can turn on).</li>
<li><strong>On mobile and don&#x27;t see Download?</strong> The Zoom app doesn&#x27;t have one — open the <a href="#downloading-a-zoom-recording-on-mobile">same recording page in your phone&#x27;s browser</a> instead.</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 to the cloud storage you own once — Google Drive, OneDrive, or Dropbox — and every recording since lands there 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>
      <enclosure url="https://recordflow.org/blog-heroes/how-to-delete-zoom-recording.png" length="210392" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/how-to-delete-zoom-recording.png" fileSize="210392" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">How to Delete a Zoom Recording (Safely, Without Losing It)</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/how-to-delete-zoom-recording.png" fileSize="84547" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How to Delete a Zoom Recording (Safely, Without Losing It)</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/how-to-delete-zoom-recording.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/how-to-delete-zoom-recording.png" alt="How to Delete a Zoom Recording (Safely, Without Losing It)" width="1600" height="893" /></p>
<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 Google Drive, OneDrive, or Dropbox — 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 the cloud storage you own — Google Drive, OneDrive, or Dropbox — 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 that 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 the cloud storage you own — Google Drive, OneDrive, or Dropbox — 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>Cloud gets a link, mobile recording, and auto-transcript but caps storage; local is free with no cap. Choose in the 10 seconds before you hit Record.</description>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-cloud-vs-local-recording.png" length="109339" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-cloud-vs-local-recording.png" fileSize="109339" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Zoom Cloud Recording vs Local Recording: Which Should You Use?</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-cloud-vs-local-recording.png" fileSize="89665" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Zoom Cloud Recording vs Local Recording: Which Should You Use?</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-cloud-vs-local-recording.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-cloud-vs-local-recording.png" alt="Zoom Cloud Recording vs Local Recording: Which Should You Use?" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/coaching-session-replays-deepen-results.png" length="203154" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/coaching-session-replays-deepen-results.png" fileSize="203154" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">The Replay Is Where the Coaching Sticks</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/coaching-session-replays-deepen-results.png" fileSize="75464" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">The Replay Is Where the Coaching Sticks</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/coaching-session-replays-deepen-results.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/coaching-session-replays-deepen-results.png" alt="The Replay Is Where the Coaching Sticks" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/review-your-own-coaching-recordings.png" length="260221" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/review-your-own-coaching-recordings.png" fileSize="260221" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Watch Yourself Coach: Reviewing Your Own Recordings to Get Better</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/review-your-own-coaching-recordings.png" fileSize="91387" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Watch Yourself Coach: Reviewing Your Own Recordings to Get Better</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/review-your-own-coaching-recordings.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/review-your-own-coaching-recordings.png" alt="Watch Yourself Coach: Reviewing Your Own Recordings to Get Better" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/share-group-coaching-program-replays.png" length="179982" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/share-group-coaching-program-replays.png" fileSize="179982" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Group Program Replays Without the Access Headache</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/share-group-coaching-program-replays.png" fileSize="81809" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Group Program Replays Without the Access Headache</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/share-group-coaching-program-replays.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/share-group-coaching-program-replays.png" alt="Group Program Replays Without the Access Headache" width="1600" height="893" /></p>
<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-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">One connection, not one dedicated folder per cohort</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 the same Zoom account also runs your 1:1 client sessions, you don&#x27;t have to point your whole connection at a folder that&#x27;s just for this cohort. Naming each week&#x27;s topic with the cohort as the prefix — <code>Spring Cohort 2026/Week 4</code> — <a href="https://recordflow.org/documentation/users/#series-folders">lets RecordFlow group every session sharing that prefix into one shared class folder</a> automatically going forward, kept apart from your other client folders without any manual sorting. It&#x27;s off by default — the linked docs above cover how to turn it on.</p></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">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>
      <enclosure url="https://recordflow.org/blog-heroes/cancel-zoom-keep-recordings.png" length="255853" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/cancel-zoom-keep-recordings.png" fileSize="255853" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">What Happens to Your Zoom Recordings When You Cancel Zoom</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/cancel-zoom-keep-recordings.png" fileSize="86986" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">What Happens to Your Zoom Recordings When You Cancel Zoom</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/cancel-zoom-keep-recordings.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/cancel-zoom-keep-recordings.png" alt="What Happens to Your Zoom Recordings When You Cancel Zoom" width="1600" height="893" /></p>
<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, set your archive history as far back as you need — from the past month up to 10 years — and it will sync those recordings to your cloud storage 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 the cloud storage you own — Google Drive, OneDrive, or Dropbox — automatically; recordings transfer directly from Zoom, 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 the cloud storage you own — Google Drive, OneDrive, or Dropbox — 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>
      <enclosure url="https://recordflow.org/blog-heroes/deliver-coaching-recordings-professionally.png" length="104094" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/deliver-coaching-recordings-professionally.png" fileSize="104094" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Hand Off a Recording Like a Deliverable, Not a File Dump</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/deliver-coaching-recordings-professionally.png" fileSize="80110" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Hand Off a Recording Like a Deliverable, Not a File Dump</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/deliver-coaching-recordings-professionally.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/deliver-coaching-recordings-professionally.png" alt="Hand Off a Recording Like a Deliverable, Not a File Dump" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/ask-client-permission-to-record-session.jpg" length="53805" type="image/jpeg" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/ask-client-permission-to-record-session.jpg" fileSize="53805" type="image/jpeg" medium="image" isDefault="true" width="1600" height="900">
          <media:title type="plain">How to Ask a Client for Permission to Record (Without Making It Weird)</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/ask-client-permission-to-record-session.png" fileSize="91174" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How to Ask a Client for Permission to Record (Without Making It Weird)</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/ask-client-permission-to-record-session.jpg" width="1600" height="900" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/ask-client-permission-to-record-session.jpg" alt="How to Ask a Client for Permission to Record (Without Making It Weird)" width="1600" height="900" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/never-lose-client-coaching-recordings.jpg" length="43147" type="image/jpeg" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/never-lose-client-coaching-recordings.jpg" fileSize="43147" type="image/jpeg" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Your Client Recordings Are Your Deliverable. Stop Losing Them.</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/never-lose-client-coaching-recordings.png" fileSize="85351" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Your Client Recordings Are Your Deliverable. Stop Losing Them.</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/never-lose-client-coaching-recordings.jpg" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/never-lose-client-coaching-recordings.jpg" alt="Your Client Recordings Are Your Deliverable. Stop Losing Them." width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-recording-files-explained-which-to-send.png" length="265740" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-recording-files-explained-which-to-send.png" fileSize="265740" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">What's in Your Zoom Recording Folder (and Which File to Send Your Client)</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-recording-files-explained-which-to-send.png" fileSize="91531" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">What's in Your Zoom Recording Folder (and Which File to Send Your Client)</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-recording-files-explained-which-to-send.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-recording-files-explained-which-to-send.png" alt="What's in Your Zoom Recording Folder (and Which File to Send Your Client)" width="1600" height="893" /></p>
<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 readable transcript document</strong> <em>(when RecordFlow archives your recordings)</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. RecordFlow renders it as a Google Doc on Google Drive, or a Word <code>.docx</code> on OneDrive and Dropbox (on YouTube, only the video is archived — there&#x27;s no file store to put a document in). 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. On Drive, 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 readable transcript document</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 readable transcript document</strong> covers it: the MP4 for replay, the document 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 cloud storage, 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 readable transcript document (a Google Doc on Drive, a Word document on OneDrive and Dropbox) — in one dated subfolder per session. On YouTube, it&#x27;s the video alone — a channel has nowhere to put the rest.</p>
<p>By the time you think to share something, the recording is already in a folder you own. You open your cloud storage, 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 an account with your storage provider.</p>
<p>Sharing from your own cloud storage 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 or OneDrive 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 readable transcript document 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 your files archived automatically.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom to the cloud storage you own — Google Drive, OneDrive, or Dropbox — once. Every recording lands in its own dated subfolder — video, audio, transcript document, 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>
      <enclosure url="https://recordflow.org/blog-heroes/stop-taking-notes-coaching-sessions-record-instead.jpg" length="96327" type="image/jpeg" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/stop-taking-notes-coaching-sessions-record-instead.jpg" fileSize="96327" type="image/jpeg" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Stop Taking Notes in Your Coaching Sessions. Record Them Instead.</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/stop-taking-notes-coaching-sessions-record-instead.png" fileSize="88401" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Stop Taking Notes in Your Coaching Sessions. Record Them Instead.</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/stop-taking-notes-coaching-sessions-record-instead.jpg" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/stop-taking-notes-coaching-sessions-record-instead.jpg" alt="Stop Taking Notes in Your Coaching Sessions. Record Them Instead." width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-cloud-recording-disappears.png" length="223031" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-cloud-recording-disappears.png" fileSize="223031" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">What Disappears From Zoom Cloud, and When</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-cloud-recording-disappears.png" fileSize="77801" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">What Disappears From Zoom Cloud, and When</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-cloud-recording-disappears.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-cloud-recording-disappears.png" alt="What Disappears From Zoom Cloud, and When" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/share-zoom-recording-client-no-account.png" length="192687" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/share-zoom-recording-client-no-account.png" fileSize="192687" type="image/png" medium="image" isDefault="true" width="1600" height="900">
          <media:title type="plain">Your Client Can't Open the Zoom Link. Here's the Fix.</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/share-zoom-recording-client-no-account.png" fileSize="77374" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Your Client Can't Open the Zoom Link. Here's the Fix.</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/share-zoom-recording-client-no-account.png" width="1600" height="900" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/share-zoom-recording-client-no-account.png" alt="Your Client Can't Open the Zoom Link. Here's the Fix." width="1600" height="900" /></p>
<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 the cloud storage you already archive to — Google Drive, OneDrive, or Dropbox — 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-cloud-storage-link-works-when-a-zoom-link-doesnt"><a href="#why-a-cloud-storage-link-works-when-a-zoom-link-doesnt">Why a cloud storage link works when a Zoom link doesn&#x27;t</a></h2>
<p>Google Drive sharing — like OneDrive&#x27;s and Dropbox&#x27;s — 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; (OneDrive and Dropbox offer the equivalent &quot;anyone with the link&quot; option), 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 link from your own cloud storage more reliable for this job:</p>
<p><strong>1. The file doesn&#x27;t disappear.</strong> Once a recording is archived, 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>Drive / OneDrive / Dropbox 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-your-own-cloud-storage-actually-easy"><a href="#what-makes-sharing-from-your-own-cloud-storage-actually-easy">What makes sharing from your own cloud storage 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 elsewhere means logging into the Zoom portal, downloading the file, opening your cloud storage, 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 folder you choose — on Google Drive, OneDrive, or Dropbox — 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 storage, you&#x27;re also sharing the transcript that arrives alongside the video — a clean, readable document (a Google Doc on Drive, a Word document on OneDrive or Dropbox) 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 cloud storage.</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 in your archive. 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 archive 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 somewhere shareable before they ask.</p><p class="mt-2 text-sm text-text-secondary">Connect Zoom to the cloud storage you own — Google Drive, OneDrive, or Dropbox — once. Every recorded session lands in a folder you own, ready to share the way clients already know — 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>
      <enclosure url="https://recordflow.org/blog-heroes/zoom-blocked-from-recording-storage-full.jpg" length="52469" type="image/jpeg" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/zoom-blocked-from-recording-storage-full.jpg" fileSize="52469" type="image/jpeg" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Blocked from Recording Mid-Session? What to Do Right Now</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/zoom-blocked-from-recording-storage-full.png" fileSize="86838" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Blocked from Recording Mid-Session? What to Do Right Now</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/zoom-blocked-from-recording-storage-full.jpg" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/zoom-blocked-from-recording-storage-full.jpg" alt="Blocked from Recording Mid-Session? What to Do Right Now" width="1600" height="893" /></p>
<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="storage-full-during-a-live-lecture-even-though-you-have-space"><a href="#storage-full-during-a-live-lecture-even-though-you-have-space">&quot;Storage full&quot; during a live lecture, even though you have space?</a></h2>
<p>This is the version of the confusion instructors hit most: you&#x27;re mid-lecture, or about to start the next class, and Zoom throws the same &quot;cloud storage is full&quot; error — except your own recording habit is light. A few sessions a week, most cleared out months ago. It doesn&#x27;t add up until you remember whose storage this actually is.</p>
<p>On a school, department, or training-program Zoom account, cloud recording storage isn&#x27;t allocated to you individually — it&#x27;s <a href="https://recordflow.org/blog/zoom-cloud-storage-limits-by-plan/#how-much-cloud-storage-does-zoom-actually-give-you">a single pool shared across every licensed user on the account</a>. Dozens of instructors recording lectures all draw from that same shared allowance, and education-tier plans start from a smaller per-license pool than a standard business plan&#x27;s 10 GB — some as low as <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">0.5 GB per licensed user</a>, which fills across a whole faculty even faster. Your own footprint can be a few gigabytes and still get blocked, because everyone else&#x27;s semester of lecture video is sitting in the same pool.</p>
<p>Two things happen once that pool hits the cap. A lecture already recording to the cloud when the account crosses it <a href="https://support.zoom.com/hc/en/article?id=zm_kb&amp;sysparm_article=KB0067670" rel="noopener noreferrer" target="_blank">keeps recording until the meeting ends</a> — Zoom doesn&#x27;t cut off a session in progress. What it blocks is the <em>next</em> one: once that class 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> — yours or a colleague&#x27;s — until the account frees space or buys more.</p>
<p>If you don&#x27;t manage the Zoom account yourself, this isn&#x27;t something your own recording settings can fix — flag it to whoever administers the account, since both the cap and the cleanup live at the account level, not the host level. In the meantime, the fallback is the one covered above: switch to <a href="#zoom-storage-full-mid-session-switch-to-local-recording-right-now">local recording</a> for the class that&#x27;s blocked, then move the file to Drive once it&#x27;s over.</p>
<p>The durable fix scales the same way regardless of who owns the account: get recordings out of the shared pool automatically instead of leaving them to pile up until the next cap. Doing that for <a href="https://recordflow.org/blog/auto-delete-zoom-recordings-after-backup/">your own recordings</a> shrinks how much of the shared pool you personally hold onto — and if a whole department is hitting this, the same principle applies at account scale. Buying more storage just delays the next cap; moving recordings out of Zoom is what stops it recurring.</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>
<h2 id="if-you-keep-landing-back-here"><a href="#if-you-keep-landing-back-here">If you keep landing back here</a></h2>
<p>Some accounts hit this wall not because cleanup slipped but because the archive genuinely outgrew the plan. If your library is measured in hundreds of gigabytes, &quot;buy more Zoom storage&quot; and &quot;buy a bigger Drive plan&quot; are the same answer twice, and neither gets cheaper as the archive grows. There is a third option — object storage you own, billed per gigabyte with no tier to move up to — and the arithmetic against Zoom&#x27;s own published add-on rates is stark enough to be worth ten minutes: <a href="https://recordflow.org/blog/zoom-recording-storage-cost-comparison/">what Zoom recording storage actually costs, and what the alternatives cost</a>.</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 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>
      <enclosure url="https://recordflow.org/blog-heroes/auto-delete-zoom-recordings-after-backup.png" length="195090" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/auto-delete-zoom-recordings-after-backup.png" fileSize="195090" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">How to Safely Auto-Delete Zoom Recordings (After They're Backed Up)</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/auto-delete-zoom-recordings-after-backup.png" fileSize="91283" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How to Safely Auto-Delete Zoom Recordings (After They're Backed Up)</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/auto-delete-zoom-recordings-after-backup.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/auto-delete-zoom-recordings-after-backup.png" alt="How to Safely Auto-Delete Zoom Recordings (After They're Backed Up)" width="1600" height="893" /></p>
<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 the cloud storage you use — Google Drive, OneDrive, Dropbox, or YouTube — and pick a folder or channel. From then on, every cloud recording lands there 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 Drive 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 your destination and the upload confirmed — on YouTube, that means waiting for YouTube to finish processing the video and confirming it stored the size RecordFlow uploaded — 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 destination storage — 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 your destination has room first (Drive, OneDrive, or Dropbox).</strong> Auto-delete only helps if the backup succeeds — and the backup can&#x27;t succeed if your storage is full. RecordFlow emails you once it hits that wall, but it&#x27;s worth a glance before you switch deletion on. YouTube has no storage quota to run out of, so this doesn&#x27;t apply there.</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 the cloud storage you own — Google Drive, OneDrive, Dropbox, or YouTube — 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>
      <enclosure url="https://recordflow.org/blog-heroes/session-recordings-premium-coaching-deliverable.png" length="209415" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/session-recordings-premium-coaching-deliverable.png" fileSize="209415" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Recordings as a Premium Coaching Deliverable: The Artifact That Justifies a Higher Rate</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/session-recordings-premium-coaching-deliverable.png" fileSize="97800" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Recordings as a Premium Coaching Deliverable: The Artifact That Justifies a Higher Rate</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/session-recordings-premium-coaching-deliverable.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/session-recordings-premium-coaching-deliverable.png" alt="Recordings as a Premium Coaching Deliverable: The Artifact That Justifies a Higher Rate" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/give-clients-coaching-session-recordings.png" length="194752" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/give-clients-coaching-session-recordings.png" fileSize="194752" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Give the Recording to Your Client. Here's What They'll Actually Do With It</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/give-clients-coaching-session-recordings.png" fileSize="90063" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Give the Recording to Your Client. Here's What They'll Actually Do With It</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/give-clients-coaching-session-recordings.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/give-clients-coaching-session-recordings.png" alt="Give the Recording to Your Client. Here's What They'll Actually Do With It" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/record-coaching-sessions-icf-credentialing.jpg" length="60624" type="image/jpeg" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/record-coaching-sessions-icf-credentialing.jpg" fileSize="60624" type="image/jpeg" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Recording Coaching Sessions for ICF Credentialing</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/record-coaching-sessions-icf-credentialing.png" fileSize="80489" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Recording Coaching Sessions for ICF Credentialing</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/record-coaching-sessions-icf-credentialing.jpg" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/record-coaching-sessions-icf-credentialing.jpg" alt="Recording Coaching Sessions for ICF Credentialing" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/notebooklm-gemini-zoom-recordings-drive.png" length="171791" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/notebooklm-gemini-zoom-recordings-drive.png" fileSize="171791" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Turn Your Zoom Transcript Into a Google Doc Your AI Tools Can Read</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/notebooklm-gemini-zoom-recordings-drive.png" fileSize="87295" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Turn Your Zoom Transcript Into a Google Doc Your AI Tools Can Read</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/notebooklm-gemini-zoom-recordings-drive.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/notebooklm-gemini-zoom-recordings-drive.png" alt="Turn Your Zoom Transcript Into a Google Doc Your AI Tools Can Read" width="1600" height="893" /></p>
<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>
<p>If it&#x27;s a recurring class rather than a one-off cohort call, naming the Zoom meeting with a slash — <code>Cohort 3/Week 6</code> — lets RecordFlow collect every week&#x27;s session and transcript into one shared class folder instead of a new one each time, so a Gemini Notebook you point at the folder picks up the whole series without re-adding sources every week. It&#x27;s off by default — the linked docs below cover how to turn it on. It applies to future syncs only. <a href="https://recordflow.org/documentation/users/#series-folders">Full mechanics.</a></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>
      <enclosure url="https://recordflow.org/blog-heroes/google-meet-vs-zoom-recording-drive.png" length="123135" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/google-meet-vs-zoom-recording-drive.png" fileSize="123135" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">If Drive Is So Good, Why Not Just Record in Google Meet?</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/google-meet-vs-zoom-recording-drive.png" fileSize="83589" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">If Drive Is So Good, Why Not Just Record in Google Meet?</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/google-meet-vs-zoom-recording-drive.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/google-meet-vs-zoom-recording-drive.png" alt="If Drive Is So Good, Why Not Just Record in Google Meet?" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/nonprofit-zoom-recordings-google-drive.png" length="264512" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/nonprofit-zoom-recordings-google-drive.png" fileSize="264512" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">The Free Storage Most Nonprofits Forget About (and How to Use It for Zoom Recordings)</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/nonprofit-zoom-recordings-google-drive.png" fileSize="99902" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">The Free Storage Most Nonprofits Forget About (and How to Use It for Zoom Recordings)</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/nonprofit-zoom-recordings-google-drive.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/nonprofit-zoom-recordings-google-drive.png" alt="The Free Storage Most Nonprofits Forget About (and How to Use It for Zoom Recordings)" width="1600" height="893" /></p>
<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>
      <enclosure url="https://recordflow.org/blog-heroes/google-drive-vs-zoom-cloud-storage.png" length="208494" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/google-drive-vs-zoom-cloud-storage.png" fileSize="208494" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">Google Drive vs Zoom Cloud: Where Your Meeting Recordings Should Live</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/google-drive-vs-zoom-cloud-storage.png" fileSize="93135" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">Google Drive vs Zoom Cloud: Where Your Meeting Recordings Should Live</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/google-drive-vs-zoom-cloud-storage.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/google-drive-vs-zoom-cloud-storage.png" alt="Google Drive vs Zoom Cloud: Where Your Meeting Recordings Should Live" width="1600" height="893" /></p>
<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>
<h2 id="what-if-neither-is-the-right-home"><a href="#what-if-neither-is-the-right-home">What if neither is the right home?</a></h2>
<p>This post frames the choice as Zoom Cloud versus Google Drive because for most people it is. But both are storage with a plan attached — a ceiling you periodically pay a vendor to raise — and if your archive is measured in hundreds of gigabytes rather than tens, there is a third shape worth knowing about: object storage you own, priced per gigabyte all the way up with no tier to graduate to. <a href="https://aws.amazon.com/s3/pricing/" rel="noopener noreferrer" target="_blank">Amazon S3 Standard is $0.023 per GB per month</a> and cold tiers are a fraction of that. We work the whole thing through — Zoom&#x27;s own add-on table against S3, R2 and B2, with the catch that matters — in <a href="https://recordflow.org/blog/zoom-recording-storage-cost-comparison/">what Zoom recording storage actually costs</a>.</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>
      <enclosure url="https://recordflow.org/blog-heroes/backup-zoom-recordings-google-drive.png" length="185099" type="image/png" />
      <media:group>
        <media:content url="https://recordflow.org/blog-heroes/backup-zoom-recordings-google-drive.png" fileSize="185099" type="image/png" medium="image" isDefault="true" width="1600" height="893">
          <media:title type="plain">How to Automatically Back Up Zoom Recordings to Google Drive</media:title>
        </media:content>
        <media:content url="https://recordflow.org/blog-og/backup-zoom-recordings-google-drive.png" fileSize="86538" type="image/png" medium="image" width="1200" height="630">
          <media:title type="plain">How to Automatically Back Up Zoom Recordings to Google Drive</media:title>
        </media:content>
      </media:group>
      <media:thumbnail url="https://recordflow.org/blog-heroes/backup-zoom-recordings-google-drive.png" width="1600" height="893" />
      <content:encoded><![CDATA[<p><img src="https://recordflow.org/blog-heroes/backup-zoom-recordings-google-drive.png" alt="How to Automatically Back Up Zoom Recordings to Google Drive" width="1600" height="893" /></p>
<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>
