Help / Troubleshooting

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.

TL;DR — Open the file directly in Drive (don't stay in the folder view), make sure 'Anyone with the link' is enabled in Share settings, then copy the URL from the browser's address bar — not from the right-click 'Copy link' on a folder. The correct URL contains /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

  1. 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.
  2. Click the video file to open it in Drive's preview player.
  3. Copy the URL from your browser's address bar. It will start with https://drive.google.com/file/d/ and end with /view.
  4. 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:

  1. Right-click the file → Share.
  2. Under "General access," change "Restricted" to "Anyone with the link".
  3. Set the role to Viewer (this is the default and is what you want).
  4. 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:

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.

FAQ

Why doesn't TranscriptX just open my Drive folder and pick the video?
Two reasons. First, a folder can contain many files of mixed types — there's no unambiguous 'pick this one' rule. Second, doing so would require us to authenticate against your Google account, which is a much bigger permission scope than reading a single public file. Pasting the file link directly is simpler, safer, and faster.
Do I need to make my video public to the whole internet?
No. 'Anyone with the link' is unlisted — only people you share the URL with can access it. Google doesn't index these files in search results. After you transcribe, you can switch sharing back to 'Restricted' if you prefer.
Can I transcribe a Drive video without changing the share settings?
Not currently. We don't authenticate against Google Drive, so the file has to be reachable by an unauthenticated request — which means 'Anyone with the link' or fully public. If your org policy blocks that, you can download the file locally and (in a future update) upload directly. Right now the workaround is the share-link approach.
What about Google Drive Shortcuts?
A Drive shortcut is a pointer to a file owned by someone else. The URL of the shortcut works in your browser because Google resolves it on the fly, but external tools can't follow the redirect without authentication. Open the actual file (not the shortcut), then copy that URL.
What if the video is in a private folder I own?
The file inherits the folder's permissions only if you share the folder. If the folder is 'Restricted' and the file is 'Anyone with the link,' the file is reachable. So you can keep your folder private and share just the one file you want transcribed.