Re: [google-appengine] copying data from appengine datastore admin to my dev server. failed with status 401

2015-05-19 Thread Sam Alexander
Is this seriously the type of support you guys give? Fucking pathetic

On Wednesday, November 9, 2011 at 12:33:44 AM UTC-5, Nick Johnson wrote:

 This is unlikely to work, and you should never ever expose your 
 dev_appserver publicly.

 Consider making a small reusable test dataset you can easily load, rather 
 than relying on a complete dump of production data, which won't scale.

 -Nick

 On Wed, Nov 9, 2011 at 4:31 PM, Mariano Benitez maria...@gmail.com 
 javascript: wrote:

 Hello,

 I am trying to copy data from my appengine to my dev server, instead of 
 doing the normal bulk download/upload, I tried the datastore admin copy 
 function. I've setup the dev server public ip so it can be seen from 
 outside.

 When I try to run it from appengine, it fails with status 401, not 
 authorized.

 Is it possible to use this anyway? seems like a nice way to populate my 
 dev database.

 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/-/eJsdLLfmtkwJ.
 To post to this group, send email to google-a...@googlegroups.com 
 javascript:.
 To unsubscribe from this group, send email to 
 google-appengi...@googlegroups.com javascript:.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.




 -- 
 Nick Johnson, Developer Programs Engineer, App Engine


  

-- 
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/587b3eb5-1b0c-4de9-a930-1ff8beffad6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] copying data from appengine datastore admin to my dev server. failed with status 401

2011-11-14 Thread Greg Tracy

It's probably worth adding one more detail. I can't access the Datastore 
Admin when I'm logged in with app's owner account (I think this is a known 
bug). I can only access the admin page from another developer account. 

That may be contributing to the access problem.

Thoughts?

-- 
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/-/gZzBV_kvEWUJ.
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] copying data from appengine datastore admin to my dev server. failed with status 401

2011-11-14 Thread Greg Tracy

I found the issue I had been prefixing my app ID in the 
appengine_config.py file with 's~', which is the norm for bulkloader 
operations even though it isn't documented. It looks like that prefix isn't 
required in this case.


-- 
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/-/9BEc539DTIsJ.
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] copying data from appengine datastore admin to my dev server. failed with status 401

2011-11-13 Thread Greg Tracy

I'm seeing the same error between two production apps.

(1) Duplicate application
(2) Upload code to new application
(2) Enable datastore admin on new app
(3) Use copy to another app on the original app

This results in a 401...

Fetch to https://smsmybus-test.appspot.com/_ah/remote_api failed with 
status 401



-- 
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/-/ts2XKPovQvMJ.
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] copying data from appengine datastore admin to my dev server. failed with status 401

2011-11-09 Thread Mariano Benitez
Thanks Nick, 

This is an exceptional case, where I am seeding my dev environment. I don't 
regularly leave my dev server public. :)

Anyway, I though it was a simple way to seed, since it does not involve any 
command line.

If you think it will never work, it's ok, but it would be good if you 
include a small comment in the docs.

Best,

-- 
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/-/YyxTNhU0ZhkJ.
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] copying data from appengine datastore admin to my dev server. failed with status 401

2011-11-08 Thread Mariano Benitez
Hello,

I am trying to copy data from my appengine to my dev server, instead of 
doing the normal bulk download/upload, I tried the datastore admin copy 
function. I've setup the dev server public ip so it can be seen from 
outside.

When I try to run it from appengine, it fails with status 401, not 
authorized.

Is it possible to use this anyway? seems like a nice way to populate my dev 
database.

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/-/eJsdLLfmtkwJ.
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] copying data from appengine datastore admin to my dev server. failed with status 401

2011-11-08 Thread Nick Johnson
This is unlikely to work, and you should never ever expose your
dev_appserver publicly.

Consider making a small reusable test dataset you can easily load, rather
than relying on a complete dump of production data, which won't scale.

-Nick

On Wed, Nov 9, 2011 at 4:31 PM, Mariano Benitez marianob...@gmail.comwrote:

 Hello,

 I am trying to copy data from my appengine to my dev server, instead of
 doing the normal bulk download/upload, I tried the datastore admin copy
 function. I've setup the dev server public ip so it can be seen from
 outside.

 When I try to run it from appengine, it fails with status 401, not
 authorized.

 Is it possible to use this anyway? seems like a nice way to populate my
 dev database.

 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/-/eJsdLLfmtkwJ.
 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.




-- 
Nick Johnson, Developer Programs Engineer, 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.