[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 ', '--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 : 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 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 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: Deploy issue, Help please

2015-03-25 Thread casey mote
I'm just trying to launch a proxy server throu gh google apps and I keep 
getting this. Im using python



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/a0bd333f-dee4-42fe-846d-8b59db276515%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-03-25 Thread Mihail Russu
Is it still not working? Have you tried anything I suggested? What have you 
tried and what's not 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/4dfbeb13-e458-4ba0-87b4-ad23af72d639%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.