0
votes

I have created few test projects via https://script.google.com/ using Google Chrome Incognito Window. The problem is that I cannot find one of published projects in my Google Drive.

This is "Hello world" content service. https://script.google.com/macros/s/AKfycbyyPyHTQEiklppiU3xyJxvuCZZLLBdY-C64We4W_YlL2amWincl/exec?prefix=alert

But there was some of important code in the sources (Code.gs). Is it possible to recover my disappeared project?

1

1 Answers

2
votes

if you truncate your app url before "exec" and replace with "edit" you get this url : https://script.google.com/macros/s/AKfycbyyPyHTQEiklppiU3xyJxvuCZZLLBdY-C64We4W_YlL2amWincl/edit

that should work ;-)

Edit : you could also simply use the drive's search tool since it searches for any string inside your documents : search for 'Hello world' and it will find all occurrences of this string, including your script...