Re: [google-appengine] DNS_PROBE_FINISHED_NXDOMAIN

2019-11-21 Thread Vinny P
Typically NXDOMAIN is short for nonexistent domain, so I would suggest inspecting the domain itself: do you see it in your registrar's account? Are the DNS settings correct? Is it properly mapped to Google? Can you post the domain name here so we can inspect the site? On Thu, Nov 21, 2019, 9:46

Re: [google-appengine] Re: GAE php CloudStorageTools class is missing

2015-06-03 Thread Vinny P
n your local machine? Can you post the commands you use to launch the dev server? --------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Goo

Re: [google-appengine] Deletion Google App Engine Account only, not the Gmail account

2015-06-03 Thread Vinny P
You can visit https://console.developers.google.com/project, which will show you a list of projects registered to you. To delete an App Engine app, click the trashcan symbol next to the name (see the red box here: http://imgur.com/cUpIK80). - -Vinny P Technology & M

Re: [google-appengine] The API package 'file' or call 'Create()' was not found

2015-06-03 Thread Vinny P
which contains appengine specific services, not the general http library. Try going to https://developers.google.com/api-client-library/java/google-api-java-client/download, retrieving the ZIP file there, and adding the file named *google-http-client-1.20.0.jar *to your project. - -V

Re: [google-appengine] The API package 'file' or call 'Create()' was not found

2015-05-31 Thread Vinny P
Cloud Storage to hold your files: https://cloud.google.com/appengine/docs/java/googlecloudstorageclient/ - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Goo

Re: [google-appengine] Not able to download the source code from Google Apps Engine

2015-05-27 Thread Vinny P
lication name to the end, similar to this: *appcfg.cmd download_app -A application_id C:\testdir* ----- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Googl

Re: [google-appengine] Google App Engine (Question about using Google app engine and Java)

2015-05-27 Thread Vinny P
int of this question is how to save money by using memcache but I'm unclear if this is supposed to be a standalone question or if it builds upon (1)'s expected answer. On Tue, May 26, 2015 at 1:45 PM, Jeff Schnitzer wrote: > Yes, it's going to take some time. > I echo and

Re: [google-appengine] Helloworld creates new folder and main.py

2015-05-21 Thread Vinny P
tion. When you go to *File -> Add Existing Application* in the launcher, can you screenshot your view there and the Launcher view when you finish adding the application? - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogle

Re: [google-appengine] AppEngine/General Cold/Bulk Email Advice

2015-05-17 Thread Vinny P
notspam.com/ to make sure your emails don't "look" spammy to filters. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Fri, May 15, 2015 at 2:32 AM, Kaan Soral wrote: > Hi everyone > >

Re: [google-appengine] no authorization window in youtube

2015-05-14 Thread Vinny P
, so before sharing account information with your application Google needs to warn the user and make sure the user opts-in to authorize your application. So there's a permissions window before granting account access when your app implements the oauth flow. - -Vinny P Technology &

Re: [google-appengine] Custom domain slow ?

2015-05-14 Thread Vinny P
#x27;re not willing to share the addresses, can you visit each site with Chrome's Developer Tools enabled and post screenshots of the Network tab? Here's how to use it: https://developer.chrome.com/devtools/docs/network - -Vinny P Technology & Media Consult

Re: [google-appengine] How to send emails using Mail Service

2015-05-10 Thread Vinny P
].appspotmail.com <http://appspotmail.com>* ? - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Sat, May 9, 2015 at 2:35 PM, Jimin Park wrote: > I want to be able to send emails out from my GAE app. > My p

Re: [google-appengine] So many spam bots are hitting my website hosted on Google App Engine

2015-05-10 Thread Vinny P
assing IPs in the blacklist, or ban address blocks which may accidentally interfere with legitimate requests from OVH-rented servers. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message be

Re: [google-appengine] I get a "The server encountered an error and could not complete your request. Please try again in 30 seconds."

2015-04-30 Thread Vinny P
When you say "VPS", do you mean App Engine or an instance on Compute Engine? Where is the MySQL db hosted out of, or are you using Cloud SQL? ----- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Thu, Apr

Re: [google-appengine] Google appengine source code download error even with --nocookies and --oauth2

2015-04-30 Thread Vinny P
Instead of calling "-A appid", can you try replacing it with "-A s~appid" (ignore the quotation marks)? And try again without the nocookies/oauth argument? ----- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoo

Re: [google-appengine] App Engine + Maven + Hot swap of war

2015-04-30 Thread Vinny P
canSeconds only updates Java classes. > Do you mean updates to static files? There are workarounds described in this link: http://stackoverflow.com/questions/21345177/is-there-any-way-to-trigger-the-maven-appengine-devserver-to-auto-refresh-static ----- -Vinny P Technology

Re: [google-appengine] Help Google Appengine, domain and data bases

2015-04-30 Thread Vinny P
ud SQL: https://cloud.google.com/sql/docs/introduction You'll have to contact Google for billing support, but you might be able to pay another way such as direct debit from your bank account: https://support.google.com/cloud/answer/4356191?hl=en ----- -Vinny P Technology & M

Re: [google-appengine] is possible to have more space on tinywebdb custom?

2015-04-26 Thread Vinny P
ep it at the original-configured setting of 1000 entries. Depending on your use case, you'll run out of free tier quota if you set it much higher. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You rec

Re: [google-appengine] mysql not able to java project deployed in google compute engine

2015-04-26 Thread Vinny P
thout further information. Can you post the rest of the error message/stack trace? Have you tried enabling Cloud SQL access from your Compute Engine machine: http://imgur.com/ohlUq7r ? - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www

Re: [google-appengine] Google Cloud Platform wants to hear from you

2015-04-21 Thread Vinny P
ers, please skip me. There are a number of far more deserving people in this thread. - -Vinny P Technology & Media Consultant Chicago, IL On Wed, Apr 15, 2015 at 12:35 PM, Katie Ball (Google Cloud Support) < kmrichard...@google.com> wrote: > Hi, > > My name

Re: [google-appengine] App engine Datastore entities became unavailable after migrating to JDO 3.0

2015-04-21 Thread Vinny P
ile to insert underscores as the word separator (first property) and to uppercase the property name (second property). I believe the underscore is the default word separator, so if you're missing the properties entirely they may have been set to their default values. - -

Re: [google-appengine] Help! Cloud billing is active but app engine is stuck at FREE.

2015-04-21 Thread Vinny P
pport form: https://support.google.com/cloud/contact/cloud_platform_billing - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google

Re: [google-appengine] So many spam bots are hitting my website hosted on Google App Engine

2015-04-21 Thread Vinny P
using. If you're willing to do some coding, you can write a filter into your application to check for the useragent and kick back a 429 HTTP status code (Too Many Requests) if traffic is too high: http://tools.ietf.org/html/rfc6585#page-3 - -Vinny P Technology & Media Consultant

Re: [google-appengine] So many spam bots are hitting my website hosted on Google App Engine

2015-04-20 Thread Vinny P
S feed or sitemap documents? - -Vinny P Technology & Media Consultant 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 a

Re: [google-appengine] Naked domain has stopped working

2015-04-20 Thread Vinny P
randed error page, or does it come from somewhere else? Can you look up the response headers and see what they say? --------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscrib

Re: [google-appengine] App engine Datastore entities became unavailable after migrating to JDO 3.0

2015-04-20 Thread Vinny P
t;? This should show a list of the kinds in your application - you may be accidentally querying for the wrong entity kind, or perhaps the migration introduced new/unknown kinds. For each kind that you see, can you try programmatically retrieving a sample of the entities within? - -Vi

Re: [google-appengine] how to set a country based IP address

2015-04-19 Thread Vinny P
ction through that: http://www.makeuseof.com/tag/set-proxy-server-ubuntu-linux/ - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups &qu

Re: [google-appengine] Account renamed = project ownership lost?

2015-04-19 Thread Vinny P
ne/issues/entry?template=Production%20issue> or send in this form <https://support.google.com/cloud/contact/cloud_platform_billing?hl=en#cft=3> . As for your second question, once a project is deleted you can't reuse or recover the ID. - -Vinny P Technology & Medi

Re: [google-appengine] Re: how to use paho.mqtt library in google app engine to publish as well as subscribe for messages

2015-04-15 Thread Vinny P
t looks like CloudMQTT ( http://www.cloudmqtt.com/ ) has a free trial available on their site. ----- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google

Re: [google-appengine] How to manage app-engine app development and testing

2015-04-15 Thread Vinny P
ne/docs/java/multitenancy/ . A namespace partitions data so that it is available in particular contexts that you can define. This SO answer provides more information about namespaces if you're interested: http://stackoverflow.com/a/17187656 ----- -Vinny P Technology & Media Consul

Re: [google-appengine] is it possible to deploy google app engine launcher ?

2015-04-15 Thread Vinny P
have to find a pure-Python implementation of git. You can try using this library: https://github.com/jelmer/dulwich which should work. Otherwise you can run any git library <https://libgit2.github.com/> within a Managed VM and use it to push to GAE's Push To Deploy repo. ---

Re: [google-appengine] Can appengine-maven-plugin detect endpoints from jar file?

2015-04-15 Thread Vinny P
. > What command are you using to launch maven to build? ----- -Vinny P Technology & Media Consultant 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&qu

Re: [google-appengine] how to convert ppt slides to images in google app engine, i am using apache POI, which in turn uses java.awt and bufferedimage classes that is not supported in google app engine

2015-04-12 Thread Vinny P
specifically mentioned the java.awt package: the Managed VMs demo application ( https://github.com/GoogleCloudPlatform/appengine-java-vm-guestbook-extras ) uses the java.awt package and it runs successfully. - -Vinny P Technology & Media Consultant Chicago, IL

Re: [google-appengine] is possible to have more space on tinywebdb custom?

2015-04-12 Thread Vinny P
ng tinywebdb and building a custom web app to manage storage. Tinywebdb is a decent app, but it's meant for small storage loads - a custom app would be more efficient and could take your specific use case into account. - -Vinny P Technology & Media Consultant Chicago,

Re: [google-appengine] PDO ODBC MS Access

2015-04-08 Thread Vinny P
then your GAE app can pull information from there. Alternatively, you might want to use a Managed VM instance <https://cloud.google.com/appengine/docs/managed-vms/> and install the driver within the VM, then connect as normal. - -Vinny P Technology &

Re: [google-appengine] Google App Engine as a HTTP server for sending push notifications using Google Cloud Messaging to android

2015-04-08 Thread Vinny P
cs/java/tools/uploadinganapp#Uploading_the_App . Make sure you have an App Engine account and application ID <https://cloud.google.com/appengine/docs/java/gettingstarted/creating> set up before you upload. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code

Re: [google-appengine] How to share data files between versions

2015-04-07 Thread Vinny P
e> and store your dataset in it. You'd have to deal with cache eviction policies and you might exceed the ops/sec/GB limit, but it's doable given enough programming expertise. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http:

Re: [google-appengine] Any good articles on realtime app engine web apps?

2015-04-07 Thread Vinny P
lt;https://www.firebase.com/customers/roll20-case-study.html>services on Firebase; the Firebase tutorial shows how to set up a simple chat server <https://www.firebase.com/tutorial/#gettingstarted>. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Co

Re: [google-appengine] Problem deploying - javax.servlet.UnavailableException

2015-04-07 Thread Vinny P
p://stackoverflow.com/a/17318174> and see if any additional information pops up? Does your application do anything complex within the init() method (connecting to a DB, fetching a URL, etc)? - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://ww

Re: [google-appengine] Appspot website is yet to be deleted.

2015-04-05 Thread Vinny P
spot content was completely removed, but you'll need to wait a while for your new website to gain the same search ranking as before. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this mess

Re: [google-appengine] how to use paho.mqtt library in google app engine to publish as well as subscribe for messages

2015-04-05 Thread Vinny P
tener socket, which is not allowed by the Sockets service: https://cloud.google.com/appengine/docs/python/sockets/ The best alternative would be to run this within a Managed VM service, or set it up within a Compute Engine (GCE) VM and build your own way to communicate from your app to the GCE box.

Re: [google-appengine] developers console cannot load overview page

2015-04-05 Thread Vinny P
w developers console, there is no problem to load those pages. What > should I do to make it work? > When you say you cannot load certain pages, do you mean that the page itself fails to load after clicking the link, or the links to the pages are missing? ----- -Vinny P

Re: [google-appengine] Add a new persistent disk to GCE which created with VirtualBox custom image

2015-04-05 Thread Vinny P
ttps://github.com/GoogleCloudPlatform/compute-image-packages/tree/master/google-startup-scripts - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google

Re: [google-appengine] gae is setup to authenticate by google accounts but some google accounts will not authenticate

2015-03-22 Thread Vinny P
Hello, Can you go to appspot.com, click on your application ID, then go to the Application Settings page (the link is on the left hand side). Which option is the Authentication Type dropdown set to? The options look like this: http://imgur.com/ExLffeJ - -Vinny P Technology

Re: [google-appengine] Getting lot of InternalError on Datastore Operations

2015-03-22 Thread Vinny P
(for instance, using batch calls or one-entity calls, the size of the entities. etc)? - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google

Re: [google-appengine] Re: Cloud Billing is enabled but isn't propogated to App Engine project

2015-03-22 Thread Vinny P
ntegration setting. Click the "Create" button if it exists: http://imgur.com/qpEs2ju ----- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Fri, Mar 20, 2015 at 1:43 PM, Rasmus Vernhamn wrote: > Than

Re: [google-appengine] Unable to use gsutil despite doing authentication steps

2015-03-22 Thread Vinny P
ation-file-selection-procedure ----- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Fri, Mar 20, 2015 at 7:08 AM, Paul Canning wrote: > As per the title, I am unable to use gsutil CLI despite running "gcloud &g

Re: [google-appengine] re-enabling an application

2015-03-18 Thread Vinny P
hink it > is because I disabled aussieclouds. > I'm probably missing something in the conversation, but when I visit your link I see a perfectly good web page: http://imgur.com/wUmTqbC Are you continuing to see errors? ----- -Vinny P Technology & Media Consultant C

Re: [google-appengine] Local app.yaml file gives different results to remote file

2015-03-18 Thread Vinny P
the > index.php page. > Good to hear! It's always nice when applications seem to fix themselves :-). - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are s

Re: [google-appengine] Local app.yaml file gives different results to remote file

2015-03-17 Thread Vinny P
ate a small test case that replicates the issue and post that. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google Ap

Re: [google-appengine] Search API - Problem creating a Document with a java.lang.Double Field

2015-03-17 Thread Vinny P
27;s a click to deploy Elasticsearch option in the cloud console ( https://cloud.google.com/solutions/elasticsearch/click-to-deploy ) - it's very simple to deploy and try it out for your use case. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples:

Re: [google-appengine] Unable to access my application identifier on appspot.com

2015-03-17 Thread Vinny P
he second issue, go to your application logs. Do you see any requests erroring out? If so, can you describe what those requests are and the error message included in the log? - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogle

Re: [google-appengine] Error 302 for Tasks

2015-03-17 Thread Vinny P
, can you describe the error you're seeing and what the request looks like? ----- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Mon, Mar 16, 2015 at 10:11 AM, Paul Canning wrote: > I am trying t

Re: [google-appengine] How to Upload file to GCS via GAE with Android Application SSL connect

2015-03-12 Thread Vinny P
s on lines that show "content-disposition" information. Here's a few ways to watch the HTTP requests from your phone: http://stackoverflow.com/questions/22353717/list-http-requests-from-android-phone - -Vinny P Technology & Media Consultant Chicago,

Re: [google-appengine] The API call remote_socket.GetSocketOptions() required more quota than is available.

2015-03-12 Thread Vinny P
re's how to set HTTP/HTTPS settings in the Java library: http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ClientConfiguration.html#setProtocol(com.amazonaws.Protocol) - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://ww

Re: [google-appengine] NoClassDefFoundError (org.eclipse.core.runtime.Platform)

2015-03-12 Thread Vinny P
: try moving your application to use Managed VMs <https://cloud.google.com/appengine/docs/java/managed-vms/>. If this really is a SecurityManager issue, the more-permissive Managed VM instance should be able to run the code perfectly fine. - -Vinny P Technology & M

Re: [google-appengine] How do I debug "no default robot"?

2015-03-12 Thread Vinny P
ways the last solution that works, never the first one :-) Glad to hear it worked out for you! -V - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the G

Re: [google-appengine] Search API - Problem creating a Document with a java.lang.Double Field

2015-03-12 Thread Vinny P
fits into a Java double primitive, but it exceeds the Search API's maximum number value <https://cloud.google.com/appengine/docs/java/javadoc/com/google/appengine/api/search/checkers/SearchApiLimits#MAXIMUM_NUMBER_VALUE> . - -Vinny P Technology & Media Consultant Chic

Re: [google-appengine] How do I debug "no default robot"?

2015-03-11 Thread Vinny P
ication Settings on the left hand navigation bar. Scroll all the way down and ensure your app is integrated. If your screen looks like this, press the Create button: http://imgur.com/qpEs2ju - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: ht

Re: [google-appengine] Re: Google cloud endpoint error in production, no stack trace

2015-03-11 Thread Vinny P
nce you've captured the request, you can inspect the JSON: ensure that it passes validation, that the content type header is correct, the expected properties are set, etc. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogooglei

Re: [google-appengine] All country Currency Symbols Not Display.

2015-03-05 Thread Vinny P
27;re missing a slash after the http: part (you're requesting *http:\*, there's only one slash there when usually two are expected). Secondly, does your App Engine application have read access to the *accountsdev* bucket? Can you read or write to any other file in that bucket? -

Re: [google-appengine] Which google-cloud service should I use?

2015-03-04 Thread Vinny P
while Cloud Datastore is a completely managed solution. - -Vinny P Technology & Media Consultant 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

Re: [google-appengine] Cannot create an app on app engine : Already exists error

2015-03-04 Thread Vinny P
e Project button. A screen will pop up similar to this http://imgur.com/LbtjFWd and once you finish creating the project, you can deploy to the project ID shown on the bottom part of the screen. ----- -Vinny P Technology & Media Consultant Chicago, IL App En

Re: [google-appengine] Google App Engine PHP website and database??

2015-03-04 Thread Vinny P
orial with sample code on how to connect to Cloud SQL on PHP/GAE here: https://cloud.google.com/appengine/docs/php/cloud-sql/ If you've seen this tutorial before, which part of it are you struggling on? - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code

Re: [google-appengine] All country Currency Symbols Not Display.

2015-03-04 Thread Vinny P
case demonstrating what you're doing? - -Vinny P Technology & Media Consultant 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 unsu

Re: [google-appengine] outgoing bandwidth question

2015-03-04 Thread Vinny P
dth consumed by the serving url but breaking down the actual usage (linking bandwidth to particular images for example) can't be done <https://groups.google.com/forum/#!searchin/google-appengine/bandwidth/google-appengine/AoywDJmpCDo/qVwbNe-9PkQJ> . - -Vinny P Technology &

Re: [google-appengine] Unable to establish connection with Google Cloud SQL from GAE

2015-02-23 Thread Vinny P
Also, have you modified the max-concurrent-requests setting <https://code.google.com/p/googleappengine/issues/detail?id=7927>? - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message be

Re: [google-appengine] exception when writing an image in Google Cloud Store

2015-02-23 Thread Vinny P
; Have you changed your code recently, or has this exception started popping without any code changes? If you have changed your code, can you look in your codebase/libraries for duplicate copies of the Guava/google-collections library? - -Vinny P Technology

Re: [google-appengine] ERROR 403: Forbidden for our subnet 77.120.117.0/24.

2015-02-23 Thread Vinny P
US company and is subject to export regulations. - -Vinny P Technology & Media Consultant 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 unsubs

Re: [google-appengine] open ERP app

2015-02-23 Thread Vinny P
ke to point out that OpenERP was moved to the Odoo project ( https://www.odoo.com/ ). If you are still using an earlier OpenERP project, I would recommend migrating to the newest version since it includes a number of new modules in addition to the name change. ----- -Vinny P Technolog

Re: [google-appengine] deployment happening forever

2015-02-23 Thread Vinny P
account recently? --------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Mon, Feb 23, 2015 at 3:54 PM, aleena davy wrote: > > > <https://lh4.googleusercontent.com/-I7jXN5x21gk/VOuhN6UV6kI/BiI/Bucl

Re: [google-appengine] Re: Loading up data in the init() method

2015-02-19 Thread Vinny P
ded files (assuming you're using Java). 4. There's a bunch of other performance tips at this article: https://cloud.google.com/appengine/articles/deadlineexceedederrors and a handful of others at this Groups thread https://groups.google.com/d/msg/google-appengine/sA3o-PTAckc/vsS976sdINMJ

Re: [google-appengine] RECOVER ODK AGGREGATE PASSWORD

2015-02-19 Thread Vinny P
installation, you can rerun the installer and set up a new ODK server on the same application ID. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Gr

Re: [google-appengine] Loading up data in the init() method

2015-02-19 Thread Vinny P
for instance you could move it out of init and into a request handler, then hit that handler with a cron request on a regular basis <https://cloud.google.com/appengine/docs/java/config/cron> and cache the information in memcache/datastore/cloud storage. -

Re: [google-appengine] XMPP messaging

2015-02-18 Thread Vinny P
ceiver <http://developer.android.com/reference/com/google/android/gcm/GCMBroadcastReceiver.html>. Are you using deprecated classes to communicate with GCM? - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com --

Re: [google-appengine] Search API Cost question

2015-02-18 Thread Vinny P
aller than the storage required for your documents. - -Vinny P Technology & Media Consultant 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" gr

Re: [google-appengine] Google Wallet API is not working with new secured image URL.

2015-02-15 Thread Vinny P
ss in the authorized redirect list: http://imgur.com/Dn15mlZ ? - -Vinny P Technology & Media Consultant 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"

Re: [google-appengine] Enable application runned by GAE to server rdf content

2015-02-15 Thread Vinny P
accept RDF content. If so, you can send back RDF; if not, you send back whatever content the browser indicates priority to. You can implement this all in code - the only app.yaml configuration needed is to route the incoming request - -Vinny P Technology & Media Consultant Chi

Re: [google-appengine] Datastore sandbox is available through deploys in other sandboxes.

2015-02-15 Thread Vinny P
oduction environment (production App Engine/deploying to a live App ID). Normally when people say sandbox, they mean a server that is isolated from public access or a developer environment on a local machine. It's not a big deal, but thanks for clarifying. - -Vinny P Technolog

Re: [google-appengine] Should namespace API be used in this situation?

2015-02-15 Thread Vinny P
would suggest reading up on how App Engine handles text encoding, such as this issue: https://code.google.com/p/googleappengine/issues/detail?id=2219 - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You receive

Re: [google-appengine] find owner of domain

2015-02-15 Thread Vinny P
No there isn't. If the appspot domain links to a custom domain (example.com) then you can look up WHOIS data to find out the owner, but the appspot subdomains don't reveal their owner. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples

Re: [google-appengine] app engine traffic IPs & Hostnames

2015-02-11 Thread Vinny P
#x27;s pictures within a document <https://news.ycombinator.com/item?id=7371176>). You'll want to look closely at the User-Agent header in addition to X-Appengine-Inbound-Appid header. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http:

Re: [google-appengine] How to setup a GAE managed VM

2015-02-11 Thread Vinny P
look at the appengine-web part of the instructions. - -Vinny P Technology & Media Consultant 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 unsubs

Re: [google-appengine] Are re-directs failing on App Engine?

2015-02-11 Thread Vinny P
the HRD migration <https://cloud.google.com/appengine/docs/adminconsole/migration>? If your application is redirecting using a status code, can you look at the response sent to the client (for instance, look at it using Chrome's developer tools) and see what the response looks like? --

Re: [google-appengine] X-Appengine-Taskretryreason:Instance Unavailable - I'm confused by this specific defer behaviour

2015-02-11 Thread Vinny P
been posts in the past (both here and SO) with similar issues but no definitive answers - the most popular fix seems to be slowing down the addition/execution of tasks. - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit

Re: [google-appengine] Penetration Test Notification

2015-02-11 Thread Vinny P
; policy I need to adhere to for this? > You'll probably want to refer to this similar question and response: https://groups.google.com/d/msg/google-appengine/H0EVEScXBQQ/TgbaRemSx4YJ ----- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: htt

Re: [google-appengine] Endpoints work fine in local server, not when deployed

2015-02-03 Thread Vinny P
what should I > post? > A full stack trace would be nice - I notice your error message seems to be cut off. - -Vinny P Technology & Media Consultant Chicago, IL -- You received this message because you are subscribed to the Google Groups "Google App Engine&quo

Re: [google-appengine] Google App Engine Background threads

2015-02-03 Thread Vinny P
can essentially run anything you want, however you want it. If you want to open up a ton of threads, that's perfectly fine within a managed VM. Depending on your use case, you may not be able the replicate the same in a regular instance. - -Vinny P Technology & Media

Re: [google-appengine] Flooded with traffic, and it appears to be local IP addresses... ?

2015-02-03 Thread Vinny P
is going through Google's internal network (and using internal IPs) instead of through the general Internet. Can you print out the value of the following request headers: *User-Agent* and *X-Appengine-Inbound-Appid*? - -Vinny P Technology & Media Consultant Chicago, IL App

Re: [google-appengine] Re: Datastore: how to design for huge time-series data

2015-02-03 Thread Vinny P
t out those values as part of a web page similar to this code: https://developers.google.com/chart/interactive/docs/examples#table_example Did you want to make the data available as part of an API (since Google Charts can load in JSON data) or write it directly into a web page? --

Re: [google-appengine] Custom status

2015-02-03 Thread Vinny P
lasses then we cant return JSON in response body. > Unfortunately it's currently not supported - the only way to return a custom status code is to use exception classes (as you remarked on): https://cloud.google.com/appengine/docs/java/endpoints/exceptions - -Vinny P

Re: [google-appengine] cant create new entity, java

2015-02-03 Thread Vinny P
error? cant find the entity on the server? > (webserver is started btw, and it does work with CHeckIn..)) > > someone got an idea? > Can you post the command line instruction you're using to invoke the bulkloader? Have you declared the loader script to be used to load in the kind:

Re: [google-appengine] How to open an HttpURLConnection via proxy on google app engine?

2015-01-26 Thread Vinny P
. If you do need to connect via a proxy, try running your code on a managed VM: https://cloud.google.com/appengine/docs/java/managed-vms/ ----- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this

Re: [google-appengine] Using GQL queries in App Engine Datastore with Java

2015-01-26 Thread Vinny P
ore direct (read: faster) than piping through the Cloud Datastore service. If you want to optimize your app, you should forget the GQL and use the low-level library or abstractions such as Objectify. ----- -Vinny P Technology & Media Consultant Chicago, IL -- You received

Re: [google-appengine] Error in PostPut callbacks

2015-01-26 Thread Vinny P
ify 4? If so, can you try upgrading to Objectify 5+ and see if the error repeats itself? If the error still continues, can you post the entire exception and stack trace? ----- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.c

Re: [google-appengine] Error code 202

2015-01-26 Thread Vinny P
to the datastore in smaller batches, or setting a sleep time between processing a batch of data. Do you see a specific error while running? For example, do the errors occur while processing a particularly large entity, or a large batch of entities, or after a certain amount of entities have been proce

[google-appengine] Google Apps No Longer Free

2015-01-21 Thread Vinny P
You're talking about the difference between adding the domain as a secondary domain/adding it as an alias domain, correct? To connect a domain name to App Engine, it's always been recommended to use the domain as a primary or an alias domain on Apps. Configuring it as a secondary domain might give

Re: [google-appengine] Redirecting Appspot URL to custom domain

2015-01-20 Thread Vinny P
our custom domain in their address bar? If so, I'd try a different solution such as this one: http://stackoverflow.com/a/8681704 - -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message bec

Re: [google-appengine] Re: OverQuotaException without being over quota

2015-01-20 Thread Vinny P
hon/taskqueue/tasks#Task_eta> for each task. - -Vinny P Technology & Media Consultant 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 unsubscrib

Re: [google-appengine] Communicating with GCE (PHP)

2015-01-20 Thread Vinny P
communicate over XMPP: the PHP GAE runtime doesn't have access to the XMPP service, but you could write a Java/Python module and use the App Engine XMPP capability. ----- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.

  1   2   3   4   5   6   7   8   9   10   >