Re: [google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-27 Thread Iván Rodríguez
So... it ´s possible to use SNI and European Data Centers on an existing
app? If not, What could I do for mantain my app Id???

Anybody can help me?

2012/6/27 Emanuele Ziglioli 

>
> 3. Any documentation on new features for queries, such as "OR" and Geo?
>>
>
> Found about "Search API" on Geopoints:
>
> https://developers.google.com/appengine/docs/python/search/overview#Performing_Location-Based_Searches
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/M1KV3QquBu8J.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-27 Thread Gregory Nicholas
It surprises me at how the cost of disk is getting applied everywhere.. Disk is 
fuckin cheap!! I'd rather pay where paying counts

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/GqkS49vAD90J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Is GAE down for anyone else?

2012-06-27 Thread Waleed Abdulla
Our app went down and started showing the Server Error page for all URLs,
but the dashboard doesn't show any new requests hitting the app as of 10
minutes ago. We're on HRD (migrated two weeks ago). Anyone else noticing a
similar problem?

Waleed
App id: networkedblogshr.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Java instance startup time out of control

2012-06-27 Thread de Witte


Op maandag 18 juni 2012 22:20:31 UTC+2 schreef Stefano Ciccarelli het 
volgende:
>
> My project is GAE + GWT.
>  
>
> # of classes in WEB-INF/classes: 619
> (cd war/WEB-INF/classes; ls -R | grep class | wc -l)
>
> 5421 (packed in a single .jar)
>


These are mainly GWT client class files. You can delete them, no need to 
send them to the server side. Will reduce your upload file size to several 
MB's instead of 58.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/fiAjo3aAKbwJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Is GAE down for anyone else?

2012-06-27 Thread Waleed Abdulla
I managed to fix the problem by uploading the app again. This is the first
time I encountered an issue like this where the dashboard works but
requests never reach my instances (or maybe they do but the instances are
not capable of logging them).



On Wed, Jun 27, 2012 at 1:55 AM, Waleed Abdulla  wrote:

> Our app went down and started showing the Server Error page for all URLs,
> but the dashboard doesn't show any new requests hitting the app as of 10
> minutes ago. We're on HRD (migrated two weeks ago). Anyone else noticing a
> similar problem?
>
> Waleed
> App id: networkedblogshr.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Large text files from blobstore are not being gzipped (AppEngine Java)

2012-06-27 Thread Emanuele Ziglioli
Hi Stephen,

I couldn't see the promotion being applied after enabling billing. Anyway, 
let's see if release 1.7.0 is any different, they say you can set header 
for static contents now (maybe you can set the encoding type now).
As far as I understand static content/blobs are the same for the purpose of 
being served by front end servers.

On Monday, 25 June 2012 18:11:08 UTC+12, Stephen Lewis wrote:
>
> I signed up for a GCS account relatively recently, and I certainly got the 
> free quota (https://developers.google.com/storage/docs/pricingandterms) 
> applied. It's easy to miss though - to see whether it's active you need to 
> go to the API Console and choose the 'Billing' option from the menu. When I 
> do that, I see the text "The following promotion has been applied to your 
> project: Google Storage 5GB free plan." - this only applies to the first 
> API project you create, though.
>
> Stephen
>


>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/kmFmYDOOOrkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Channels: Uncaught TypeError: Cannot call method 'bb' of null

2012-06-27 Thread Bjorn Tipling
OK so the issue was that I wasn't waiting long enough before reconnecting 
after a close event. I had left some debug code in place that only waited 
100ms before attempting to reconnect.

On Tuesday, June 26, 2012 2:16:55 PM UTC-7, Bjorn Tipling wrote:
>
> I'm getting unending JavaScript client errors for channels on app engine. 
> I do not get these in the dev environment. I'm using the Go Appengine if 
> that matters. Any idea of what I could be doing differently?
>
> https://skitch.com/btipling/edjwa/gitify
>
>
> 10999Uncaught TypeError: Cannot call method 'bb' of null 
> talkgadget.google.com/talkgadget/channel.js:86
> 27702
>
>1. Uncaught TypeError: Cannot call method 'bb' of null 
>
> talkgadget.google.com/talkgadget/channel.js:86
>   1. 
> q.Gtalkgadget.google.com/talkgadget/channel.js:86
>   2. 
> xdtalkgadget.google.com/talkgadget/channel.js:72
>   3. 
> q.handleEventtalkgadget.google.com/talkgadget/channel.js:21
>   4. 
> Obtalkgadget.google.com/talkgadget/channel.js:24
>   5. 
> Jbtalkgadget.google.com/talkgadget/channel.js:26
>   6. (anonymous function)
>   
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/H3eVS6aCersJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] 1.7.0 Prerelease Now Available

2012-06-27 Thread Felippe Bueno
"Logs API calls are now $.12/gigabyte for all data read from the Logs API
over the first 100MB."

Is it included my calls to logservice.fetch ?



On Mon, Jun 18, 2012 at 9:00 PM, Marzia Niccolai  wrote:

> Hi,
>
> The 1.7.0 prerelease SDKs are now available to download for Python and
> Java here: http://code.google.com/p/googleappengine/downloads/list
>
> Please see release notes below.
>
> -Marzia
>
> Python Version 1.7.0
> ===
> - The Search API now contains support for storing and searching on
> GeoPoints.
> - The total size of all application versions is now limited to 1 GB. In the
>   future, you'll be able to purchase additional storage for your
> application
>   code.
> - Logs API calls are now $.12/gigabyte for all data read from the Logs API
> over
>   the first 100MB.
> - You can now specify a time frame of up to 1 year for the retention of
> your
>   application logs. All storage above 1 GB is billed based on the prices
> for
>   logs storage.
> - You can now specify HTTP headers on static content for your application.
> - The HRD Blob Migration tool is now generally available.
> - After using the datastore backup utility, you can now restore that backup
>   to a new app id.
> - It will not be possible to create new authorizations for M/S
> applications to
>   access Cloud SQL instances.
> - You can now delete a Google Cloud Storage object using
> blobstore.delete().
> - You can now fetch a Google Cloud Storage object using blobstore.fetch().
> - You can now store keys for a Google Cloud Storage object in the
> datastore.
> - The create_upload_url call now works for Google Cloud Storage objects.
> - You can now use get_serving_url() and delete_serving_url() for Google
>   Cloud Storage buckets.
> - Projection queries are now supported in NDB.
> - In NDB, app and namespace are now keyword arguments to get_by_id().
> - Context().call_on_commit() added to NDB for adding a callback to be
> executed
>   upon successful commit of a transaction.
> - NDB Context.memcache_* ops now accept unicode.
> - NDB has added support for storing protorpc.Message objects.
> - Improved error messaging for multiple repeated=True levels with
>   StructuredProperty in NDB.
> - PyAMF is now generally available.
> - Fixed an issue in Full-text search panel where the Admin Console throws
> an
>   error displaying non- ascii characters.
> - Fixed an issue in SDK admin viewer where a TemplateDoesNotExist error was
>   thrown when clicking on any Full-Text Search index.
> - Fixed an issue where lxml did not support unicode parsing.
> http://code.google.com/p/googleappengine/issues/detail?id=7158
> - Fixed a javascript syntax error in the Admin Console.
> http://code.google.com/p/googleappengine/issues/detail?id=7566
>
> Java Version 1.7.0
> =
> - The Search API now contains support for storing and searching on
> GeoPoints.
> - The total size of all application versions is now limited to 1 GB. In the
>   future, you'll be able to purchase additional storage for your
> application
>   code.
> - Logs API calls are now $.12/gigabyte for all data read from the Logs API
> over
>   the first 100MB.
> - You can now specify a time frame of up to 1 year for the retention of
> your
>   application logs. All storage above 1 GB is billed based on the prices
> for
>   logs storage.
> - You can now specify HTTP headers on static content for your application.
> - The HRD Blob Migration tool is now generally available.
> - After using the datastore backup utility, you can now restore that backup
>   to a new app id.
> - It will not be possible to create new authorizations for M/S
> applications to
>   access Cloud SQL instances.
> - You can now delete a Google Cloud Storage object using delete() in the
>   Blobstore Service API.
> - You can now fetch a Google Cloud Storage object using fetch() in the
>   Blobstore Service API.
> - You can now store keys for a Google Cloud Storage object in the
> datastore.
> - The BlobstoreService.createUploadUrl() call now works for Google Cloud
> Storage
>   buckets.
> - You can now use ImageService.getServingUrl() and
>   ImageService.deleteServingUrl() for Google Cloud Storage objects.
> - You can now specify your own Security Provider in Java.
> http://code.google.com/p/googleappengine/issues/detail?id=1612
> - The Java Datastore API now supports Or queries.
> - Fixed an issue in Full-text search panel where the Admin Console throws
> an
>   error displaying non- ascii characters.
> - Fixed a javascript syntax error in the Admin Console.
> http://code.google.com/p/googleappengine/issues/detail?id=7566
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/gr

Re: [google-appengine] Re: 1.7.0 Prerelease Now Available

2012-06-27 Thread Rick Mangi
And they finally fixed the issue we were having with random 500 errors on 
PUTs. So +1 on using cloudflare. 

On Thursday, June 21, 2012 5:32:27 PM UTC-4, Jeff Schnitzer wrote:
>
> I hate to sound like the cloudflare shill, but why not use them as a 
> frontend cache?  One of their touted features is aggressive gzipping 
> of content. 
>
> Jeff 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/BlrihsBOuukJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-27 Thread doright
great news.  I really hope you will make access to European Data Centres 
available to non premium customers too.



On Wednesday, June 27, 2012 1:42:16 AM UTC+2, Takashi Matsuo (Google) wrote:
>
>
> Hi App Engine users,
>
> We've just released the release of the 1.7.0 SDK.
>
> Release notes for Java:
> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
>
> Release notes for Python:
> http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
>
> Release notes for Go:
> http://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes
>
> Enjoy!
>
> -- 
> Takashi Matsuo
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/xEhLkoR12NcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Cannot deploy: 409 Conflict Deployment of this version has not yet started.

2012-06-27 Thread doright
see 
http://stackoverflow.com/questions/11221557/google-app-engine-deployment-error-409

any update on this please?

I'm currently using Java SDK 1.6.4

( I tried doing a rollback but makes no difference - didn't really want to 
upgrade my SDK today...)

many thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/DpYZWukPQkwJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Cannot purchase VIP SSL: "Limit reached, contact SSL trusted testers support"

2012-06-27 Thread Per



Hi,

I was so excited about the new SSL VIP, I wanted to purchase right away. 
Unfortunately, a strange error message stops me:






I have no clue who the Trusted Testers support team is. When I last 
inquired (by email) to the address which signed me up to the TT, I didn't 
hear back. Well, I *never* hear back from Google when sending emails to 
you. So I'm putting this into the forum right away :)  Any idea?

Cheers,
Per

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/D_Xh-oQ_kD0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Cannot purchase VIP SSL: "Limit reached, contact SSL trusted testers support"

2012-06-27 Thread Cayden Meyer
Hi Per,

Glad to hear you are excited about using a VIP for your applications.

The error you are receiving is because you as a Trusted Tester you were
limited to a set limit of SNI/VIP's. We will be sending out information to
Trusted Testers later today detailing the migration path from being a
Trusted Tester to a normal customer.

Thanks,

Cayden Meyer
Product Manager, Google App Engine


On 27 June 2012 10:04, Per  wrote:

>
> Hi,
>
> I was so excited about the new SSL VIP, I wanted to purchase right away.
> Unfortunately, a strange error message stops me:
>
>
>
> 
>
>
>
> I have no clue who the Trusted Testers support team is. When I last
> inquired (by email) to the address which signed me up to the TT, I didn't
> hear back. Well, I *never* hear back from Google when sending emails to
> you. So I'm putting this into the forum right away :)  Any idea?
>
> Cheers,
> Per
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/D_Xh-oQ_kD0J.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-27 Thread Rick Mangi
$99 per application for SSL and you have to get your own certificate? Oh, 
and it's not included in the $500/month we already pay for premium 
support... bah.



On Tuesday, June 26, 2012 7:42:16 PM UTC-4, Takashi Matsuo (Google) wrote:
>
>
> Hi App Engine users,
>
> We've just released the release of the 1.7.0 SDK.
>
> Release notes for Java:
> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
>
> Release notes for Python:
> http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
>
> Release notes for Go:
> http://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes
>
> Enjoy!
>
> -- 
> Takashi Matsuo
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/XPLHU9gkWvAJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Google APP Engine for Register New Google Account

2012-06-27 Thread SanchaiOpenCloud
Hi All,

I would like to know that the google app engine can or cannot for make the 
custom registration to create user on google app?

The point is that
I would like to create some system that can create user on google app.

And one more thing Google App (Free edition) can or cannot to use SSO. 
Because I found the SSO setting in my domain?

Best Regard,

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/he5yFSyrcgQJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Announcing SSL for Custom Domains Trusted Tester Program

2012-06-27 Thread Travis Webb
Cayden,

Thanks for the update. I am also eagerly awaiting this feature. Thank you 
guys for your hard work.

-tjw

On Sunday, April 22, 2012 7:01:22 PM UTC-4, Cayden Meyer wrote:
>
> Hi Everyone, 
>
> SSL for Custom Domains is still undergoing testing and improvement. 
>
> I do not have a timeline to announce at this point, but rest assured that 
> this is a priority for the App Engine team and it is a feature we are 
> committed to launching. 
>
> Thanks,
>
> Cayden Meyer
> Product Manager, Google App Engine
>
> On 20 April 2012 23:54, James Gilliam  wrote:
>
>> How about some status?
>>
>> On Mar 28, 3:34 pm, Kaan Soral  wrote:
>> > What is the current status of SSL for Custom Domains, when can we 
>> expect it
>> > in production?
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > On Monday, October 17, 2011 11:13:14 AM UTC+3, Cayden Meyer wrote:
>> >
>> > > Hey everyone,
>> >
>> > > I am pleased to announce that we are accepting signups for the SSL for
>> > > custom domains Trusted Tester Program. This will allow you to serve
>> > > secure traffic for your App Engine application from your own
>> > > domain(https://your.domain.com) rather than your appspot.com domain
>> > > (https://your-app-id.appspot.com).
>> >
>> > > We will be offering two types of SSL service, Server Name Indication
>> > > (SNI) and Virtual IP(VIP). SNI will be significantly less expensive
>> > > than VIP when this service is fully launched, however unlike VIP it
>> > > does not work everywhere SSL is supported, notably it is not supported
>> > > by IE and Safari on Windows XP. Multiple certificates are supported by
>> > > SNI, while the VIP service only supports a single certificate per
>> > > virtual IP address. Wildcard certificates and certificates with
>> > > alternate names are supported by both SNI and VIP.
>> >
>> > > Either a Free or Paid Google Apps account is required to use SSL. The
>> > > use of multiple domains is supported via the aliasing feature in
>> > > Google Apps.
>> >
>> > > If you are interesting in signing up to test this feature, please fill
>> > > in the form linked below.
>> >
>> > >https://docs.google.com/a/google.com/spreadsheet/viewform?formkey=dHF.
>> ..
>> >
>> > > Currently we are testing on a limited basis and will not be able to
>> > > accept everybody who applies to the trusted tester program.
>> >
>> > > As with all trusted tester programs, documentation is a work in
>> > > progress.
>> >
>> > > This feature is still in testing and as such we would advise against
>> > > using this on production applications.
>> >
>> > > If you have any queries, please email google-appengine-ssl-
>> > > feedb...@google.com.
>> >
>> > > Cheers,
>> >
>> > > Cayden Meyer
>> > > Product Manager, Google App Engine
>> > > Blogger:http://googleappengine.blogspot.com
>> > > Reddit:http://www.reddit.com/r/appengine
>> > > Twitter:http://twitter.com/app_engine
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine" group.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> google-appengine+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/_a7-eXtPF6IJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Unable to render an Image while converting HTML into PDF using Conversion API

2012-06-27 Thread Gaurav Sharma
Hi,

I try to convert a HTML page into PDF. It was converted successfully except 
the images that were the part of HTML page. Please provide me the solution 
of this problem.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/T4ZEGXn7_HkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Deleting blob via BlobStoreService

2012-06-27 Thread bibounde
I tried to delete blob from Blobstore via the Java BlobstoreService. My 
application performs deletion without error, but I cannot see any change in 
the Blob Viewer Console.

Here is my code:

BlobstoreService blobStoreService = BlobstoreServiceFactory.
getBlobstoreService();
blobStoreService.delete(new BlobKey(keyAsString));


Did I miss something ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/-upjaE3YKrEJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] java.lang.NoSuchFieldError: CHARSET_UTF8

2012-06-27 Thread Papick G. Taboada
Hi,

can someone tell me what is happening?

>From my log:

javax.servlet.ServletContext log: Exception while dispatching incoming RPC 
call 
java.lang.NoSuchFieldError: CHARSET_UTF8 
at com.google.gwt.user.server.rpc.impl.SerializabilityUtil.
generateSerializationSignature(SerializabilityUtil.java:862) 
at com.google.gwt.user.server.rpc.impl.SerializabilityUtil.
getSerializationSignature(SerializabilityUtil.java:333) 

I did not touch the system.

brgds,

Papick

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/gKud2aik1jsJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: What to do if you have problems signing up for an App Engine account

2012-06-27 Thread woolwit

Hi Amy,
I'm in day 3 of waiting for an invite. My phone receives SMS messages just 
fine. My account was previously verified by phone and snail mail for use 
with Adsense. I'm signed up for CS253 at Udacity. I've been looking forward 
to the class for weeks but cannot move forward without an AppEngine 
account. Any suggestions?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/eyNqxLyzhuoJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: javax.xml.ws.WebServiceException

2012-06-27 Thread bob
I know this is many months later, but wondering too if you had solved this.

Thanks,
Bob

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/LesxsQXTJyMJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] I am getting 409 Conflict error during deployment

2012-06-27 Thread openentry
*Here is the full deployment process console message*
*
*
 Deploying frontend 

*Preparing to deploy:*
Created staging directory at: 
'C:\Users\Sambhu\AppData\Local\Temp\appcfg6689186614854915385.tmp'
Scanning for jsp files.
Compiling jsp files.
Scanning files on local disk.
Scanned 250 files.
Scanned 500 files.
Scanned 750 files.
Scanned 1000 files.
Scanned 1250 files.
Scanned 1500 files.
Scanned 1750 files.
Scanned 2000 files.
Scanned 2250 files.
Scanned 2500 files.
Scanned 2750 files.
Initiating update.
Cloning 1112 static files.
Cloned 100 files.
Cloned 200 files.
Cloned 300 files.
Cloned 400 files.
Cloned 500 files.
Cloned 600 files.
Cloned 700 files.
Cloned 800 files.
Cloned 900 files.
Cloned 1000 files.
Cloned 1100 files.
Cloning 1764 application files.
Cloned 100 files.
Cloned 200 files.
Cloned 300 files.
Cloned 400 files.
Cloned 500 files.
Cloned 600 files.
Cloned 700 files.
Cloned 800 files.
Cloned 900 files.
Cloned 1000 files.
Cloned 1100 files.
Cloned 1200 files.
Cloned 1300 files.
Cloned 1400 files.
Cloned 1500 files.
Cloned 1600 files.
Cloned 1700 files.

*Deploying:*
Uploading 0 files.
Initializing precompilation...
Deploying new version.
 on backend null.
java.io.IOException: Error posting to URL: 
https://appengine.google.com/api/appversion/isready?app_id=goecatalog&version=v7&;
409 Conflict
*Deployment of this version has not yet started.*
*
*
I have tried deploying to a new version, updating old version as well as 
deployed after rollback but same problem, plz help.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/HPOU67iMhTIJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: java.io.InvalidClassException: com.google.appengine.api.datastore.dev.LocalDatastoreService$Profile

2012-06-27 Thread Simon C
I think deleting it can, but the old file has a lot of testing data. 
Rebuilding it will take me a lot of time!

Michael Hermus於 2012年5月21日星期一UTC+8下午8時03分01秒寫道:
>
> Did you try deleting the local development datastore file in the 
> appengine-generated folder?
>
> On Friday, May 18, 2012 2:45:15 PM UTC-4, Deepak Singh wrote:
>>
>> Hi,
>>
>> I just upgraded from GAEJ1.6.1 to GAEJ1.6.5 and while running in 
>> development mode, got the following exception
>>
>> java.io.InvalidClassException: 
>> com.google.appengine.api.datastore.dev.LocalDatastoreService$Profile; local 
>> class incompatible: stream
>>
>> Did anyone encounter this issue?
>>
>> Thanks
>> Deepak Singh
>>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/icVLm8fuVEMJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] ad-hoc queries in BigTable ?

2012-06-27 Thread Baraa Mohamad
Hello,

I'm very interested in BigTable as I'm working with a very 
huge/ever-growing heterogeneous data.
In order to assure my understanding I have two questions please:
- Can I perform ad-hoc/analytical queries over Bigtable or it's designed 
for historical queries? 
- I read that BigTable  does not support general transactions across rows 
keys", I'm not sure that I understood exactly
 this point so some more explications or examples would be very helpful for 
me.

Thank you for your help ,

Best Regards,
Baraa

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/eAkjZtU2BK4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Uploading Code Error 503

2012-06-27 Thread Nick Ace
Hi, to all

Iam uploading my code, and Iam halted with Error, please help.
previously iam at 1.6 sdk now iam at 1.7 but error still persist please help

Starting update of app: xxx_aps, version: 1
Getting current resource limits.
Scanning files on local disk.
Cloning 2 static files.
Cloning 6 application files.
Uploading 1 files and blobs.
Uploaded 1 files and blobs
Compilation starting.
Compilation completed.
Starting deployment.
Rolling back the update.
Error 503: --- begin server output ---

Try Again (503)
An unexpected failure has occurred. Please try again.
--- end server output ---




-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/COOCF1ykOrEJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] update error

2012-06-27 Thread hisatomo yamashita
When I upload app, I get following error.
git related error?
 
Host: appengine.google.com

Starting update of app: , version: 1
Getting current resource limits.
Scanning files on local disk.
Error 500: --- begin server output ---



500 Server Error


Error: Server Error
The server encountered an error and could not complete your 
request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
and mention this error message and the query that caused it.


--- end server output ---
FINISHED

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ANq_K7IyHzwJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: ad-hoc queries in BigTable ?

2012-06-27 Thread Michael Hermus
You should start here: 
https://developers.google.com/appengine/docs/java/datastore/overview

On Wednesday, June 27, 2012 6:39:00 AM UTC-4, Baraa Mohamad wrote:
>
> Hello,
>
> I'm very interested in BigTable as I'm working with a very 
> huge/ever-growing heterogeneous data.
> In order to assure my understanding I have two questions please:
> - Can I perform ad-hoc/analytical queries over Bigtable or it's designed 
> for historical queries? 
> - I read that BigTable  does not support general transactions across rows 
> keys", I'm not sure that I understood exactly
>  this point so some more explications or examples would be very helpful 
> for me.
>
> Thank you for your help ,
>
> Best Regards,
> Baraa
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/KDlMaOszlhoJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] ad-hoc queries in BigTable ?

2012-06-27 Thread Barry Hunter
It may first be worth carifying exactly what you talking about.

'BigTable' as such isnt a product you can use directly. Its a technology
developed at Google, and powers many of their projects.

The closest thing in AppEngine is the Datastore
https://developers.google.com/appengine/docs/python/datastore/
Its built with BigTable, but exposes a specific API. (and so can do stuff
Bigtable cant do itself)

And for analytical queries, you probably want
https://developers.google.com/bigquery/
which is a separate service. It might or might not be built with BigTable
under the hood.


I dont understand the quote you provided either, but read more about the
capablities of the datastore (or bigquery!) at the links above.

On Wed, Jun 27, 2012 at 11:39 AM, Baraa Mohamad <
baraa.issa.moha...@gmail.com> wrote:

> Hello,
>
> I'm very interested in BigTable as I'm working with a very
> huge/ever-growing heterogeneous data.
> In order to assure my understanding I have two questions please:
> - Can I perform ad-hoc/analytical queries over Bigtable or it's designed
> for historical queries?
> - I read that BigTable  does not support general transactions across rows
> keys", I'm not sure that I understood exactly
>  this point so some more explications or examples would be very helpful
> for me.
>
> Thank you for your help ,
>
> Best Regards,
> Baraa
>
> 
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/eAkjZtU2BK4J.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: java.io.InvalidClassException: com.google.appengine.api.datastore.dev.LocalDatastoreService$Profile

2012-06-27 Thread Michael Hermus
I am not sure you have a choice. I would recommend creating scripts or 
resource files that you can use to populate test data.

On Wednesday, June 27, 2012 4:04:03 AM UTC-4, Simon C wrote:
>
> I think deleting it can, but the old file has a lot of testing data. 
> Rebuilding it will take me a lot of time!
>
> Michael Hermus於 2012年5月21日星期一UTC+8下午8時03分01秒寫道:
>>
>> Did you try deleting the local development datastore file in the 
>> appengine-generated folder?
>>
>> On Friday, May 18, 2012 2:45:15 PM UTC-4, Deepak Singh wrote:
>>>
>>> Hi,
>>>
>>> I just upgraded from GAEJ1.6.1 to GAEJ1.6.5 and while running in 
>>> development mode, got the following exception
>>>
>>> java.io.InvalidClassException: 
>>> com.google.appengine.api.datastore.dev.LocalDatastoreService$Profile; local 
>>> class incompatible: stream
>>>
>>> Did anyone encounter this issue?
>>>
>>> Thanks
>>> Deepak Singh
>>>  
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ea9KRuzncYAJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: What's up with the SSL stuff appearing on the dashboard

2012-06-27 Thread Bryce Cutt
https://developers.google.com/appengine/docs/ssl 

On Tuesday, June 26, 2012 3:54:54 PM UTC-7, James Gilliam wrote:
>
> Looks like they are deploying version 1.7 with SSL stuff ...
>
> There is no blog posts describing the function ... SSL VIP $100 a month 
> ... pricey
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/A4zNxeC2w9EJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: "Endpoints" section in the control panel?

2012-06-27 Thread Sam G
Bump. Any word from a Googler on what this is!?

On Tuesday, June 26, 2012 4:59:33 PM UTC-7, Sam G wrote:
>
>
> This section just showed up for me in the App Engine dashboard.
> I also heard PageSpeed and SSL have been released? Where can I get to 
> these so that I can sign up?
>
> The new "Endpoints" section says that an API.yaml should exist... what 
> will go in that? Is there documentation up, now that this is a production 
> release?
>
>
> 
> Is this part of an I/O release?
>
> Screenshot sample attached.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/cA8hVE9iYpcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: ad-hoc queries in BigTable ?

2012-06-27 Thread Baraa Mohamad
thank you very much for your helpful answers, in fact I'm doing a research 
on all Nosql technologies and Cloud data management systems in order to 
develop 
a system for my particular highly heterogeneous data. That's why I need to 
know what each of them can offer and what are the potential limitations. 
I saw some people using Datastore but they have a replica for there data on 
a RDBMS only to process ad-hoc queries. So thank you vry much for the 
BigQuery link 
I didn't hear about it before.

As it's an interesting discussion (I hope for you too), do you think that 
the other NoSql (hbase, Hive, cassandra ) have the same problem of 
ad-hoc queries and so can we use BigQuery with those databases or it's 
designed for google projects?

Regards 
Baraa
Le mercredi 27 juin 2012 12:39:00 UTC+2, Baraa Mohamad a écrit :
>
> Hello,
>
> I'm very interested in BigTable as I'm working with a very 
> huge/ever-growing heterogeneous data.
> In order to assure my understanding I have two questions please:
> - Can I perform ad-hoc/analytical queries over Bigtable or it's designed 
> for historical queries? 
> - I read that BigTable  does not support general transactions across rows 
> keys", I'm not sure that I understood exactly
>  this point so some more explications or examples would be very helpful 
> for me.
>
> Thank you for your help ,
>
> Best Regards,
> Baraa
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Yzq9V-GA0vsJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-27 Thread Scott Murphy
If you go with a virtual ip, will app engine support the use of a naked 
domain?

On Tuesday, June 26, 2012 6:42:16 PM UTC-5, Takashi Matsuo (Google) wrote:
>
>
> Hi App Engine users,
>
> We've just released the release of the 1.7.0 SDK.
>
> Release notes for Java:
> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
>
> Release notes for Python:
> http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
>
> Release notes for Go:
> http://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes
>
> Enjoy!
>
> -- 
> Takashi Matsuo
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/lvSpzNO4apkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-27 Thread Barry Hunter
On Wed, Jun 27, 2012 at 10:04 PM, Scott Murphy  wrote:

> If you go with a virtual ip, will app engine support the use of a naked
> domain?


doubtful. It still uses CNAMEs to implement. (ie while you do have a
dedicated IP address, it can change - so the CNAME allows Google to migrate
you to a new IP)

CNAMEs is the main reason why naked domains aren't supported.




>
>
> On Tuesday, June 26, 2012 6:42:16 PM UTC-5, Takashi Matsuo (Google) wrote:
>>
>>
>> Hi App Engine users,
>>
>> We've just released the release of the 1.7.0 SDK.
>>
>> Release notes for Java:
>> http://code.google.com/p/**googleappengine/wiki/**SdkForJavaReleaseNotes
>>
>> Release notes for Python:
>>  
>> http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNotes
>>
>> Release notes for Go:
>> http://code.google.com/p/**googleappengine/wiki/**SdkForGoReleaseNotes
>>
>> Enjoy!
>>
>> --
>> Takashi Matsuo
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/lvSpzNO4apkJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] ExistenceError from api.files.open()

2012-06-27 Thread googlefox
I am trying to replace a file that exists on Google storage.

This is the code I am using:

write_path = files.gs.create(filename= _file_name,
acl='public-read',
mime_type=mime,
cache_control='Expires=' + expiresDate.strftime(
formatStr))

logging.debug('write_path = ' + write_path)

# Write to the file.

#http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/api/files/file.py#402
with files.open(write_path, 'a', exclusive_lock=True) as fp:
fp.write(imageBytes)

# Finalize the file so it is readable in Google Cloud Storage.
files.finalize(write_path)
 
I am getting the following exception:

Traceback (most recent call last):
  File 
\\"/base/data/home/apps/s~redacted/dev-v2.359923243624465743/processImageBatch.py\\",
 
line 204, in handle_result
self._store_zimages( bucketName, url, imageId, code, imageType, 
response.content)
  File 
\\"/base/data/home/apps/s~redacted/dev-v2.359923243624465743/processImage.py\\",
 
line 136, in _store_zimages
self.cloudfile_write( bucketName, imageId, self._get_short_photo_path( 
imageId, \'s\', \'a\', code = code,ext=urlext), imageBytes)
  File 
\\"/base/data/home/apps/s~redacted/dev-v2.359923243624465743/processImage.py\\",
 
line 639, in cloudfile_write
self.gfile_write ( bucketName, str(imageId), filePath,imageBytes,mime)
  File 
\\"/base/data/home/apps/s~redacted/dev-v2.359923243624465743/processImage.py\\",
 
line 626, in gfile_write
with files.open(write_path, \'a\', exclusive_lock=True) as fp:
  File 
\\"/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py\\",
 
line 496, in open
exclusive_lock=exclusive_lock)
  File 
\\"/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py\\",
 
line 274, in __init__
self._open()
  File 
\\"/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py\\",
 
line 421, in _open
self._make_rpc_call_with_retry(\'Open\', request, response)
  File 
\\"/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py\\",
 
line 425, in _make_rpc_call_with_retry
_make_call(method, request, response)
  File 
\\"/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py\\",
 
line 250, in _make_call
_raise_app_error(e)
  File 
\\"/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py\\",
 
line 175, in _raise_app_error
raise ExistenceError()
ExistenceError

--
This was not happening before. Has anything regressed?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/UHuV9KbRVdQJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread googlefox
Try removing the '+' ?

On Monday, June 18, 2012 7:02:58 AM UTC-7, kc ochibili wrote:
>
> I have a bucket with the acl set to Allusers and Full acces, so that users 
> can post  and retrieve images from  the bucket. 
>   
>. I have tried using this url (
> http://commondatastorage.googleapis.com/bucket/+Image.png) to post images 
> from my app; but i get the "error 1104, the image can   
>  not be posted with the url provided. here is my alc for the bucket:
>
> 
> 
> 
> 
> 
> 00b50024a97592382732e7e69afac5fcba343397379237323e5ebd216831a418023820874872
> 
> 
> 
> 
> 
> 
> FULL_CONTROL
> 
> 
> 
> 
> 
> 
> 00b4903a2853501162e8e89afac5fcba14239486e5ebd216831a419323059585
> 
> 
> 
> FULL_CONTROL
> 
> 
> 
> 
>
>
> On Monday, June 11, 2012 12:21:47 PM UTC-5, aschmid wrote:
>>
>> how does your code look like? 
>> what did you try, what not?
>>
>> On Jun 8, 2012, at 3:10 PM, kc ochibili wrote:
>>
>> Does anyone know how i could make google app engine for python to accept 
>> images i post from my app, I already have 
>> Pil
>>   which is 
>> an add on to google app engine to accept images  but when i test it on my 
>> app, I get the error message "that the image could not be posted to the Url 
>> i provided (MyApp.appspot.com ).
>> If you know, how do I get my server to accept images ?
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/google-appengine/-/IxYXhoV-9ywJ.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> google-appengine+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/APDWtUBOjj0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: gae-cms.com - A brand new CMS based on Google App Engine via Python

2012-06-27 Thread GAE-CMS
Neat, if you want to submit a fix, I can give you developer permissions. Email 
me privately. Yes I am for now but am open for developers and leaders as I 
mentioned.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Qb8ubkhesbEJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: What's up with the SSL stuff appearing on the dashboard

2012-06-27 Thread Bryce Cutt
http://googleappengine.blogspot.ca/2012/06/google-app-engine-170-released-at.html
 


On Tuesday, June 26, 2012 3:54:54 PM UTC-7, James Gilliam wrote:
>
> Looks like they are deploying version 1.7 with SSL stuff ...
>
> There is no blog posts describing the function ... SSL VIP $100 a month 
> ... pricey
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/HvXcBx8AaRsJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: I am getting 409 Conflict error during deployment

2012-06-27 Thread Matthew Blain
Hi,
This is probably a known issue we should have fixed soon. It relates
to the new feature where we raised the Application Code Limits from
150MB/version to 1 GB/application.

--Matthew

On Jun 27, 12:29 am, openentry  wrote:
> *Here is the full deployment process console message*
> *
> *
>  Deploying frontend 
>
> *Preparing to deploy:*
> Created staging directory at:
> 'C:\Users\Sambhu\AppData\Local\Temp\appcfg6689186614854915385.tmp'
> Scanning for jsp files.
> Compiling jsp files.
> Scanning files on local disk.
> Scanned 250 files.
> Scanned 500 files.
> Scanned 750 files.
> Scanned 1000 files.
> Scanned 1250 files.
> Scanned 1500 files.
> Scanned 1750 files.
> Scanned 2000 files.
> Scanned 2250 files.
> Scanned 2500 files.
> Scanned 2750 files.
> Initiating update.
> Cloning 1112 static files.
> Cloned 100 files.
> Cloned 200 files.
> Cloned 300 files.
> Cloned 400 files.
> Cloned 500 files.
> Cloned 600 files.
> Cloned 700 files.
> Cloned 800 files.
> Cloned 900 files.
> Cloned 1000 files.
> Cloned 1100 files.
> Cloning 1764 application files.
> Cloned 100 files.
> Cloned 200 files.
> Cloned 300 files.
> Cloned 400 files.
> Cloned 500 files.
> Cloned 600 files.
> Cloned 700 files.
> Cloned 800 files.
> Cloned 900 files.
> Cloned 1000 files.
> Cloned 1100 files.
> Cloned 1200 files.
> Cloned 1300 files.
> Cloned 1400 files.
> Cloned 1500 files.
> Cloned 1600 files.
> Cloned 1700 files.
>
> *Deploying:*
> Uploading 0 files.
> Initializing precompilation...
> Deploying new version.
>  on backend null.
> java.io.IOException: Error posting to 
> URL:https://appengine.google.com/api/appversion/isready?app_id=goecatalog...
> 409 Conflict
> *Deployment of this version has not yet started.*
> *
> *
> I have tried deploying to a new version, updating old version as well as
> deployed after rollback but same problem, plz help.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] I am getting 409 Conflict error during deployment

2012-06-27 Thread Takashi Matsuo
Hi openentry,

We're aware of this issue and working on the fix. Can you file an issue
with your app-id?

Sorry for the convenience.

-- Takashi
On Jun 27, 2012 1:02 PM, "openentry"  wrote:

> *Here is the full deployment process console message*
> *
> *
>  Deploying frontend 
>
> *Preparing to deploy:*
> Created staging directory at:
> 'C:\Users\Sambhu\AppData\Local\Temp\appcfg6689186614854915385.tmp'
>  Scanning for jsp files.
> Compiling jsp files.
> Scanning files on local disk.
>  Scanned 250 files.
> Scanned 500 files.
> Scanned 750 files.
>  Scanned 1000 files.
> Scanned 1250 files.
> Scanned 1500 files.
> Scanned 1750 files.
>  Scanned 2000 files.
> Scanned 2250 files.
> Scanned 2500 files.
>  Scanned 2750 files.
> Initiating update.
> Cloning 1112 static files.
>  Cloned 100 files.
> Cloned 200 files.
> Cloned 300 files.
> Cloned 400 files.
>  Cloned 500 files.
> Cloned 600 files.
> Cloned 700 files.
> Cloned 800 files.
>  Cloned 900 files.
> Cloned 1000 files.
> Cloned 1100 files.
> Cloning 1764 application files.
>  Cloned 100 files.
> Cloned 200 files.
> Cloned 300 files.
> Cloned 400 files.
>  Cloned 500 files.
> Cloned 600 files.
> Cloned 700 files.
> Cloned 800 files.
>  Cloned 900 files.
> Cloned 1000 files.
> Cloned 1100 files.
> Cloned 1200 files.
>  Cloned 1300 files.
> Cloned 1400 files.
> Cloned 1500 files.
>  Cloned 1600 files.
> Cloned 1700 files.
>
> *Deploying:*
> Uploading 0 files.
>  Initializing precompilation...
> Deploying new version.
>  on backend null.
> java.io.IOException: Error posting to URL:
> https://appengine.google.com/api/appversion/isready?app_id=goecatalog&version=v7&;
> 409 Conflict
> *Deployment of this version has not yet started.*
> *
> *
> I have tried deploying to a new version, updating old version as well as
> deployed after rollback but same problem, plz help.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/HPOU67iMhTIJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread kc ochibili
I just tried this url
(http://commondatastorage.**googleapis.com/bucket/
 without
the plus d, but i'm still getting the error, does any body know why this is
happening ? or am i using the wrong "Post url" ? somebody please help :(

On Wed, Jun 27, 2012 at 5:05 PM, googlefox  wrote:

> Try removing the '+' ?
>
>
> On Monday, June 18, 2012 7:02:58 AM UTC-7, kc ochibili wrote:
>>
>> I have a bucket with the acl set to Allusers and Full acces, so that
>> users can post  and retrieve images from  the bucket.
>>
>>. I have tried using this url (http://commondatastorage.**
>> googleapis.com/bucket/+Image.**png)
>> to post images from my app; but i get the "error 1104, the image can
>>  not be posted with the url provided. here is my alc for
>> the bucket:
>>
>> 
>> 
>> 
>> 
>> 00b50024a97592382732e7e69afac5**
>> fcba343397379237323e5ebd216831**a418023820874872
>> 
>> 
>> 
>> 
>> 
>> 
>> FULL_CONTROL
>> 
>> 
>> 
>> 
>> 
>> 00b4903a2853501162e8e89afac5fc**
>> ba14239486e5ebd216831a41932305**9585
>> 
>> 
>> 
>> FULL_CONTROL
>> 
>> 
>> 
>> 
>>
>>
>> On Monday, June 11, 2012 12:21:47 PM UTC-5, aschmid wrote:
>>>
>>> how does your code look like?
>>> what did you try, what not?
>>>
>>> On Jun 8, 2012, at 3:10 PM, kc ochibili wrote:
>>>
>>> Does anyone know how i could make google app engine for python to accept
>>> images i post from my app, I already have 
>>> Pil
>>>   which is
>>> an add on to google app engine to accept images  but when i test it on my
>>> app, I get the error message "that the image could not be posted to the Url
>>> i provided (MyApp.appspot.com ).
>>> If you know, how do I get my server to accept images ?
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine" group.
>>> To view this discussion on the web visit https://groups.google.com/d/**
>>> msg/google-appengine/-/**IxYXhoV-9ywJ
>>> .
>>> To post to this group, send email to 
>>> google-appengine@googlegroups.**com
>>> .
>>> To unsubscribe from this group, send email to
>>> google-appengine+unsubscribe@**googlegroups.com
>>> .
>>> For more options, visit this group at http://groups.google.com/**
>>> group/google-appengine?hl=en
>>> .
>>>
>>>
>>>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/APDWtUBOjj0J.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: What's up with the SSL stuff appearing on the dashboard

2012-06-27 Thread Cayden Meyer
SSL for Custom domains has officially launched! You can read how to begin
using SSL for Custom Domains
here
.

We offer both SNI and VIP based SSL, SNI is $9/month for 5 certificate
slots and a VIP is $99/month. SSL for Custom Domains can be used with
multiple applications and domains by using wildcard and multi-domain
certificates.

Read more about the other exciting feature we launched today on the App
Engine 
Blog
.

Cheers,

Cayden Meyer
Product Manager, Google App Engine

On 27 June 2012 15:49, Bryce Cutt  wrote:

>
> http://googleappengine.blogspot.ca/2012/06/google-app-engine-170-released-at.html
>
>
>
> On Tuesday, June 26, 2012 3:54:54 PM UTC-7, James Gilliam wrote:
>
>> Looks like they are deploying version 1.7 with SSL stuff ...
>>
>> There is no blog posts describing the function ... SSL VIP $100 a month
>> ... pricey
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/HvXcBx8AaRsJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: I am getting 409 Conflict error during deployment

2012-06-27 Thread Matthew Blain
The fix should now be live.

On Jun 27, 4:08 pm, Takashi Matsuo  wrote:
> Hi openentry,
>
> We're aware of this issue and working on the fix. Can you file an issue
> with your app-id?
>
> Sorry for the convenience.
>
> -- Takashi
> On Jun 27, 2012 1:02 PM, "openentry"  wrote:
>
>
>
>
>
>
>
> > *Here is the full deployment process console message*
> > *
> > *
> >  Deploying frontend 
>
> > *Preparing to deploy:*
> > Created staging directory at:
> > 'C:\Users\Sambhu\AppData\Local\Temp\appcfg6689186614854915385.tmp'
> >  Scanning for jsp files.
> > Compiling jsp files.
> > Scanning files on local disk.
> >  Scanned 250 files.
> > Scanned 500 files.
> > Scanned 750 files.
> >  Scanned 1000 files.
> > Scanned 1250 files.
> > Scanned 1500 files.
> > Scanned 1750 files.
> >  Scanned 2000 files.
> > Scanned 2250 files.
> > Scanned 2500 files.
> >  Scanned 2750 files.
> > Initiating update.
> > Cloning 1112 static files.
> >  Cloned 100 files.
> > Cloned 200 files.
> > Cloned 300 files.
> > Cloned 400 files.
> >  Cloned 500 files.
> > Cloned 600 files.
> > Cloned 700 files.
> > Cloned 800 files.
> >  Cloned 900 files.
> > Cloned 1000 files.
> > Cloned 1100 files.
> > Cloning 1764 application files.
> >  Cloned 100 files.
> > Cloned 200 files.
> > Cloned 300 files.
> > Cloned 400 files.
> >  Cloned 500 files.
> > Cloned 600 files.
> > Cloned 700 files.
> > Cloned 800 files.
> >  Cloned 900 files.
> > Cloned 1000 files.
> > Cloned 1100 files.
> > Cloned 1200 files.
> >  Cloned 1300 files.
> > Cloned 1400 files.
> > Cloned 1500 files.
> >  Cloned 1600 files.
> > Cloned 1700 files.
>
> > *Deploying:*
> > Uploading 0 files.
> >  Initializing precompilation...
> > Deploying new version.
> >  on backend null.
> > java.io.IOException: Error posting to URL:
> >https://appengine.google.com/api/appversion/isready?app_id=goecatalog...
> > 409 Conflict
> > *Deployment of this version has not yet started.*
> > *
> > *
> > I have tried deploying to a new version, updating old version as well as
> > deployed after rollback but same problem, plz help.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To view this discussion on the web visit
> >https://groups.google.com/d/msg/google-appengine/-/HPOU67iMhTIJ.
> > To post to this group, send email to google-appengine@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread Stuart Langley
You've fully read and 
understand 
https://developers.google.com/storage/docs/reference-methods#putobject 
or https://developers.google.com/storage/docs/reference-methods#postobject?

On Thursday, 28 June 2012 09:09:11 UTC+10, kc ochibili wrote:
>
> I just tried this url  
> (http://commondatastorage.**googleapis.com/bucket/
>   without 
> the plus d, but i'm still getting the error, does any body know why this is 
> happening ? or am i using the wrong "Post url" ? somebody please help :(
>
> On Wed, Jun 27, 2012 at 5:05 PM, googlefox  wrote:
>
>> Try removing the '+' ?
>>
>>
>> On Monday, June 18, 2012 7:02:58 AM UTC-7, kc ochibili wrote:
>>>
>>> I have a bucket with the acl set to Allusers and Full acces, so that 
>>> users can post  and retrieve images from  the bucket. 
>>>   
>>>. I have tried using this url (http://commondatastorage.**
>>> googleapis.com/bucket/+Image.**png)
>>>  
>>> to post images from my app; but i get the "error 1104, the image can   
>>>  not be posted with the url provided. here is my alc for 
>>> the bucket:
>>>
>>> 
>>> 
>>> 
>>> 
>>> 00b50024a97592382732e7e69afac5**
>>> fcba343397379237323e5ebd216831**a418023820874872
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> FULL_CONTROL
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 00b4903a2853501162e8e89afac5fc**
>>> ba14239486e5ebd216831a41932305**9585
>>> 
>>> 
>>> 
>>> FULL_CONTROL
>>> 
>>> 
>>> 
>>> 
>>>
>>>
>>> On Monday, June 11, 2012 12:21:47 PM UTC-5, aschmid wrote:

 how does your code look like? 
 what did you try, what not?

 On Jun 8, 2012, at 3:10 PM, kc ochibili wrote:

 Does anyone know how i could make google app engine for python to 
 accept images i post from my app, I already have 
 Pil
   which 
 is an add on to google app engine to accept images  but when i test it on 
 my app, I get the error message "that the image could not be posted to the 
 Url i provided (MyApp.appspot.com ).
 If you know, how do I get my server to accept images ?

 -- 
 You received this message because you are subscribed to the Google 
 Groups "Google App Engine" group.
 To view this discussion on the web visit https://groups.google.com/d/**
 msg/google-appengine/-/**IxYXhoV-9ywJ
 .
 To post to this group, send email to google-appengine@googlegroups.**
 com .
 To unsubscribe from this group, send email to 
 google-appengine+unsubscribe@**googlegroups.com
 .
 For more options, visit this group at http://groups.google.com/**
 group/google-appengine?hl=en
 .


  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/google-appengine/-/APDWtUBOjj0J.
>>
>> To post to this group, send email to google-appengine@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> google-appengine+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/9KtfrDGLE0oJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: How meaningful is data compression in entities?

2012-06-27 Thread Toshiya
Thank you, Bryce.
I would like to consider this option.

Toshiya

2012年6月23日土曜日 6時52分46秒 UTC+9 Bryce Cutt:
>
> If you have large amounts of text in a single field you should get better 
> compression from zlib than Snappy will get so your data will still be 
> smaller if you do your own compression. YMMV.
>
> Also, if you have large text fields you may save on storage costs by 
> storing this data in the blobstore as the blobstore costs 54% as much as 
> the datastore. One of my apps does this because I am storing more than 1MB 
> of text per entity (so it won't fit in the datastore anyways) and it is a 
> nice side effect that it costs me less to store in the blobstore.
>
> In my simple tests my compressed text is about 10% of the original size 
> for large bodies of text and I pay about 54% as much for storage (thanks to 
> the blobstore) for a "theoretical" cost savings of 94.6% over uncompressed 
> text. YMMV. Also, keep in mind this adds an extra API call to get your data 
> as you must request it from the blobstore (plus the time to decompress the 
> text) which will increase your request time and writing files to the 
> blobstore does not appear to be possible inside a transaction (unless I am 
> missing something).
>
> - Bryce
>
>
> On Thursday, June 21, 2012 10:19:03 PM UTC-7, Toshiya wrote:
>>
>> Hi,
>>
>> I've read that compression called snappy (
>> http://code.google.com/p/snappy/) is used in BigTable.
>> This means the entities in GAE are compressed when it is stored in 
>> BigTable.
>> But the cost of data stored is calculated before compression, right?
>>
>> Then, how meaningful is data compression in entities like
>> compressed property of python NDB, because using it means double 
>> compression?
>>
>> I want to reduce my cost because there are many text in my application.
>> But I am wondering is it really better to compress them.
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/-MAQtWohESUJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread kc ochibili
yes i have read it , the bucket i'm trying to post to. the ACL is set to 
"ALLusers" and "Full Access.
Any suggestions on what i am doing wrong? or can i send you the bucket name 
to see if you could post to it ?

On Wednesday, June 27, 2012 7:37:36 PM UTC-5, Stuart Langley wrote:
>
> You've fully read and understand 
> https://developers.google.com/storage/docs/reference-methods#putobject or 
> https://developers.google.com/storage/docs/reference-methods#postobject?
>
> On Thursday, 28 June 2012 09:09:11 UTC+10, kc ochibili wrote:
>>
>> I just tried this url  
>> (http://commondatastorage.**googleapis.com/bucket/
>>   without 
>> the plus d, but i'm still getting the error, does any body know why this is 
>> happening ? or am i using the wrong "Post url" ? somebody please help :(
>>
>> On Wed, Jun 27, 2012 at 5:05 PM, googlefox  wrote:
>>
>>> Try removing the '+' ?
>>>
>>>
>>> On Monday, June 18, 2012 7:02:58 AM UTC-7, kc ochibili wrote:

 I have a bucket with the acl set to Allusers and Full acces, so that 
 users can post  and retrieve images from  the bucket. 
   
. I have tried using this url (http://commondatastorage.**
 googleapis.com/bucket/+Image.**png)
  
 to post images from my app; but i get the "error 1104, the image can   
  not be posted with the url provided. here is my alc for 
 the bucket:

 
 
 
 
 00b50024a97592382732e7e69afac5**
 fcba343397379237323e5ebd216831**a418023820874872
 
 
 
 
 
 
 FULL_CONTROL
 
 
 
 
 
 00b4903a2853501162e8e89afac5fc**
 ba14239486e5ebd216831a41932305**9585
 
 
 
 FULL_CONTROL
 
 
 
 


 On Monday, June 11, 2012 12:21:47 PM UTC-5, aschmid wrote:
>
> how does your code look like? 
> what did you try, what not?
>
> On Jun 8, 2012, at 3:10 PM, kc ochibili wrote:
>
> Does anyone know how i could make google app engine for python to 
> accept images i post from my app, I already have 
> Pil
>   which 
> is an add on to google app engine to accept images  but when i test it on 
> my app, I get the error message "that the image could not be posted to 
> the 
> Url i provided (MyApp.appspot.com ).
> If you know, how do I get my server to accept images ?
>
> -- 
> You received this message because you are subscribed to the Google 
> Groups "Google App Engine" group.
> To view this discussion on the web visit https://groups.google.com/d/*
> *msg/google-appengine/-/**IxYXhoV-9ywJ
> .
> To post to this group, send email to google-appengine@googlegroups.**
> com .
> To unsubscribe from this group, send email to 
> google-appengine+unsubscribe@**googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/**
> group/google-appengine?hl=en
> .
>
>
>  -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Google App Engine" group.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msg/google-appengine/-/APDWtUBOjj0J.
>>>
>>> To post to this group, send email to google-appengine@googlegroups.com.
>>> To unsubscribe from this group, send email to 
>>> google-appengine+unsubscr...@googlegroups.com.
>>> For more options, visit this group at 
>>> http://groups.google.com/group/google-appengine?hl=en.
>>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/nOl4QO8-GNYJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: "Endpoints" section in the control panel?

2012-06-27 Thread James Broberg
I'd also like to know. Don't hold out on us now :)

On 28 June 2012 06:45, Sam G  wrote:

> Bump. Any word from a Googler on what this is!?
>
>
> On Tuesday, June 26, 2012 4:59:33 PM UTC-7, Sam G wrote:
>>
>>
>> This section just showed up for me in the App Engine dashboard.
>> I also heard PageSpeed and SSL have been released? Where can I get to
>> these so that I can sign up?
>>
>> The new "Endpoints" section says that an API.yaml should exist... what
>> will go in that? Is there documentation up, now that this is a production
>> release?
>>
>>
>> 
>> Is this part of an I/O release?
>>
>> Screenshot sample attached.
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/cA8hVE9iYpcJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] GWT for GAE Python

2012-06-27 Thread Nick Ace
hi to all,

is there a Solid GWT library for GAE Python?
or can we use UI service library for our GAE project's client side Web 
application ?

more like a jquery UI's plugins?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/uinUmJ84fb8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread Stuart Langley
have you tried to use curl to post a file to your bucket?

the other thing you can do is use gsutil -d to copy a file to your bucket 
and look at the headers, and make sure you're doing something similar. 

On Thursday, 28 June 2012 13:13:15 UTC+10, kc ochibili wrote:
>
> yes i have read it , the bucket i'm trying to post to. the ACL is set to 
> "ALLusers" and "Full Access.
> Any suggestions on what i am doing wrong? or can i send you the bucket 
> name to see if you could post to it ?
>
> On Wednesday, June 27, 2012 7:37:36 PM UTC-5, Stuart Langley wrote:
>>
>> You've fully read and understand 
>> https://developers.google.com/storage/docs/reference-methods#putobjector 
>> https://developers.google.com/storage/docs/reference-methods#postobject?
>>
>> On Thursday, 28 June 2012 09:09:11 UTC+10, kc ochibili wrote:
>>>
>>> I just tried this url  (http://commondatastorage.**
>>> googleapis.com/bucket/
>>>   without 
>>> the plus d, but i'm still getting the error, does any body know why this is 
>>> happening ? or am i using the wrong "Post url" ? somebody please help :(
>>>
>>> On Wed, Jun 27, 2012 at 5:05 PM, googlefox wrote:
>>>
 Try removing the '+' ?


 On Monday, June 18, 2012 7:02:58 AM UTC-7, kc ochibili wrote:
>
> I have a bucket with the acl set to Allusers and Full acces, so that 
> users can post  and retrieve images from  the bucket. 
>   
>. I have tried using this url (http://commondatastorage.**
> googleapis.com/bucket/+Image.**png)
>  
> to post images from my app; but i get the "error 1104, the image can  
>  
>  not be posted with the url provided. here is my alc for 
> the bucket:
>
> 
> 
> 
> 
> 00b50024a97592382732e7e69afac5**
> fcba343397379237323e5ebd216831**a418023820874872
> 
> 
> 
> 
> 
> 
> FULL_CONTROL
> 
> 
> 
> 
> 
> 00b4903a2853501162e8e89afac5fc**
> ba14239486e5ebd216831a41932305**9585
> 
> 
> 
> FULL_CONTROL
> 
> 
> 
> 
>
>
> On Monday, June 11, 2012 12:21:47 PM UTC-5, aschmid wrote:
>>
>> how does your code look like? 
>> what did you try, what not?
>>
>> On Jun 8, 2012, at 3:10 PM, kc ochibili wrote:
>>
>> Does anyone know how i could make google app engine for python to 
>> accept images i post from my app, I already have 
>> Pil
>>   which 
>> is an add on to google app engine to accept images  but when i test it 
>> on 
>> my app, I get the error message "that the image could not be posted to 
>> the 
>> Url i provided (MyApp.appspot.com ).
>> If you know, how do I get my server to accept images ?
>>
>> -- 
>> You received this message because you are subscribed to the Google 
>> Groups "Google App Engine" group.
>> To view this discussion on the web visit https://groups.google.com/d/
>> **msg/google-appengine/-/**IxYXhoV-9ywJ
>> .
>> To post to this group, send email to google-appengine@googlegroups.**
>> com .
>> To unsubscribe from this group, send email to 
>> google-appengine+unsubscribe@**googlegroups.com
>> .
>> For more options, visit this group at http://groups.google.com/**
>> group/google-appengine?hl=en
>> .
>>
>>
>>  -- 
 You received this message because you are subscribed to the Google 
 Groups "Google App Engine" group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/google-appengine/-/APDWtUBOjj0J.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.

>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/rsrm5H76Qy8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google

Re: [google-appengine] Re: "Endpoints" section in the control panel?

2012-06-27 Thread Christina Ilvento
Hi All,

Endpoints is one of the features we announced in our App Engine overview
session today at I/O that's designed to make writing mobile backends on App
Engine easier. More details to come in talks tomorrow (YouTube videos
should be up soon) and we'll post some info with the trusted tester sign-up
form to the groups shortly.


Thanks,
Christina

On Wed, Jun 27, 2012 at 8:58 PM, James Broberg  wrote:

> I'd also like to know. Don't hold out on us now :)
>
>
> On 28 June 2012 06:45, Sam G  wrote:
>
>> Bump. Any word from a Googler on what this is!?
>>
>>
>> On Tuesday, June 26, 2012 4:59:33 PM UTC-7, Sam G wrote:
>>>
>>>
>>> This section just showed up for me in the App Engine dashboard.
>>> I also heard PageSpeed and SSL have been released? Where can I get to
>>> these so that I can sign up?
>>>
>>> The new "Endpoints" section says that an API.yaml should exist... what
>>> will go in that? Is there documentation up, now that this is a production
>>> release?
>>>
>>>
>>> 
>>> Is this part of an I/O release?
>>>
>>> Screenshot sample attached.
>>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/google-appengine/-/cA8hVE9iYpcJ.
>>
>> To post to this group, send email to google-appengine@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-27 Thread Iain Wade
VIPs are $99 each, billed to an application; but once you've bought
one vip you could upload a wildcard or multi- certificate and map the
various web addresses matching that certificate to different app-ids.

--Iain

On Thu, Jun 28, 2012 at 3:24 AM, Rick Mangi  wrote:
> $99 per application for SSL and you have to get your own certificate? Oh,
> and it's not included in the $500/month we already pay for premium
> support... bah.
>
>
>
> On Tuesday, June 26, 2012 7:42:16 PM UTC-4, Takashi Matsuo (Google) wrote:
>>
>>
>> Hi App Engine users,
>>
>> We've just released the release of the 1.7.0 SDK.
>>
>> Release notes for Java:
>> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
>>
>> Release notes for Python:
>> http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
>>
>> Release notes for Go:
>> http://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes
>>
>> Enjoy!
>>
>> --
>> Takashi Matsuo
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/XPLHU9gkWvAJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Help getting app engine for python to accept images I post from my app

2012-06-27 Thread kc ochibili
I am trying to post images from my app that is in development, my goal is
to post anonymously to  the bucket

On Wed, Jun 27, 2012 at 11:25 PM, Stuart Langley wrote:

> have you tried to use curl to post a file to your bucket?
>
> the other thing you can do is use gsutil -d to copy a file to your bucket
> and look at the headers, and make sure you're doing something similar.
>
>
> On Thursday, 28 June 2012 13:13:15 UTC+10, kc ochibili wrote:
>>
>> yes i have read it , the bucket i'm trying to post to. the ACL is set to
>> "ALLusers" and "Full Access.
>> Any suggestions on what i am doing wrong? or can i send you the bucket
>> name to see if you could post to it ?
>>
>> On Wednesday, June 27, 2012 7:37:36 PM UTC-5, Stuart Langley wrote:
>>>
>>> You've fully read and understand https://developers.**
>>> google.com/storage/docs/**reference-methods#putobjector
>>> https://developers.google.com/**storage/docs/reference-**
>>> methods#postobject
>>> ?
>>>
>>> On Thursday, 28 June 2012 09:09:11 UTC+10, kc ochibili wrote:

 I just tried this url  (http://commondatastorage.**goog**
 leapis.com/bucket/
   without
 the plus d, but i'm still getting the error, does any body know why this is
 happening ? or am i using the wrong "Post url" ? somebody please help :(

 On Wed, Jun 27, 2012 at 5:05 PM, googlefox wrote:

> Try removing the '+' ?
>
>
> On Monday, June 18, 2012 7:02:58 AM UTC-7, kc ochibili wrote:
>>
>> I have a bucket with the acl set to Allusers and Full acces, so that
>> users can post  and retrieve images from  the bucket.
>>
>>. I have tried using this url (http://commondatastorage.**goog**
>> leapis.com/bucket/+Image.**png)
>> to post images from my app; but i get the "error 1104, the image can
>>  not be posted with the url provided. here is my alc for
>> the bucket:
>>
>> 
>> 
>> 
>> 
>> 00b50024a97592382732e7e69afac5
>> fcba343397379237323e5ebd216831a418023820874872
>> 
>> 
>> 
>> 
>> 
>> 
>> FULL_CONTROL
>> 
>> 
>> 
>> 
>> 
>> 00b4903a2853501162e8e89afac5fc
>> ba14239486e5ebd216831a419323059585
>> 
>> 
>> 
>> FULL_CONTROL
>> 
>> 
>> 
>> 
>>
>>
>> On Monday, June 11, 2012 12:21:47 PM UTC-5, aschmid wrote:
>>>
>>> how does your code look like?
>>> what did you try, what not?
>>>
>>> On Jun 8, 2012, at 3:10 PM, kc ochibili wrote:
>>>
>>> Does anyone know how i could make google app engine for python to
>>> accept images i post from my app, I already have 
>>> Pil
>>>   which
>>> is an add on to google app engine to accept images  but when i test it 
>>> on
>>> my app, I get the error message "that the image could not be posted to 
>>> the
>>> Url i provided (MyApp.appspot.com ).
>>> If you know, how do I get my server to accept images ?
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine" group.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/**ms**g/google-appengine/-/**IxYXhoV-**
>>> 9ywJ
>>> .
>>> To post to this group, send email to google-appengine@googlegroups.*
>>> ***com .
>>> To unsubscribe from this group, send email to
>>> google-appengine+unsubscribe@**g**ooglegroups.com
>>> .
>>> For more options, visit this group at http://groups.google.com/**
>>> group**/google-appengine?hl=en
>>> .
>>>
>>>
>>>  --
> You received this message because you are subscribed to the Google
> Groups "Google App Engine" group.
> To view this discussion on the web visit https://groups.google.com/d/*
> *msg/google-appengine/-/**APDWtUBOjj0J
> .
>
> To post to this group, send email to google-appengine@googlegroups.**
> com .
> To unsubscribe from this group, send email to
> google-appengine+unsubscribe@**googlegroups.com
> .
> For more options, visit this group at htt

[google-appengine] pagespeed disable_rewriters

2012-06-27 Thread Gianni
Hi gropus,
at the docs page
https://developers.google.com/appengine/docs/python/config/appconfig#pagespeed
i
found this:

> enabled_rewriters, disabled_rewriters By default, some "safe"
> optimization rewriters are turned on. Other "risky" optimizations are not
> turned on. You can choose more optimizations to use by listing them in
> domains_to_rewrite; you can turn off default rewriters by listing them in
> domains_to_rewrite.


'domains_to_rewrite' is a typo or I don't understand all?
because Pagespeed with the default setting, my some inline js does not work
anymore. I'm searching the rewriter to disable..

-- Gianni

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: pagespeed disable_rewriters

2012-06-27 Thread Gianni
ok. I solved my problem, it's not related to pagespeed service ( the
default setting don't cause problem). Sorry about that but the docs
question remain.
-- Gianni



2012/6/28 Gianni 

> Hi gropus,
> at the docs page
> https://developers.google.com/appengine/docs/python/config/appconfig#pagespeed
>  i
> found this:
>
>> enabled_rewriters, disabled_rewriters By default, some "safe"
>> optimization rewriters are turned on. Other "risky" optimizations are not
>> turned on. You can choose more optimizations to use by listing them in
>> domains_to_rewrite; you can turn off default rewriters by listing them
>> in domains_to_rewrite.
>
>
> 'domains_to_rewrite' is a typo or I don't understand all?
> because Pagespeed with the default setting, my some inline js does not work
> anymore. I'm searching the rewriter to disable..
>
> -- Gianni
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.