Hi Brenton, 

To provide you with an accurate response about your issue, we need some 
further information. When the files for project A,B,C are you in Cloud 
Shell within the Console UI? How are you switching between projects via CLI 
or through different web browser tabs each logged into their own project?

On Friday, August 7, 2020 at 3:03:03 PM UTC-4, brenton strine wrote:
>
> I have several projects, let's call them projects A, B and C. 
>
> I cloned a git repo into project A, created several files, and set up a 
> node server. Then I decided I wanted to start over so I deleted project A 
> and waited for it to be completely deleted. 
>
> Now, when I connect to the console with projects B or project C, I can see 
> the files that were created in project A. 
>
> Files that I create in projects B and C are visible in each other as well. 
>
> In project B:
> >touch file-b.txt
> >ls
> file-b.txt
>
> Then in project C:
> >ls
> file-b.txt
> >touch file-c.txt
> >ls
> file-b.txt  file-c.txt
>
>
> Then in project B again:
> >ls
> file-b.txt  file-c.txt
>
> I thought that each project was sandboxed and totally separate. With that 
> understanding, while I was in project A, I was doing a lot of testing and 
> experimenting and wrecked things, feeling safe that I could just delete the 
> project and start a new one. But now I'm seeing that the changes are 
> following me to the other projects. 
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/697e501e-89f8-415f-981f-40f658270ca2o%40googlegroups.com.

Reply via email to