[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2017-09-07 Thread Developer Coder
Hi I want to open account in Google Cloud Platform so i have read the documentation. When i open this https://console.cloud.google.com/freetrial?page=0 and add the basic detail. After that when i add detail in Payment Method and click on *Start my free trial* button then it said *Invalid card de

[google-appengine] Active account in Google Cloud platform

2017-09-07 Thread Developer Coder
Hi I want to open account in Google Cloud Platform so i have read the documentation. When i open this https://console.cloud.google.com/freetrial?page=0 and add the basic detail. After that when i add detail in Payment Method and click on *Start my free trial* button then it said *Invalid card d

[google-appengine] making dev_appserver listen on all network interfaces and not just localhost/loopback?

2011-05-02 Thread joe random coder
is there any way to achieve this? i couldnt google a fast answer. I'd like to be able to test apps locally from more than one pc on the lan.. (I'm interested in a java sdk answer now, but python answer are very welcome too) -- You received this message because you are subscribed to the Google

[google-appengine] need *.appspot.com certificate help

2010-06-01 Thread Houston startup coder
We have a client app on a tablet accessing GAE, and we want to install the *.appspot.com certificate so every time the client app accesses GAE for data transfer it won't prompt the user to accept the *.appspot.com certificate. Actually, we don't ever want the user to be prompted, so we want to ins

[google-appengine] Re: App Engine For Business

2010-05-19 Thread Houston startup coder
SSL was the single most important feature to me on the roadmap that existed prior to this new App Engine for Business announcement. Now I'm a bit concerned because I don't see it at all on the roadmap for regular App Engine applications. Unless I can easily use App Engine for Business for public

[google-appengine] sharing Application with Developers - no admin user?

2010-03-02 Thread Houston startup coder
When you invite other Developers to collaborate on an Application, it seems like you'd often prefer they not have the ability to remove you from the Developers list! Can owner/administrator level status be assigned to the original Developer who created the Application? -- You received this messa

[google-appengine] Re: how to work with blobs?

2010-03-02 Thread Houston startup coder
This is a good starting place: http://code.google.com/appengine/docs/java/blobstore/overview.html On Mar 2, 10:18 am, Valentino Hankypants wrote: > hello together, > > i want to upload and download binary data. so i have to use blobs. is > there any tutorial or some instructions how i have to

[google-appengine] Re: app engine is down?

2010-02-24 Thread Houston startup coder
I get this when I try to go to the dashboard: Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. On Feb 24, 9:56 am, bFlood wrote: > +1 > >

[google-appengine] creating Word and Excel docs

2009-10-23 Thread Houston startup coder
I need to allow my users to export into Word and Excel formats from my GAE app, and I know Apache POI is not supported. So, I'm trying to figure out how to avoid running a server elsewhere whose sole purpose is generating Word and Excel documents based on data in my GAE datastore. Google Docs se

[google-appengine] uploading multiple apps from more than one account

2009-10-16 Thread Houston startup coder
I'm getting started with App Engine for Java and I'm using the Eclipse plugin. I will be uploading at least 3 different apps from at least 2 different GAE accounts (personal and work apps). How will I be able to upload apps from more than one GAE account? Thanks... --~--~-~--~~