[google-appengine] Re: Spring components or EJB or other object, you recommend for processing in Google Endpoint API.

2015-03-24 Thread Carlos Lallana
Hey Maciej, You may want to take a look to this article https://cloud.google.com/appengine/kb/general#frameworks from the docs, that explains what frameworks does Google App Engine support. On Monday, February 2, 2015 at 12:48:15 PM UTC+1, Maciej PietroĊ„ wrote: I started learning google

[google-appengine] Dashboard show old/renamed modules

2015-03-24 Thread Paul Canning
I have some modules that I renamed to better names for organisation purposes. In the dashboard, the old name are still showing in the drop down. How can I remove them? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from

[google-appengine] Status of SHA-256 on App Engine for PayPal?

2015-03-24 Thread Brian
PayPal has recently announced their transition from SHA-1 to SHA-256. The announcement includes the following: *...our efforts to upgrade SSL certificates for our production endpoints are scheduled to start in May 2015, and will continue into next year... you may be required to implement these

[google-appengine] Deploy issue, Help please

2015-03-24 Thread casey mote
2015-03-24 03:41:59 Running command: ['C:\\Python27\\pythonw.exe', '-u', 'C:\\Program Files (x86)\\Google\\google_appengine\\appcfg.py', '--no_cookies', u'--email=casey.m...@gmail.com', '--passin', 'update', u'C:\\Users\\Casey\\Desktop\\google-proxy-1.0'] 03:42 AM Application:

[google-appengine] Re: Deploy issue, Help please

2015-03-24 Thread Mihail Russu
How are you deploying your app? You could probably simply run the following command in your terminal: C:\Python27\pythonw.exe C:\Program Files (x86)\Google\google_ appengine\appcfg.py update C:\Users\\Casey\Desktop\google-proxy-1.0 -- oauth2 (I don't have a windows machine to test it but don't

[google-appengine] Re: Deploy issue, Help please

2015-03-24 Thread Mihail Russu
Instead of --email and --passin parameters try using a --oauth2 which will open your browser with the Google Authentication page where you can enter your current credentials and approve the authorization. It will work even better when you remove the --no-cookies parameter making a unique token

[google-appengine] Re: Deploy issue, Help please

2015-03-24 Thread casey mote
How do I change it? -- 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

[google-appengine] Re: Deploy issue, Help please

2015-03-24 Thread casey mote
I am on Python. I will try this when I get home and post back. I am highly grateful for the help. Thanks On Tuesday, March 24, 2015 at 7:05:07 AM UTC-5, Mihail Russu wrote: How are you deploying your app? You could probably simply run the following command in your terminal:

[google-appengine] Re: Custom Domain DNS setup changed, probably

2015-03-24 Thread Paul Canning
I was under the impression naked domain don't work now. I recently setup app engine and added a custom domain. The naked domain doesn't work alone, and I had to add the www sub domain. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

Re: [google-appengine] Status of SHA-256 on App Engine for PayPal?

2015-03-24 Thread Jeff Schnitzer
What part of app engine are you asking about? Jeff On Tue, Mar 24, 2015 at 6:11 AM, Brian blruu...@gmail.com wrote: PayPal has recently announced their transition from SHA-1 to SHA-256. The announcement includes the following: *...our efforts to upgrade SSL certificates for our production