Hey Rafal,
This usually happens when you’re on a different Google account or the script got detached from Drive.
Check https://script.google.com/home and also try switching accounts (top right). Apps Script projects sometimes don’t show in Drive directly.
If it’s still missing after that, it’s likely either an account mix-up or it got removed/hidden by Drive/Workspace settings. Worth a quick check before assuming it’s gone.
If they were definitely saved in Google Drive and they're not in Trash, the next thing I'd check is whether you're signed into the exact account that created them. Apps Script files can be surprisingly hard to find if you're in the wrong account.
You can also go to script.google.com/home and search there, since script projects don't always appear where you'd expect in Drive.
If they're still missing, I'd be happy to help investigate further,there are a few recovery options depending on whether this is a personal Gmail or a Workspace account.
--
You received this message because you are subscribed to a topic in the Google Groups "Google Apps Script Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-script-community/5TvoTDrMX-g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-script-community/6275aa4e-5f11-43ab-b769-682a72f62232n%40googlegroups.com.
Babalola Adeyosola
AI Developer
BONNIE SIGNATURE
Creating smart AI-powered solutions
📱 08159614961
📧 babalolaad...@gmail.com
That's interesting,
If you can still see the execution logs, then Google definitely still has records of the script at some point. If the project itself isn't showing up in Apps Script Home, Drive search, or Trash, it may be a hidden/orphaned project rather than a normal deletion.
Have you checked whether the execution logs show a Project ID or script details? That can sometimes help locate it. I'm curious to dig into this with you because seeing logs without the actual project is pretty unusual.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-script-community/858cfb31-7ee5-4100-bd70-f631d969cb5en%40googlegroups.com.


If those screenshots are from the same account, the fact that "My Projects" is empty but "My Executions" still shows successful runs is very unusual. That suggests the script wasn't simply deleted from Trash—it may have become detached from your Apps Script dashboard or the underlying project file is no longer accessible.
Can you click one of those executions and see if it shows a Script ID or Project ID? That would be the next clue. I've dealt with a few odd Apps Script cases before, and seeing executions without a visible project is not the normal behavior.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-script-community/4f3655ea-0a70-4082-a2b5-62b15b0ed2b3n%40googlegroups.com.
Oof, a 404 when opening the execution details makes it even stranger. If the executions exist but the project behind them now returns 404, it sounds less like a normal deletion and more like the script project record got disconnected or corrupted.
Was this a personal Gmail account or Google Workspace? I'm trying to figure out whether this is something Google Support/Admin can recover or if it's a backend Apps Script issue. I've honestly never seen executions remain visible while the project itself is completely inaccessible.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-script-community/0c49ad06-6f5a-4302-bc4b-7384a3083ce9n%40googlegroups.com.