#The everyday chore, five steps long
Sharing a file is one of those tasks that feels instant in memory and is anything but in practice. Say a colleague needs the deck you just exported. The path most of us walk: open a browser tab, go to Google Drive or Dropbox, click New or drag the file into the window, wait for the upload bar to finish, right-click the file, open the sharing panel, change the permission from restricted to anyone with the link, copy that link, then finally paste it into chat. That is five or six deliberate steps for a single link, and you do it several times a day.
None of the steps is hard. The friction is that they interrupt you: you leave whatever you were doing, switch to the browser, drive the sharing UI, and switch back. The file already lives on your Mac, one Finder drag away. The only reason the ceremony exists is that the upload-and-permission dance has no shortcut built into the operating system.
#Drop it on the notch instead
Full disclosure before the how-to: I build NotchBay, so treat this as the maker describing his own feature. Drop-to-share is one of the utilities that lives in the notch alongside the clipboard tray and dictation. Here is the whole interaction:
- Drag a file toward the notch. As your pointer nears the top center of the screen, the notch expands into a drop target. You do not need to aim at a tiny icon; the whole strip becomes catch surface.
- Let go. NotchBay uploads the file to your connected Google Drive in the background and sets its sharing to anyone with the link.
- Paste. The link is already on your clipboard. Switch to chat, email, or a doc and paste. Done.
The first time you use it, you connect a Google account once so the app has somewhere to put the file. After that the drop is the whole workflow. There is no window to open, no permission toggle to hunt for, no upload tab to babysit. The file is on disk one second and a shareable URL is on your clipboard the next.
It fits the same idea as the rest of the notch: the useful thing happens where your eyes already are, without a context switch. If you have not set up the notch at all yet, the getting-started guide covers the install and permissions first.
#Where the file actually goes
This is the part worth being precise about, because "share a file from an app" can mean very different things depending on whose servers the file crosses. With drop-to-share, the answer is short: the file goes into your Google Drive, and only there.
When you drop a file, NotchBay uploads it directly from your Mac to your Google account over Google's own Drive API. The file lands in your Drive like any upload you made yourself, and the link you get is a standard Google anyone-with-link URL. Nothing is proxied through, cached on, or stored by a NotchBay server. There is no NotchBay account, no NotchBay bucket, no middleman copy.
The access is deliberately narrow. NotchBay requests the drive.file scope, which grants an app permission only to the files it creates. It cannot read your existing documents, browse your folders, or see anything you did not hand it by dropping. That is the tightest Drive scope Google offers for this job, and it is the one the app uses.
Because the link points at a file in your own Drive, you stay in control after the fact. Sharing is revocable: open the file in Google Drive and set it back to restricted, or delete it, and the URL stops resolving. You can also cut off the app entirely from your Google account's connected-apps page. That control lives with you and Google, not with me.
#The two paths, side by side
Laid out as steps, the difference is easy to see. Same destination, your own Drive, a public link, done in far fewer moves:
| Stage | Usual browser upload | Drop-to-share |
|---|---|---|
| Leave your work | Open a browser tab, go to Drive | No switch; stay where you are |
| Get the file up | Drag into the window, wait for the bar | Drag onto the notch, let go |
| Make it shareable | Open sharing, set anyone-with-link | Set automatically on upload |
| Get the URL | Click copy link | Already on your clipboard |
| Where it lives | Your Drive | Your Drive, same place |
Both paths put the file in your own Google Drive. Drop-to-share just removes the tab switch and the manual permission step.
#The honest limits
Drop-to-share is narrow on purpose, and it is worth knowing where it stops before you lean on it:
- It needs a Google account. The whole feature is built on Google Drive. If you do not have or do not want to connect a Google account, this is not for you. There is no Dropbox, iCloud, or S3 backend today.
- It needs a network connection. The upload happens at the moment you drop, so an offline Mac cannot produce a link. This is the one NotchBay feature that leaves your machine by design; everything else, including on-device dictation and the clipboard tray, runs locally.
- It uses your Drive storage. Each dropped file is a real upload counting against your Google quota. Big files and a nearly full Drive do not mix; clean up shared files you no longer need.
- Large files take as long as any upload. The notch makes the request instant, but the bytes still have to travel. A multi-gigabyte video is not magically faster than uploading it in a browser.
Those are the trade-offs. In exchange you get the shortest path I know of from a file on disk to a link you can paste, without handing your file to anyone but Google, where a lot of it already lives.
#Frequently asked questions
Where do the files go when I drop them on the notch?
Into your own Google Drive. NotchBay uploads the dropped file to the Google account you connected, using the narrow drive.file scope, then copies an anyone-with-link URL to your clipboard. The file sits in your Drive like any other upload, and it counts against your Drive storage.
Does NotchBay see or store my files?
No. The upload goes straight from your Mac to your Google Drive over Google's own API. Nothing passes through or is stored on a NotchBay server. The drive.file scope also means the app can only touch the files it created for you, not the rest of your Drive.
Can I revoke a share link later?
Yes. The link points at a file in your Drive, so you control it. Open the file in Google Drive and change its sharing back to restricted, or delete the file, and the link stops working. You can also revoke NotchBay's access entirely from your Google account's connected-apps settings.
Do I need a Google account and internet for drop-to-share?
Yes to both. Drop-to-share uploads to Google Drive, so it needs a Google account you have connected once and a live network connection at the moment you drop. It is the one NotchBay feature that leaves your Mac by design; the rest of the app runs on-device.