Re: [google-appengine] Enable SSL custom domain without Google Apps Account

2014-08-08 Thread Doug Anderson
You need to go through Apps BUT you don't need to go through Apps separately for each domain. AFAIK you only need to have a separate Google Apps account for each domain *if* you need to map the naked domain of each. Otherwise create a single Apps account and at admin.google.com: 1. More Contr

[google-appengine] HTTPS as a ranking signal

2014-08-08 Thread Jason Collins
Re: http://googlewebmastercentral.blogspot.ca/2014/08/https-as-ranking-signal.html Ok Google, now we most definitely need an API to manage custom domains, mount certificates, and configure HTTPS hosting using an API without a Google account requirement. Our Cloud Platform hosted products are w

[google-appengine] jinja2 template file not accessible

2014-08-08 Thread saintthor
PathSeg = __file__.split( '/' ) PathSeg[-1] = 'templates/' JINJA_ENVIRONMENT = jinja2.Environment( loader = jinja2.FileSystemLoader( os.path.dirname( '/'.join( PathSeg ) )), extensions = ['jinja2.ext.autoescape'], autoescape = True ) template = JINJA_ENVIRONMENT.get_template( 't.html' )

Re: [google-appengine] AppEngine / GCS / Cloudstorage API - Is it possible to modify the ACL's and serve files directly from GCS?

2014-08-08 Thread Kaan Soral
Yes, seems like a great idea Could be called "SimpleVideo" You would upload a video file, or provide a gcs/aws/cloud source (maybe even go one step further and provide optional upload urls and libraries for multi-part uploads, upload continuation in case of disconnects etc. -- blobstore upload

Re: [google-appengine] AppEngine / GCS / Cloudstorage API - Is it possible to modify the ACL's and serve files directly from GCS?

2014-08-08 Thread Vinny P
On Fri, Aug 8, 2014 at 10:06 AM, Kaan Soral wrote: > Thanks Vinny, that is an excellent reply :) > > I was trying to get away with a single .mp4 file, but I guess a much much > complex system is needed for many reasons (other unrelated issues with high > height videos at firefox etc.) > As you

Re: [google-appengine] Expected BEGIN_OBJECT but was STRING at line 1 column 1

2014-08-08 Thread Vinny P
On Fri, Aug 8, 2014 at 12:00 AM, Bishan Buddhika wrote: > Thank you very much for your reply. Your reply guided me to find the > error. I got 403 as Response Code and now i found the error > Glad to hear it's working now. I thought that might be the issue :-) - -Vinny P Tech

Re: [google-appengine] cloud gae bank account billing stays pending

2014-08-08 Thread Vinny P
On Fri, Aug 1, 2014 at 12:17 PM, James Gilliam wrote: > A credit card is being used for billing for a cloud account. > I added a bank account to the account and it has been PENDING for a couple > of weeks. The small credit never hit my account and I have no way to > verify the bank account. >

Re: [google-appengine] How to deleteServingUrl when created with GcsFilename and not BlobKey?

2014-08-08 Thread Vinny P
On Wed, Aug 6, 2014 at 8:50 PM, Jarrod Roberson wrote: > There doesn't seem to be a way to delete a ImagesService servingUrl when > it is created with the new ServingUrlOptions.googleStorageFileName? > *Version 1.7.0 - June 26, 2012* > >- *You can now use get_serving_url() and delete_serving

Re: [google-appengine] AppEngine / GCS / Cloudstorage API - Is it possible to modify the ACL's and serve files directly from GCS?

2014-08-08 Thread Kaan Soral
Thanks Vinny, that is an excellent reply :) I was trying to get away with a single .mp4 file, but I guess a much much complex system is needed for many reasons (other unrelated issues with high height videos at firefox etc.) I guess I should also look into Amazon Elastic Transcoder at this poin

[google-appengine] Not loading Property file once it's Deployed in GAE

2014-08-08 Thread Raghu rao
Hi All, I am loading some property values through ServletContext , from the Property file. it's working fine( loading the property file and values) in local development environment. Once it's deployed in google cloud property file it's not loading and am getting File not found exception for thi