On Thu, Nov 13, 2014 at 9:45 PM, Renzo Nuccitelli <[email protected]> wrote:

>  I have done this. You can deploy it as a static file and serve like any
> other (js, css and so on).
>
> On Sunday, November 2, 2014 2:05:26 AM UTC-2, [email protected]
>  wrote:
>>
>> Can google app engine be used to store or host an adobe air file (.air)?
>> The .air file will be used as a software updater. I have tried uploading
>> files view google app engine launcher and the only files uploaded are the
>> php and xml files
>>
>

@OP: You can host your Air files on App Engine or Cloud Storage, but you
need to find a way to route those files for public requests. Read how to serve
static files here
<https://cloud.google.com/appengine/docs/python/config/appconfig#Python_app_yaml_Static_file_handlers>
.

You mentioned that the only files uploaded when you tried to upload were
the PHP and XML files. Were there any CSS/JS/other static files in the
application directory?


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