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] The API package 'file' or call 'Create()' was not found

2015-06-03 Thread Vinny P
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. - -Vinny P Technology Media

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 Media

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

2015-06-03 Thread Vinny P
server on 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

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

2015-05-31 Thread Vinny P
://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 Google Groups Google App Engine group. To unsubscribe from

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

2015-05-27 Thread Vinny P
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 Google Groups Google

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

2015-05-27 Thread Vinny P
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 j...@infohazard.org wrote: Yes, it's going to take some time. I echo and +1 Jeff's comments. - -Vinny

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

2015-05-21 Thread Vinny P
the application? - -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 and stop receiving

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

2015-05-17 Thread Vinny P
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 kaanso...@gmail.com wrote: Hi everyone Over the years, I collected emails from

Re: [google-appengine] Custom domain slow ?

2015-05-14 Thread Vinny P
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 Consultant Chicago, IL App Engine Code Samples: http

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

2015-05-14 Thread Vinny P
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 Media Consultant Chicago, IL App

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

2015-05-10 Thread Vinny P
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 because you

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 jiminpa...@gmail.com wrote: I want to be able to send emails out from my GAE app. My

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

2015-04-30 Thread Vinny P
: 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 Media Consultant

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.learntogoogleit.com On Thu, Apr 30

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

2015-04-30 Thread Vinny P
fullScanSeconds 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 Media

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 30, 2015 at 6:26

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

2015-04-26 Thread Vinny P
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.learntogoogleit.com

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

2015-04-26 Thread Vinny P
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 received this message because you are subscribed to the Google

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

2015-04-22 Thread Vinny P
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 is Katie, and I am on the Google Cloud Platform technical support http

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

2015-04-21 Thread Vinny P
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 Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because

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

2015-04-21 Thread Vinny P
://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 App Engine group. To unsubscribe from

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

2015-04-21 Thread Vinny P
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. - -Vinny P Technology Media Consultant Chicago, IL

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

2015-04-20 Thread Vinny P
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? - -Vinny P Technology Media Consultant Chicago, IL App

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

2015-04-20 Thread Vinny P
-branded 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

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

2015-04-20 Thread Vinny P
? - -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 and stop receiving emails from

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

2015-04-19 Thread Vinny P
://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 Google App Engine group. To unsubscribe from

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

2015-04-19 Thread Vinny P
://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 Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You

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

2015-04-15 Thread Vinny P
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. - -Vinny P Technology Media

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 group. To unsubscribe

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

2015-04-15 Thread Vinny P
/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 Consultant

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
, it 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 Groups

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

2015-04-12 Thread Vinny P
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, IL App Engine Code Samples: http

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
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 App Engine Code Samples: http

Re: [google-appengine] PDO ODBC MS Access

2015-04-08 Thread Vinny P
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 Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com

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
. 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 Samples: http://www.learntogoogleit.com -- You received

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

2015-04-07 Thread Vinny P
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 Code Samples: http://www.learntogoogleit.com -- You received this message because you

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

2015-04-07 Thread Vinny 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://www.learntogoogleit.com

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

2015-04-07 Thread Vinny P
/memcache 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] Add a new persistent disk to GCE which created with VirtualBox custom image

2015-04-06 Thread Vinny P
/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 Groups Google App Engine group. To unsubscribe from this group

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

2015-04-06 Thread Vinny P
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 Technology

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

2015-04-06 Thread Vinny P
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 message because you are subscribed to the Google Groups Google

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

2015-04-06 Thread Vinny P
/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. - -Vinny P Technology Media Consultant Chicago, IL App Engine

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

2015-03-23 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-23 Thread Vinny P
)? - -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 and stop receiving emails from it, send an email

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

2015-03-23 Thread Vinny P
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 why...@gmail.com wrote: Thank you, but the option

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

2015-03-23 Thread Vinny P
-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 p...@drawandcode.com wrote: As per the title, I am unable to use gsutil CLI despite running gcloud auth

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

2015-03-18 Thread Vinny P
for 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 subscribed to the Google

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

2015-03-18 Thread Vinny P
think 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 Chicago, IL App

Re: [google-appengine] Error 302 for Tasks

2015-03-18 Thread Vinny P
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 p...@drawandcode.com wrote: I am trying to use

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

2015-03-18 Thread Vinny P
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.learntogoogleit.com -- You received this message because you

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

2015-03-18 Thread Vinny P
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: http

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

2015-03-18 Thread Vinny P
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 App Engine group. To unsubscribe from this group and stop

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

2015-03-12 Thread Vinny P
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, IL App Engine Code Samples: http

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

2015-03-12 Thread Vinny P
://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 Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com

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

2015-03-12 Thread Vinny P
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 Google Groups Google App Engine group. To unsubscribe from this group

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

2015-03-12 Thread Vinny P
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 Chicago, IL App Engine

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

2015-03-12 Thread Vinny P
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://www.learntogoogleit.com -- You received

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

2015-03-11 Thread Vinny P
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.learntogoogleit.com -- You received

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

2015-03-11 Thread Vinny P
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: http://www.learntogoogleit.com

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

2015-03-05 Thread Vinny P
(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? - -Vinny P Technology Media Consultant Chicago, IL

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

2015-03-04 Thread Vinny P
. - -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 and stop receiving emails from it, send an email

Re: [google-appengine] outgoing bandwidth question

2015-03-04 Thread Vinny P
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 Media Consultant Chicago, IL App Engine Code Samples: http

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

2015-03-04 Thread Vinny P
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 Samples: http://www.learntogoogleit.com

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

2015-03-04 Thread Vinny P
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 Engine Code Samples: http

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

2015-03-04 Thread Vinny P
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 unsubscribe from this group and stop

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

2015-02-23 Thread Vinny P
. - -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 and stop receiving emails from it, send

Re: [google-appengine] open ERP app

2015-02-23 Thread Vinny P
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 Technology

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 arlette@gmail.com wrote: https://lh4.googleusercontent.com/-I7jXN5x21gk/VOuhN6UV6kI/BiI

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

2015-02-23 Thread Vinny P
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 Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You

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

2015-02-23 Thread Vinny P
-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 because you are subscribed to the Google Groups

Re: [google-appengine] RECOVER ODK AGGREGATE PASSWORD

2015-02-19 Thread Vinny P
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 Groups Google App Engine group. To unsubscribe

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

2015-02-19 Thread Vinny P
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 - -Vinny P Technology Media Consultant Chicago, IL App Engine Code Samples: http

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

2015-02-19 Thread Vinny P
, 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. - -Vinny P Technology Media Consultant Chicago, IL App Engine Code Samples: http

Re: [google-appengine] Search API Cost question

2015-02-18 Thread Vinny P
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 group. To unsubscribe from this group and stop

Re: [google-appengine] XMPP messaging

2015-02-18 Thread Vinny P
/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 -- You received this message because you

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

2015-02-15 Thread Vinny P
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 received this message because you are subscribed

Re: [google-appengine] find owner of domain

2015-02-15 Thread Vinny P
. 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: http://www.learntogoogleit.com -- You

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

2015-02-15 Thread Vinny P
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 Technology Media Consultant Chicago, IL App Engine Code Samples: http

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

2015-02-15 Thread Vinny P
will 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 Chicago, IL

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

2015-02-15 Thread Vinny P
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 group. To unsubscribe from

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

2015-02-11 Thread Vinny P
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 unsubscribe from this group and stop receiving emails from

Re: [google-appengine] Penetration Test Notification

2015-02-11 Thread Vinny P
. Is there any 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: http

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

2015-02-11 Thread Vinny P
://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? - -Vinny P Technology Media

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

2015-02-11 Thread Vinny P
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.com -- You received this message because you are subscribed to the Google Groups

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

2015-02-03 Thread Vinny P
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? - -Vinny P Technology Media

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

2015-02-03 Thread Vinny P
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: *GroupDatabase*? - -Vinny P

Re: [google-appengine] Custom status

2015-02-03 Thread Vinny P
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 Technology Media Consultant

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

2015-02-03 Thread Vinny P
) 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 Engine Code Samples: http://www.learntogoogleit.com -- You received

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

2015-02-03 Thread Vinny P
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 Consultant Chicago, IL -- You received this message because you are subscribed to the Google Groups Google App Engine group

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

2015-02-03 Thread Vinny P
? 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 group. To unsubscribe from this group

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

2015-01-26 Thread Vinny P
(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 this message because you

Re: [google-appengine] Error in PostPut callbacks

2015-01-26 Thread Vinny P
, 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.com -- You

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 message because

Re: [google-appengine] Error code 202

2015-01-26 Thread Vinny P
? - -Vinny P Technology Media Consultant Chicago, IL -- 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

[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

Re: [google-appengine] Re: Google Apps No Longer Free

2015-01-20 Thread Vinny P
been ended. http://www.zdnet.com/article/microsoft-ends-support-for-custom-domains-in-free-email-service/ - -Vinny P Technology Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed

Re: [google-appengine] GAP - Access to Google Drive Spreadsheet using IAAS

2015-01-20 Thread Vinny P
: you're attempting to login to Google with a user name and password, and the Koding machine is proxying your connection to Google, correct? - -Vinny P Technology Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message

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

2015-01-20 Thread Vinny P
#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 unsubscribe from this group and stop

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

2015-01-20 Thread Vinny P
is to 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.com

  1   2   3   4   5   6   7   8   9   10   >