DeadSec
DeadSec

Reputation: 888

Is there a way to upload a image to a file in a already deployed app from app engine?

So I have to separate apps hosted at google cloud and I would like to know if it's possible from the app1 to send a file to a specific folder in app2. I tried to ssh into an instance but I can find anything.I'm new to google cloud so if anyone knows anything please let me know.

Upvotes: 0

Views: 35

Answers (1)

ttfreeman
ttfreeman

Reputation: 5533

You can use gcloud app instances scp command. For more information about the command and how to use it, please see the link below:

[https://cloud.google.com/sdk/gcloud/reference/app/instances/scp][1]

Upvotes: 1

Related Questions