Re: [google-appengine] Re: Deleting Index

2013-11-24 Thread Vinny P
On Sat, Nov 23, 2013 at 12:32 PM, Michael Prentice splak...@gmail.com
 wrote:

 How you do this with Java? Preferably is there a way to do it in the
 Datastore Admin or App Engine Console?
 I'd like to selectively delete indexes, not just all indexes that aren't
 in the datastore-indexes.xml.



There's no way to selectively delete indexes; the only way is to use
*vacuum_indexes* to clean out all unused indexes. What you can do is add
all the indexes you want to keep to *datastore-indexes.xml*, then run the
*vacuum_indexes* command. You can also star this issue:
https://code.google.com/p/googleappengine/issues/detail?id=6133 which
includes a feature request for a delete button.



-
-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/groups/opt_out.


Re: [google-appengine] Google Cloud Storage: Real World - Bucket authorization

2013-11-24 Thread Vinny P
On Sat, Nov 23, 2013 at 1:39 PM, Ken Bowen k...@form-runner.com wrote:

 Vinny,
 Thank you very much!   That got me going.  I especially appreciate the
 screen shot on imgur, because on my MacBook Pro, none of Chrome,FF,Safari
 showed the bottom portion of the page for adding unless I suppressed the
 Nav or Bookmarks bar, and there's no vertical scroll bar.



No problem! Glad to hear everything's working for you.


-
-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/groups/opt_out.


Re: [google-appengine] how to set GAE_SDK_ROOT environment variable?

2013-11-24 Thread Vinny P
On Sat, Nov 23, 2013 at 9:40 AM, saintthor saintt...@gmail.com wrote:

 i downloaded a new version package. then update. it shows me: ValueError:
 Could not determine SDK root; please set GAE_SDK_ROOT environment
 variable. what dose it mean?




The SDK is asking you to set the root directory of its installation. Set an
OS environment variable with a name of GAE_SDK_ROOT and a value of the
SDK's directory path.


-
-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/groups/opt_out.


[google-appengine] How to insert records more than 1000 in Google App Engine Datastore ?

2013-11-24 Thread Vijay Kumbhani
pls help

-- 
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/groups/opt_out.


Re: [google-appengine] Does anyone encounter the problem on Endpoints with authentication?

2013-11-24 Thread Colin Su
I tried both 1.8.7 and 1.8.8

On Tuesday, November 19, 2013 1:26:54 PM UTC+8, Vinny P wrote:

 On Sun, Nov 17, 2013 at 10:41 PM, Colin Su littl...@gmail.comjavascript:
  wrote:

 I encountered a problem recently, and it will let us couldn't testing our 
 Endpoints API locally, but production is still okay.
 We didn't change any code at that time (maybe), but it just become not 
 working anymore.



 What version of the local development server are you currently using?
  
  
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 App Engine Code Samples: 
 http://www.learntogoogleit.comhttp://www.google.com/url?q=http%3A%2F%2Fwww.learntogoogleit.com%2Fsa=Dsntz=1usg=AFQjCNH1Tf5cJWFE7hexiZqd-MmoUlvA7w
   


-- 
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/groups/opt_out.