Google Drive Transcript: Use the File Link, Not the Folder Link
Updated 24 Apr 2026 · TranscriptX editorial
Who this is for: User pasted a Google Drive folder URL into TranscriptX and got an error.
/file/d/<id>/view, not /drive/folders/.The mistake (it's the most common one we see)
You drag a video into Google Drive, copy what looks like the link, paste it into TranscriptX, and get an error like "No video found at this URL." The URL you pasted probably looks like this:
https://drive.google.com/drive/folders/1A2B3C4D5E6F7G8H9I0J
That's a folder link. It points at a directory in Drive, not at a specific video file. We can't transcribe a folder — there's no audio there to extract.
What you actually need
The correct format is a file link, which looks like:
https://drive.google.com/file/d/1XyzAbc123Def456Ghi789/view?usp=sharing
Note the /file/d/<long-id>/view structure. That's the URL TranscriptX needs.
How to get the right link in 30 seconds
- Don't right-click in the folder view. The "Copy link" option on a folder gives you the folder URL. That's what got you here.
- Click the video file to open it in Drive's preview player.
- Copy the URL from your browser's address bar. It will start with
https://drive.google.com/file/d/and end with/view. - Or: with the file open in preview, click the share icon (top right) → "Copy link". That also gives you the file URL, not the folder URL.
The other Drive gotcha: sharing permissions
Even with the right URL, if your file's sharing is set to "Restricted," only people you've explicitly invited can access it — and TranscriptX is not one of those people.
To fix it:
- Right-click the file → Share.
- Under "General access," change "Restricted" to "Anyone with the link".
- Set the role to Viewer (this is the default and is what you want).
- Click Done, then re-copy the link.
Now paste it into TranscriptX. It should work immediately.
If it still doesn't work
A few less-common edge cases:
- The file is in a Shared Drive with restricted external sharing. Some Google Workspace admins block external link sharing entirely. If you see "Anyone with the link" greyed out in Share settings, this is your problem. Ask your admin or move the file to your personal Drive.
- The file is too large. TranscriptX caps audio at 25 MB for the transcription pass. A long high-bitrate video may exceed this. We extract audio at low bitrate to keep most files under the cap, but a 2-hour 4K video might still be too big. Splitting the file is the workaround for now.
- The file isn't actually video/audio. Drive happily stores any file type — make sure the thing you're trying to transcribe is an MP4, MOV, MP3, WAV, or similar. A PDF won't work no matter how hard you try.
- The link uses a custom domain. Some Workspace orgs alias Drive at
drive.yourcompany.com. Those URLs work in your browser but our scraper can't always reach them. Use the canonicaldrive.google.comURL instead — you can usually get it by opening the file and copying from the address bar after it redirects.
Why this is so common
Google's UI makes it easy to get the wrong link. The "Copy link" affordance shows up on folders and files identically, and most people copy whatever URL is in front of them. We've seen this come up enough that it's the single most common Drive-related support ticket — hence this page.
If you're a power user who pastes a lot of Drive links, bookmark this page. Or just remember the rule: open the file first, then copy.