On Wed, Apr 30, 2014 at 6:31 AM, Will Pittenger <[email protected]>
 wrote:

> 3. I don't have one yet.  I examined the Google Drive API, but I don't
> know it or ReSTful.  Too many hurdles.  If it can be done via the
> application's own storage, problem solved.  I can probably figure a way to
> read that from within a servlet.
> 4. The SVGs have already been exported to PNG by Inkscape.  As for dynamic
> conversion, there's always BATIK
>



3. You're better off using Google Cloud Storage (GCS), which can be used as
the application's personal file store. See the overview at
https://developers.google.com/appengine/docs/java/googlecloudstorageclient/.
GCS also offers a free
quota if you use the application default
bucket<https://developers.google.com/appengine/docs/quotas#Default_Gcs_Bucket>
.

4. You can't use Batik in App Engine, that was my original point. Batik
uses java.awt.*, which is not whitelisted on the App Engine JRE
whitelist<https://developers.google.com/appengine/docs/java/jrewhitelist>
.
You'll have to either supply the PNGs yourself, or if you want dynamic
conversion you can run Batik within a Compute Engine
machine<https://cloud.google.com/products/compute-engine/>or a Managed
VM <https://developers.google.com/cloud/managed-vms>.


-----------------
-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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to