[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 this 
property i defined. i tried the option putting property file in class path 
also but the result is same. Pls guide us how to proceed.

Regards,
RaghuNandan.H

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


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 point, 
Zencoder seems too luxurious for multiple formats

Once again, I wish a "videos" service existed similar to the extremely 
useful "images" - @google

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


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_url() for
>Google Cloud Storage buckets.*
>
> *But I can't find a method that accepts a GcsFilename object?*
>



The page you're quoting from is for the Python runtime:
http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes (scroll down
to *Version 1.7.0* ) which does have that function:
https://developers.google.com/appengine/docs/python/images/functions (scroll
down to *delete_serving_url*).

If you're using Java, can you try the following: create a BlobKey by using
the createGsBlobKey(String gcs_filename) function (
https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/blobstore/BlobstoreService.html#createGsBlobKey(java.lang.String)
) and then pass the BlobKey to deleteServingURL (
https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/images/ImagesService.html#deleteServingUrl(com.google.appengine.api.blobstore.BlobKey)
) and
see if that works?



 -
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


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.
>


Try calling your bank and asking if they see any activity from Google
(rejected debits, delays, etc). Sometimes banks will mistakenly reject a
legitimate charge.

Or you could try contacting Google Sales, I'm sure they would love to take
your money :-) https://cloud.google.com/contact/


 -
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


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
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


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 said, it's going to be a ton of work :-(. I almost think this might
be a good place for a startup or a new feature for Zencoder/similar
services: send in a media file, get back playlist files and a set of clips
at different bitrates.


-
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


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 uploads are also pretty problematic, IMO)

It would simply transcode it for 99.9% coverage, host it with an in-house 
CDN, charge based on bandwidth and video length of processing
Would simply provide a json output with the file urls / types and 
dimensions + preferred orderings for different platforms

How beautiful it would be ... :)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[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' )


==


IOError: [Errno 13] file not accessible: 
'/home/thor/google_appengine/guideep/templates/t.html'


running in dev-server. the template file path is right. how to fix this?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[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 whitelabelled, meaning people can 
serve them on their own domain. As the world moves towards HTTPS-always, we 
need a scaleable way for our customers to upload and configure their SSL 
certificates fronting our products without our involvement - and without 
requiring our customers to use a Google account.

That is, we would like APIs that we can build our own user interfaces over 
top to help our users through this typically frustrating setup experience.

BTW, free SNI-based HTTPS termination was a huge step along the way towards 
this vision - thanks for that!

Thanks,
j

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


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 Controls -> Domains:
Add each domain as an alias domain

2. More Controls -> App Engine Apps:
Add each GAE app (click the "Add Services" button in the upper 
right-ish of the page)
For each GAE App... "Add new URL" map your domain's urls to the 
appropriate GAE app (ie. http://www.example.com -> myapp-name)

3. More Controls -> Security -> show more -> SSL for Custom Domains:
Upload your SSL certificates, if any
For each certification "Assign URLs" that were previously setup in 
step 2

That's pretty much it... I've done this with 6 alias domains + the primary 
domain (all SSL)

*I wish* there was a way to redirect the naked domains of the 6 alias 
domains but I haven't found a way to do it yet.  I believe a little help 
from Google is required on that one... but I could be missing something!


On Thursday, August 7, 2014 11:29:40 PM UTC-4, Vinny P wrote:
>
> On Thu, Aug 7, 2014 at 9:22 AM, Karl-Heinz Müller  > wrote:
>
>> I want to enable ssl for my custom domains but I don't want to open a 
>> Google Apps account for each domain. How do I proceed?
>>
>
> The short version is: you can't. If you want to set up SSL, you need to go 
> through Apps. See the blue *Important* note on this page: 
> https://developers.google.com/appengine/docs/domain
>
> If you still want SSL without Apps, you can try using Cloudflare to 
> reverse proxy your application: 
> http://blog.cloudflare.com/easiest-ssl-ever-now-included-automatically-w
>  
>   
> -
> -Vinny P
> Technology & Media Consultant
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.