[google-appengine] GAE not working with custom domain

2016-02-25 Thread Saeed Bin Hamad
Hi, I have a google domains domain so i dont need to verify my domain with google i pointed my custom domain to the GAE example.appspot.com for example following the tutorials here https://cloud.google.com/appengine/docs/python/console/using-custom-domains-and-ssl eventhough everything

[google-appengine] Re: Could someone tell me how to use blobstore with endpoints? Any tutorial sites/videos would be superb.

2016-02-25 Thread Deepesh Mathuria
Okay so you are suggesting to use cloud bucket, could you tell me the advantages it will have over blobstore. And also could you tell me if Images API work is compatible with cloud storage bucket. On Thursday, February 25, 2016 at 4:46:16 PM UTC+5:30, Deepesh Mathuria wrote: > > I am creating

[google-appengine] Re: Can't deploy to a project ID that contains a domain name

2016-02-25 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Project IDs may include domains. If so, the domains are present in the ID in just the way you describe 'domain.com:project-id'. An example can be seen in this Identifying projects article. I tested a few different scenarios of

Re: [google-appengine] Is the Search API on the chopping block?

2016-02-25 Thread PK
Amen!! It is much more than just an API so this change sounds in the right direction. I hope they put it inside the Storing Data section next, where it belongs. PK p...@gae123.com > On Feb 25, 2016, at 12:17 PM, Robert Fox wrote: > > Moreover what used to be called

[google-appengine] Re: New App Engine Managed VM Docs

2016-02-25 Thread Robert Fox
Hi Amir I really appreciate the documentation. I used to know it like the back of my hand but lately I've noticed a lot of changes. Personally I'd like to see more documentation that gets to the delineation between Compute Engine / Managed VMs / App Engine. Specifically when it comes to

[google-appengine] Scheduling Background Tasks

2016-02-25 Thread Mark Stang
I am trying to schedule a task to run in background. I can't seem to find a example. I posted this on Stackoverflow and I received one response: I've not really done much with Cloud Endpoints in python, but 415 is *Unsupported Media Type*. Since you are posting to an endpoint, it's probably

[google-appengine] Is the Search API on the chopping block?

2016-02-25 Thread Robert Fox
GCP Next is coming... website makeover... lots of new documentation... and in those newly revamped cloud pages https://cloud.google.com/ and https://cloud.google.com/docs/ No mention of the Search API. You'd think it's intentionally hidden... haven't seen any announcements about its demise

[google-appengine] Re: Could someone tell me how to use blobstore with endpoints? Any tutorial sites/videos would be superb.

2016-02-25 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
I would agree with Jeff and strongly advise using Google Cloud Storage. There is a client library to use it from each of the runtimes and also has a HTTP REST API usable by any front-end you would authenticate. Here's the Getting Started

[google-appengine] Error: "This operation is not possible because no App Engine application was found for this project"

2016-02-25 Thread Oskar Nadolny
When I enter App Engine section in my Google Developer Console I get this error: "This operation is not possible because no App Engine application was found for this project.". What can I do to repair this? My problem is simillar to this:

Re: [google-appengine] New Cloud Console

2016-02-25 Thread Christian F. Howes
Thanks Lorne. Will we also be better at triaging and updating the Public Issue Tracker? Paid support told me today that several of the issues I filed last year are supposedly fixed, but the Public Issue Tracker has yet to be updated. The lack of information provided, but the hard deadline

Re: [google-appengine] Could someone tell me how to use blobstore with endpoints? Any tutorial sites/videos would be superb.

2016-02-25 Thread Jeff Schnitzer
Nevermind the blobstore. The old Blobstore is deprecated (does it even exist anymore?) and the Blobstore API was really designed around submitting data to this service. Google adapted it to Google Cloud Storage but you’re much better off just using the GCS API directly. Jeff On Thu, Feb 25, 2016

Re: [google-appengine] New Cloud Console

2016-02-25 Thread 'Lorne Kligerman' via Google App Engine
Thanks everyone for the feedback. Overall, we are going to reach feature parity in the Cloud Platform Console before turning down the Admin Console. The next communication we send will have more details and will outline any gaps that exist and our plans to address them. To answer the

[google-appengine] Could someone tell me how to use blobstore with endpoints? Any tutorial sites/videos would be superb.

2016-02-25 Thread Deepesh Mathuria
I am creating a web application which allows user to post text content along with file uploads. I've built my entire webapp on cloud endpoints, but I'm having problem with the file upload part integration. I know it can be done with blobstore but I want to know how - I've not had any experience

Re: [google-appengine] New Cloud Console

2016-02-25 Thread Mark Cummins
+1 for the speed of the new console. The old console is very noticeably faster. On Thursday, 25 February 2016 01:58:58 UTC, Christian F. Howes wrote: > > Hi Lorne, > > Is there any chance that you can share the console roadmap with us? given > that we are getting the turn-down threats again,

[google-appengine] How do I view logs by thread?

2016-02-25 Thread ThePiachu
In the old logs, I was able to neatly see all logs by thread - every warning, error and debug was in chronological order, sorted by the thread that initialized them. Now it seems everything is jumbled together, clumped a few entries at a time and shuffled between multiple simultaneous threads.