[google-appengine] Re: Appengine ecosystem?

2014-06-27 Thread timh
Unfortunately it seems all the good appengine discussions went away with 
the SO introduction
however SO is no good for discussions about approach, idea's etc...  it 
also seems like a lot of input etc
disappeared when people like Nick Johnson and Ikai went elsewhere.

Just my 2c worth.

T

On Friday, June 27, 2014 11:13:29 AM UTC+8, Emlyn wrote:

 What are the good communities for appengine / google cloud? 

 Where are the good online resources for appengine / google cloud? 

 What are the good third party tools for appengine / google cloud? 

 I've been cranking away on commercial appengine work, really busy, so 
 I've not been paying much attention to the outside world. Reflecting 
 for a minute, I think I'm probably doing a lot of things the hard way 
 (and probably crappy way). However, I've never really identified much 
 in the way of good communities, resources, tools for appengine. 

 I currently subscribe to the google group 
 http://groups.google.com/group/google-appengine 

 And of course I use the docs  StackOverflow extensively. 

 What cool things are you using that you think everyone else should 
 also be using? 

 btw, I'm asking this question elsewhere, and will try to compile and 
 repost a useful list of feedback. 

 -- 
 Emlyn 

 http://point7.wordpress.com - My blog 
 https://plus.google.com/u/0/100281903174934656260 - Google+ 


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


Re: [google-appengine] Re: Appengine ecosystem?

2014-06-27 Thread Philip Kilner
Hi,

On 27/06/14 09:15, timh wrote:
 Unfortunately it seems all the good appengine discussions went away with
 the SO introduction
 however SO is no good for discussions about approach, idea's etc...  it
 also seems like a lot of input etc
 disappeared when people like Nick Johnson and Ikai went elsewhere.
 
 Just my 2c worth.
 

+1

I find that listening to the chit-chat of form discussions is a great
way to discover how other people use tools and helps me learn, and the
lack of such a forum since the advent of SO as the official channel has
made App Engine that much less attractive as a result.

Ultimately, Google's changes in this area have convinced me that I am
not the intended audience for App Engine. As a solo developer, my needs
have been much better served since I switched to platforms where the
vendors see the value in this sort of community.


-- 

Regards,

PhilK


'a bell is a cup...until it is struck'

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


Re: [google-appengine] Google app engine doesn't uploads images

2014-06-27 Thread laureta xhaferaj
I just read your answer. I know that I should use  createUploadUrl  but 
this creates problem with routes and post from view to controller in 
laravel. Here is my question in 
SO 
http://stackoverflow.com/questions/24438218/laravel-4-methodnotallowedhttpexception-on-form-post
  
http://stackoverflow.com/questions/24438218/laravel-4-methodnotallowedhttpexception-on-form-postand
 
as you can see it just stores images in GS but I can't pass data from view 
to controller. Could you help me? What alternative solutions do I have?

On Thursday, May 22, 2014 5:02:02 AM UTC+2, Vinny P wrote:

 On Tue, May 20, 2014 at 5:14 AM, laureta xhaferaj laur...@gmail.com 
 javascript: wrote:

 I have created a form to upload images. Localy everything works, I can 
 upload images and save path in database. The problem is when update 
 application in google app engine. It doesn't gets the image , because I 
 try: $file = Input::file('image'); var_dump($file); and it displays NULL. I 
 save images inside publicassetsuploadsimages. May the problem be with 
 app.yaml?



 You shouldn't need to be saving those files yourself. Use App Engine's 
 createUploadUrl 
 https://developers.google.com/appengine/docs/php/refdocs/files/google.appengine.api.cloud_storage.CloudStorageTools#%5Cgoogle%5Cappengine%5Capi%5Ccloud_storage%5CCloudStorageTools
  to 
 handle the file upload and saving.

 Also, you're attempting to write to the local file system; you can't do 
 that on App Engine. You need to be writing to Cloud Storage (the 
 createUploadUrl method will automatically handle that). 
   
  
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

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

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


[google-appengine] Re: does the channel api work across domains?

2014-06-27 Thread yngling
I am having a hard time making channels work with an api module and a web 
(www) module... has anyone tried this lately?

/Alexander

Den fredagen den 3:e december 2010 kl. 19:16:57 UTC+1 skrev Chad Burt:

 Say I have an application hosted outside of appengine. I'd like to build a 
 chat app hosted on appengine to take advantage of the channel API. Can I 
 use that system from the first app on a different domain? If so, will it 
 work on all browsers, or just those that support the crossdomain access 
 control header http://www.w3.org/TR/cors/?
 Thanks,
 -Chad


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


[google-appengine] What happened to the bulkloader documentation?

2014-06-27 Thread someone1
Right now, 
https://developers.google.com/appengine/docs/python/tools/uploadingdata 
redirects you to backing up and restoring data via the Admin interface. 
However, this is not the same function as the bulkloader. I see that the 
cloud SDK still bundles this, but the documentation seems to have 
disappeared. Is this being deprecated? Will we be able to use the Datastore 
Admin to transfer entities between production/development in the future?

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