[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 claud platform. I want to try write some 
 application. I wonder what frameworks are compatible and work well on 
 google app engine. I didnt find a word on 
 https://cloud.google.com/appengine/docs that says anything about external 
 frameworks. I assume that most of them will work, but I also sure that one 
 of them work better (or are suited better) that the others. Mostly I'm 
 interest what is the best suited for processing request in google endpoints 
 api. 

 *I would like to have some predefined java object, that probably needs 
 some earlier initialization, that will provide business logic in Google 
 endpoints api. Just like Spring components or EJB provide. *

 Is there something that you recommend? What are drawbacks or benefits? Can 
 you share some links with guids or any information how google apps work 
 with othere technologies?


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c281244d-33c9-4d3e-9cf2-24187cb819a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/eddff3b9-ef9c-4705-9331-fd0877507bc4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 changes prior to the dates listed on the 
microsite https://ppmts.custhelp.com/app/answers/detail/a_id/1236. 
Otherwise, you may not be able to process payments through your current 
integration with PayPal...*

What is the Google App Engine schedule to move to SHA-256? 

If PayPal moves to SHA-256 before Google does, is there a workaround I can 
use to keep my site PayPal transactions working?




-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/068d4a36-b3e0-4ab2-881e-5a35690f4c43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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: greenarrow4403; version: secureable

03:42 AM Host: appengine.google.com

03:42 AM 

Starting update of app: greenarrow4403, version: secureable

03:42 AM Getting current resource limits.

Password for casey.m...@gmail.com: Invalid username or password.

2015-03-24 03:42:06,345 ERROR appcfg.py:2448 An error occurred processing 
file '': HTTP Error 401: Unauthorized. Aborting. 

Error 401: --- begin server output ---

Must authenticate first.

--- end server output ---

2015-03-24 03:42:06 (Process exited with code 1)
You can close this window now.



I keep getting this even though I know the login is correct. I even changed 
my ps and retried and it gave it to me again 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/598e351a-0d88-4e5a-9606-4aca94e5dfaa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 see why it wont work 
although it might require some adjustments)

I you're using the GAE GUI tool - you need to find out how to enable oauth2 
authentication instead of username/password credentials.

Thanks,
Mihail.
On Tuesday, March 24, 2015 at 1:14:03 PM UTC+2, casey mote wrote:

 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 to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b27d6952-31fb-4441-93f9-fcdf56180ec8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 save in a config file so that you won't 
have to authenticate the next time you use the
--oauth2
parameter.


Thanks,
Mihail.





On Tuesday, March 24, 2015 at 12:50:27 PM UTC+2, casey mote wrote:

 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...@gmail.com javascript:', '--passin', 
 'update', u'C:\\Users\\Casey\\Desktop\\google-proxy-1.0']

 03:42 AM Application: greenarrow4403; version: secureable

 03:42 AM Host: appengine.google.com

 03:42 AM 

 Starting update of app: greenarrow4403, version: secureable

 03:42 AM Getting current resource limits.

 Password for casey...@gmail.com javascript:: Invalid username or 
 password.

 2015-03-24 03:42:06,345 ERROR appcfg.py:2448 An error occurred processing 
 file '': HTTP Error 401: Unauthorized. Aborting. 

 Error 401: --- begin server output ---

 Must authenticate first.

 --- end server output ---

 2015-03-24 03:42:06 (Process exited with code 1)
 You can close this window now.



 I keep getting this even though I know the login is correct. I even 
 changed my ps and retried and it gave it to me again 


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d4a39135-d2b6-4ced-9606-c2a03db7ca99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2c77ef71-1678-44af-b247-5ebb87ad6b33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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:
 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 see why it wont work 
 although it might require some adjustments)

 I you're using the GAE GUI tool - you need to find out how to enable 
 oauth2 authentication instead of username/password credentials.

 Thanks,
 Mihail.
 On Tuesday, March 24, 2015 at 1:14:03 PM UTC+2, casey mote wrote:

 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 to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/013d9d92-8177-41cc-9624-f5c7d69ff432%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/583a9f77-3af3-40a2-b5da-575f7a10caf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 endpoints
 are scheduled to start in May 2015, and will continue into next year... you
 may be required to implement these changes prior to the dates listed on the
 microsite https://ppmts.custhelp.com/app/answers/detail/a_id/1236.
 Otherwise, you may not be able to process payments through your current
 integration with PayPal...*

 What is the Google App Engine schedule to move to SHA-256?

 If PayPal moves to SHA-256 before Google does, is there a workaround I can
 use to keep my site PayPal transactions working?




  --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/068d4a36-b3e0-4ab2-881e-5a35690f4c43%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/068d4a36-b3e0-4ab2-881e-5a35690f4c43%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CADK-0ujBwTop6ZQ_nX2noc9E3VBuVPkWTE49qqnKw5W8kE%2Bg1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.