On Tue, Nov 19, 2013 at 1:49 PM, Kathia Kem <[email protected]> wrote:
> how can i do to see my application with of url type: xxxx.appspot.com? > I deploy it but nothing is displayed. and when i want to see code source > of page, nothing appears. > can someone to help me? > Your application is publicly available at *[application id] . appspot . com* (ignore spaces). If you don't see any results there the application may be encountering problems, which you can check for by inspecting the logs in the admin console. On Tue, Nov 19, 2013 at 1:49 PM, Kathia Kem <[email protected]> wrote: > Also, where is saved application files? i have images, files html, txt and > php... > Your application files are stored within App Engine. You can't directly access the files if that's what you're asking, but you can always push updated versions of the app via appcfg and push-to-deploy. On Tue, Nov 19, 2013 at 1:49 PM, Kathia Kem <[email protected]> wrote: > Can i use my google drive files in my application app engine with mysql > database saved on another server (not for google, not google service)? > You can publicly share your Google Drive files, then link to them from your App Engine application. As for external mysql server access, that depends on how you want to connect to the server and the drivers you're using. ----------------- -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/groups/opt_out.
