[google-appengine] Re: How to get InputStream and OutputStream from Cloud Storage on App Engine Java?

2021-04-25 Thread Linus Larsen
Well, I can't write all code for you. Basically I would not advice you to read and write potentially large video data files into memory. You will probably run out of memory. Lets walk thru your code: see Channels java doc:

[google-appengine] Re: Redirected custom domain from Google does not show in browser address bar

2021-04-25 Thread NoCommandLine
Hi, >>> and have redirected them to my App Engine project addresses <<< How did you do this? Did you use the 'Add a Custom Domain' under App Engine > Settings? If you didn't, try that method On Sunday, April 25, 2021 at 6:09:30 AM UTC-7 Glenn Richard wrote: > I purchased two custom domains

[google-appengine] Re: How to get InputStream and OutputStream from Cloud Storage on App Engine Java?

2021-04-25 Thread Richard Arnold
Thanks for the reply. So is this going to overwrite the file specified? Or is it going to create a new file in memory that I then have to save to cloud storage myself? Could you show me how the code you wrote fits in with the code I have? On Saturday, April 24, 2021 at 10:48:28 AM UTC-7

[google-appengine] Redirected custom domain from Google does not show in browser address bar

2021-04-25 Thread Glenn Richard
I purchased two custom domains from Google, and have redirected them to my App Engine project addresses. I performed the steps of setting up DNS for both. When I enter either of the custom domains into a browser address bar, the redirection does occur, and the page content is displayed in the

[google-appengine] Re: GAE Microservices

2021-04-25 Thread mukesh raj dass
Hi Appreciate the feedback. I am using Standard environment in Python 3.7. I need to create a URL for services that can only be access from inside the application after login authentication. The services will be modules that will available. It cannot be accessed from outside the

[google-appengine] GAE request URI traffic stats

2021-04-25 Thread Amogh Asgekar
Is there a page that shows the per URI stats for services hosted in GAE? I can find a bunch of monitoring and reporting that shows overall latency, qps etc, but not one that can help me drill down across specific URI's that might be requested for the GAE application. If not in cloud

[google-appengine] How to restrict the visibility of all the instances and instanceGroups to the user

2021-04-25 Thread Ashok Medikonda
Hi Team, I want to restrict the visibility of all the Instances and InstanceGroups for the particular user by assigning IAM custom role a user. I was trying to below IAM permissions and condition but all Instances and InstanceGroups are visible tothe User when I am assigning the custom role