I make some app on the google app engine.
But i have some problem. please see this picture.
I install my domain at app engine at custom domain.
but if i tried connect my web... (overdoc.org)
NOT FOUND DNS....
I talked my domain seller this problem. but they don't help me.
So.....
**How can i install my domain at app engine?**
Related
I want to deploy an angular app is n Google Cloud Platform App Engine, and link to my domain in Go Daddy.
I have done the domain verification in Google, and able to do npm start in cloud shell and web preview it, however need help with below:
1. How to persist the deployment even if I close the shell? Adding & to make it a background process enough?
2. What should be the values in Go Daddy DNS configurations
3. If I deploy on another port, such as 4200, how to forward http, https, and www to that port?
Any help us much appreciated, thanks in advance.
When you do npm start in the Cloud Shell to web preview it you’re only running the app “locally” in Cloud Shell, you’re not actually deploying it to App Engine. To deploy your app you should use the gcloud app deploy command.
The general steps on how to deploy the app in App Engine are documented here
Regarding the DNS values to map your custom domain please follow the steps 4, 5 and 6 in this documentation
In order to understand how Port forwarding works in App Engine I recommend checking this document.
If you are interested there's also a codelab where you can go through all the steps on deploying an Angular app to App Engine.
I'm trying to setup Google App Engine with custom domain and SSL.
I've added the certificates to Google Apps and added the custom domains to Google App Engine.
I can successfully access http://domain.com and https://domain-com.appspot.com but when I try to access https://www.domain.com I got the following error: This webpage is not available
The domain is lonardiDOTorg
Any suggestions?
After some research, my findings show that this isn't supported for the moment being.
Issue 10802 on the Google App Engine issue tracker seems to confirm that it isn't yep available at the moment.
This stackoverflow post seems to contain the different workarounds that other users have used.
I hope this helps.
It is very challenging to help with this kind of issue without being able to inspect the domain and app itself.
Are there any privacy concerns in sharing the domain name so that we can see if the page is being returned by Google or by your DNS provider? It may be possible that the DNS records aren't set correctly.
Keep in mind that as this configuration is done on the Google Apps side, the Apps team may be able to assist if you have a Apps for Business account. This could help get assistance without sharing any information.
Apps Help Center: https://support.google.com/a/answer/2644334
Apps Contact Page: https://support.google.com/a/answer/2644334#contact=1
How do I ensure that only a specific Google App Engine project can communicate with another web endpoint located in an other GAE Project.
I want to lock communication between App Engine Projects.
What would be the best way to accomplish this ?
The best way would be to make use of the request header X-Appengine-Inbound-Appid within your App Engine web endpoint application to assert the identity of your specific App Engine app that should be allowed to communicate. This header is added to the request by the URLFetch service and is not user modifiable.
Detail documentation can be found at https://cloud.google.com/appengine/docs/python/appidentity/#Python_Asserting_identity_to_other_App_Engine_apps
Not tested, but I thought application itself is admin, so how about like this?
Add login: admin to all handlers in app.yaml
Go to Google Developer Console, project -> Permissions, then Add project account which you want to communicate with into service accounts.
I hope it works.
I have just started looking into using Google App Engine for a project I'm developing. The project will have an Android and iPhone app as well as a web application that a set of users can log into. I have a couple basic questions concerning the use of Google App Engine...
Is it possible to use google app engine in conjunction with your own web app? Or would I post the web app itself on Google App Engine? Is it that I'd use my web app AND Google App Engine, or would those be the same thing? I guess this is the main point I'm not clear on.
I'm kind of concerned about putting all of our data on Google's servers and not directly owned by myself. Is this just something I'll have to get over?
Thanks for any help!
Edit: The web app will need to have a decent amount of functionality in addition to the mobile apps. Is the Google App Engine mostly for projects which only/mainly have mobile apps?
Google App Engine includes Google Cloud Endpoints for Android, iOS and web clients. The client web app can be hosted on AppEngine or elsewhere. If you host the client web app in the same application that hosts the Cloud Endpoints, authentication and data sharing is easier to achieve.
Yes, you'll just have to get over putting all of your data on Google's servers. Google does not publish or index your data, except for the data your app itself publishes to anonymous clients.
I have bought a new domain from GoDaddy using Google Apps Free Edition before a few years ago (before google stop offering the free edition of Google Apps). Then i mapped this new domain with my Google Sites web site.
Now i need to remove this domain from my Google Sites web site and point it to my new web site hosted on Google App Engine.
I tried to delete domain mapped to my Google Sites web site from google apps control panel to point my new web site hosted on Google App Engine. but i got below error.
Server error
We are unable to process your request at this time, please try again
later.
I have tried several times. but no result.
How can i solve this ? How can i remove my domain from my Google Sites web site and point it to my new web site hosted on Google App Engine ?
You need to update the dns records on GoDaddy to point at your app engine URL.