[google-appengine] Re: Newbie: Can I control the IP address where code gets executed from?

2018-04-17 Thread Omar Miah
Fady, thanks for the reply, immensely helpful in understanding. The problem is Amazon - nothing else. For code execution and all other factors - yes, I want fastest and best options. But it's all about Amazon. For a UK user, I don't mind if the server is in USA - as long as the IP address that

[google-appengine] Re: Marketplace Authorization for apps (Java)

2018-04-17 Thread 'Kamran (Google Cloud Support)' via Google App Engine
This looks like a question about G Suite Marketplace applications. I'd recommend posting this issue on Stackoverflow.com and tag it with *google-apps-marketplace . *There you'll have access to a large community of enthusiasts and experts to share ideas with and get support for this product.

[google-appengine] Re: Newbie: Can I control the IP address where code gets executed from?

2018-04-17 Thread 'Fady (Google Cloud Platform)' via Google App Engine
Hello Omar, In general, using Google Cloud Platform, you may try hosting your application in two different ways. The first is by using Google App Engine where the idea is to focus on your code and build your application without worrying about the

[google-appengine] Newbie: Can I control the IP address where code gets executed from?

2018-04-17 Thread Omar Miah
I'm learning to code for online market places like Amazon. I want to make code to manage accounts - make listings, process sales, reply to customer messages and other things. I need to be in control of where the code is seen as being executed from. If a UK seller and code gets run by a server

[google-appengine] Marketplace Authorization for apps (Java)

2018-04-17 Thread Álvaro Jose Egea Almagro
Hello, I am trying to make an application that I can put in the marketplace to read content from a spreadsheet. In my local developments in java, my authorization is always of the following type: credential = new GoogleCredential.Builder () .setTransport (HTTP_TRANSPORT) .setJsonFactory