[google-appengine] Re: How to edit and deploy APP Engine source code Using Google Cloud Shell’s new code editor?

2016-11-04 Thread Dhandapani Sattanathan
Thanks Nicholas for immediate reply to my question.

Yes,My second question what you understood was correct. Now I can download 
the existing deployed application.I 'll use GitHub Or Bitbucket to share 
others.


On Friday, November 4, 2016 at 2:41:16 AM UTC+5:30, Nicholas (Google Cloud 
Support) wrote:
>
> Welcome Dhandapani!
>
> Happy to hear you are programming and deploying to App Engine using 
> exclusively web tools like Cloud Shell . 
>  If I understand your description correctly, you are starting an instance 
> of Cloud Shell, editing code from there either via the command line or the 
> experimental Web Editor 
>  based on Orion 
> and then finally testing via the Web Preview or deploying directly to App 
> Engine.
>
> At this time, the file system accessed by Cloud Shell is specific the 
> logged in user and cannot be accessed by another user as stated here 
> . 
>  This is why you cannot see the file system of your colleagues and they 
> cannot see yours.  To share code with other users, I would strongly 
> recommend using git repository.  Cloud Source Repositories 
>  allows you to host 
> private Git repositories so that should serve your purpose.  If you prefer 
> third-party tools, I'd recommend BitBucket or Github.  Either way, Cloud 
> Shell instances come with git installed so that should be helpful.
>
> If I understand your second question correctly, it seems you'd like to 
> download the source code for a currently deployed application.  If this is 
> the case, you can use *appcfg.py -A YOUR_APP_ID -V [YOUR_APP_VERSION] 
> download_app [OUTPUT_DIRECTORY] 
> * 
> to do so.  If I've misunderstood your question, please elaborate what you 
> mean by *edit an existing project script using Cloud Shell*.
>
> I hope the above is helpful and answers your questions.
>
> On Wednesday, November 2, 2016 at 7:48:51 AM UTC-4, Dhandapani Sattanathan 
> wrote:
>>
>> I deployed my PHP app using Google App Engine Launcher to GCP app engine.
>>
>> I connected Google Cloud Shell’s of my existing GAE. I couldn’t cd to the 
>> existing source code folder.
>>
>> But new folder, file I can create and edit the source code.
>>
>> 1.Why another member of GCP couldn’t see my folder and file? How to give 
>> permission to another member to a folder?
>>
>> 2. Is it possible to see the existing project script in GAE can edit 
>> using cloud shell?
>>
>> Plz, help me.
>>
>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/cab7e702-3aa5-4d2e-a0fb-e060a632429b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How to edit and deploy APP Engine source code Using Google Cloud Shell’s new code editor?

2016-11-03 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Welcome Dhandapani!

Happy to hear you are programming and deploying to App Engine using 
exclusively web tools like Cloud Shell . 
 If I understand your description correctly, you are starting an instance 
of Cloud Shell, editing code from there either via the command line or the 
experimental Web Editor 
 based on Orion 
and then finally testing via the Web Preview or deploying directly to App 
Engine.

At this time, the file system accessed by Cloud Shell is specific the 
logged in user and cannot be accessed by another user as stated here 
. 
 This is why you cannot see the file system of your colleagues and they 
cannot see yours.  To share code with other users, I would strongly 
recommend using git repository.  Cloud Source Repositories 
 allows you to host 
private Git repositories so that should serve your purpose.  If you prefer 
third-party tools, I'd recommend BitBucket or Github.  Either way, Cloud 
Shell instances come with git installed so that should be helpful.

If I understand your second question correctly, it seems you'd like to 
download the source code for a currently deployed application.  If this is 
the case, you can use *appcfg.py -A YOUR_APP_ID -V [YOUR_APP_VERSION] 
download_app [OUTPUT_DIRECTORY] 
* 
to do so.  If I've misunderstood your question, please elaborate what you 
mean by *edit an existing project script using Cloud Shell*.

I hope the above is helpful and answers your questions.

On Wednesday, November 2, 2016 at 7:48:51 AM UTC-4, Dhandapani Sattanathan 
wrote:
>
> I deployed my PHP app using Google App Engine Launcher to GCP app engine.
>
> I connected Google Cloud Shell’s of my existing GAE. I couldn’t cd to the 
> existing source code folder.
>
> But new folder, file I can create and edit the source code.
>
> 1.Why another member of GCP couldn’t see my folder and file? How to give 
> permission to another member to a folder?
>
> 2. Is it possible to see the existing project script in GAE can edit using 
> cloud shell?
>
> Plz, help me.
>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7e3bf54a-736b-4446-abd2-bb1d638708b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.