[google-appengine] Re: login: admin in python37

2021-02-15 Thread NoCommandLine
upport people as 'admin' even without a Google Account i.e. you can grant admin privilege to someone based on their twitter login or facebook login or even a manual user Id *.* NoCommandLine *..* *If you miss GAE Launcher, try* https://nocommandline.com On Friday, January 22

[google-appengine] Re: GCP Upgraded Accidently

2021-02-16 Thread NoCommandLine
the only way I know (and I might be wrong here) is for you to delete your billing account. However, most services require you to have a billing account. For example, you can't deploy your app to production without having a billing account *.* NoCommandLine *..* *If you miss GAE Launc

[google-appengine] Re: Querying across namespaces

2021-03-02 Thread NoCommandLine
the original *.* NoCommandLine *..* *If you miss GAE Launcher, try* https://nocommandline.com On Tuesday, March 2, 2021 at 12:24:11 AM UTC-8 rajesh...@veersoftsolutions.com wrote: > We have a multi-tenant saas. Namespaces are used to separate the data > between tenants > >

[google-appengine] Re: Querying across namespaces

2021-03-02 Thread NoCommandLine
tml which says .The special entity kind __namespace__ can be used to find all the namespaces used in your application entities.... *.* *NoCommandLine* *..* *If you miss GAE Launcher*, try https://nocommandline.com On Tuesday, March 2, 2021 at 12:24:11 AM UTC-8 rajesh...@veersoftsolu

[google-appengine] Re: New migration resource

2021-03-15 Thread NoCommandLine
Hi, This is a good idea and will be a great resource if it ends up containing real-life/realistic examples. I think an example (from Google) containing a move for an App which was using 'memcache' and/or 'User' service would be great. *.* NoCommandLine *..* *If y

Re: [google-appengine] Re: New migration resource

2021-03-15 Thread NoCommandLine
gt; > I can add either or both of the above to this repo, or pointers. I'm > looking for community feedback before doing that, however. > > Thanks, > > Charlie > > On Mon, Mar 15, 2021 at 9:54 AM NoCommandLine > wrote: > >> Hi, >> >> This is a good i

[google-appengine] Re: Not able to activate free trial

2021-03-29 Thread NoCommandLine
Can you confirm this is actually free trial? As far as I know, free trial should not take any money from your card. From their documentation ... setting up a Cloud Billing account does not enable us to charge you. *You are not charged unless y

[google-appengine] Re: Need Assistance to select product

2021-03-29 Thread NoCommandLine
d to use GCE or maybe GAE Flexible (you'll have to confirm the information about GAE Flexible) *.* *NoCommandLine* *..* *If you miss GAE Launcher*, try https://nocommandline.com On Thursday, March 25, 2021 at 4:44:40 AM UTC-7 Ooty Beauty wrote: > Hello, > > I'm very

[google-appengine] Re: How can I deploy my app to GCP?

2021-04-05 Thread NoCommandLine
1) What command are you using/trying in your console? 2) Do you actually have gcloud installed (correctly)? To deploy your app, the minimum command is '*gcloud app deploy*' . If you are executing this in your project's root folder, the system will deploy the '*app.yaml*' file it finds in the r

[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 fr

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

2021-04-26 Thread NoCommandLine
s culminated with "DNS changes can take up >>> to 24 hours to take effect. Your SSL certificate will take several minutes >>> to activate." Accordingly, all of this should work within 24 hours, at >>> which time I will check the redirection process and re

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

2021-04-27 Thread NoCommandLine -
probability of someone going directly to the appspot link is very low because the person would need to know the Application Id, and also know it’s being hosted on GAE. . NoCommandLine .. https://nocommandline.com <https://nocommandline.com/> A GUI for Google App Engine >

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

2021-04-27 Thread NoCommandLine -
the custom domain). On another project, we created a separate service (this means we had a dispatch.yaml file) to handle all such urls and returned a 404 error . NoCommandLine .. https://nocommandline.com <https://nocommandline.com/> A GUI for Google App Engine > On Apr

[google-appengine] Re: custom domain SSL not activating

2021-05-13 Thread NoCommandLine
ed or www) and then redirect the other to it. This way you have one set of urls for SEO purposes * .* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On Thursday, May 13, 2021 at 9:39:43 AM UTC-7 mi...@lorugames.com wrote: > I am stuck on " The certifica

[google-appengine] Re: Had a wordpress site using Google Cloud Platform and i think it totally crashed

2021-06-07 Thread NoCommandLine
should note that being on a ‘free’ tier does not mean you will not incur some cost 3) I clicked on the link to your blog and it opened for me (though the page appeared distorted; this could be due to CSS pages/static pages not loading properly). * .* NoCommandLine *..* https

[google-appengine] Re: Where is the APIs & auth menu?

2021-07-24 Thread NoCommandLine
[image: API_Menu_Item.png] 1) Click on APIs & Services 2) Select Library 3) Search for the API * .....* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On Friday, July 23, 2021 at 3:31:23 PM UTC-7 cynthia...@gmail.com wrote: > I asked the develope

[google-appengine] Re: App Engine running Python 3.7 via Docker

2021-08-05 Thread NoCommandLine
This Google Documentation <https://github.com/GoogleCloudPlatform/python-runtime>, says .. # Use -p python3 or -p python3.7 to select python version. .. * .* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On Wednesday, August 4, 2021 at 3:59

[google-appengine] Re: Weird Error Message

2021-08-25 Thread NoCommandLine
ements.txt file but this assumes that there is nothing in your code that needs a feature that is in a higher release * .* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On Tuesday, August 24, 2021 at 12:46:49 PM UTC-7 Joshua Smith wrote: > I'm up

Re: [google-appengine] Weird Error Message

2021-08-25 Thread NoCommandLine
ound a work around here <https://github.com/googleapis/python-ndb/issues/568#issuecomment-724999321> . * .* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On Wednesday, August 25, 2021 at 10:03:35 AM UTC-7 Joshua Smith wrote: > That makes sense. B

[google-appengine] Re: Google App Engine Hello world program using Python 3 Problem Reg.,

2021-09-29 Thread NoCommandLine
ent of Python 3 apps on Windows*.. *.* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On Monday, September 27, 2021 at 11:34:04 AM UTC-7 sathish...@gmail.com wrote: > i tried to create Google App Engine Hello world program using Python 3. > But

[google-appengine] Re: Email Senders

2021-10-05 Thread NoCommandLine
sole purpose is email provision) like Sendgrid, MailGun, MailJet, etc. See GAE documentation <https://cloud.google.com/appengine/docs/standard/java/mail/sending-messages> for this. GAE users get a free quota from the providers listed on that page. *.* NoCommandLine *..* https:/

[google-appengine] Re: Flask deployment

2021-10-05 Thread NoCommandLine
Hi, This type of question is better handled on Stackoverflow <https://stackoverflow.com/>. Just tag it with Google App Engine and any other relevant tags. *.* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On Sunday, August 29, 2021 at 1:13:41 PM

[google-appengine] Re: py3 migration and memcache

2021-10-05 Thread NoCommandLine
Hi, If you haven't gotten this working and in case you're not aware, you can now use the memcache API with Python 3 (i.e. there is no reason to use Redis). See this Twitter thread <https://twitter.com/GUI_4_GAE/status/1444956721252737028> for more details *

[google-appengine] Re: Incremental upload skipping JSON file

2021-10-20 Thread NoCommandLine
ucket* which it describes as .*The Google Cloud Storage bucket used to stage files associated with the deployment. If this argument is not specified, the application's default code bucket is used*. *.* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine*

[google-appengine] Re: local development server (dev_appserver.py) not running in http://localhost:8080/

2021-10-29 Thread NoCommandLine
Your link has a Dependencies section which lists Jinja2 and Webapp2. Did you install those dependencies? *Note:* The Dependencies also mentions "Twitter Bootstrap" but there is a folder for it which means you don't have to download it * .* NoCommandLine

[google-appengine] Re: local development server (dev_appserver.py) not running in http://localhost:8080/

2021-11-16 Thread NoCommandLine
ex can lead to status 500 errors. I checked the GitHub that you are following and it has an* index.yaml* file. Do you have this file in your own version? Is it located in the root of your project folder? * .* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On

[google-appengine] Re: Checking which indexes are used

2022-01-11 Thread NoCommandLine
ore/indexes/cleanup> command which will compare your production version with the local version and remove any index in production which is not in the local version * .* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On Tuesday, January 11, 2022 at 7:26:15 AM

[google-appengine] Re: I have few questions about app engine

2022-02-21 Thread NoCommandLine
having warmup requests <https://cloud.google.com/appengine/docs/standard/python3/configuring-warmup-requests> to speed things up * .* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On Monday, February 21, 2022 at 1:00:38 AM UTC-8 looo...@gmail.com wrote:

[google-appengine] Re: When is the security assessment not required?

2022-03-11 Thread NoCommandLine
add the app to an allowlist for use within their domains. - To learn how to make your app a Domain-Wide Install, see My application has users with enterprise accounts from another Google Workspace Domain. <https://support.google.com/cloud/answer/9110914#enterprise&

[google-appengine] Re: When is the security assessment not required?

2022-03-12 Thread NoCommandLine
ful for your situation. * .* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On Friday, March 11, 2022 at 7:36:16 AM UTC-8 NoCommandLine wrote: > 1. If you set the publishing status of your App to 'Testing', you don't > have to submit it

[google-appengine] Re: The API call datastore_v3.Put() enable

2022-05-30 Thread NoCommandLine
pengine/docs/standard/python3/services/access> no longer has it. * .* NoCommandLine *..* https://nocommandline.com *A GUI for Google App Engine* On Monday, May 30, 2022 at 10:24:50 AM UTC-7 ankit...@gmail.com wrote: > Can anyone help us into this please. > > On Monday, 30 May 2022

[google-appengine] Re: The API call datastore_v3.Put() enable

2022-05-30 Thread NoCommandLine
Correction - '*gcloud beta app deploy*' On Monday, May 30, 2022 at 12:33:27 PM UTC-7 NoCommandLine wrote: > Try deploying your app with *'gcloud app beta deploy' *instead of the > normal 'gcloud app deploy' > > When 'Bundled API for Python 3&#