I can't access the application I've been working on for 2 months

I started my project to try out the new Gemini 3.1 Pro. I opened my project to try out the new Gemini 3.1 Pro, and when I sent a message, it said that the data was no longer stored on the drive. I confirmed it, but I hadn’t confirmed deleting it from my drive account. When I clicked, nothing happened It wasn’t working this time. I confirmed by clicking delete from my Drive account, and then I got an “application cannot be installed” error. Was my project deleted? I thought the data would no longer be visible on Drive. I hope the project We weren’t deleted.

Try checking the trash in Google drive. It might have been moved to there.

I did that and it’s currently in the Google AI Studio folder, but it’s still not loading.

Could be a caching issue. Have you tried deleting all temp folders? / rebooting? If you’re running windows I would run in powershell:

Remove-Item "$env:TEMP\*" -Recurse -Force -ErrorAction
Remove-Item "C:\Windows\Temp\*" -Recurse -Force -ErrorAction
Clear-DnsClientCache
Remove-Item "C:\Windows\Prefetch\*" -Recurse -Force
then reboot

If ubuntu or similar:
sudo sh -c ‘echo 3 > /proc/sys/vm/drop_caches’
sudo apt-get clean && sudo apt-get autoremove -y
then reboot

Might be worth uninstalling google drive and reinstalling as well..

Thank you for your answer. The problem was solved a while after I took it out of the trash can.