Ok, looks like the problem is with spaces in folder names. If I rename the "Application Files" folder to "Applications_Files" then request the manifest file, it works.
I'll see if this is something I can change (so the ClickOnce launcher looks here) for now, but this seems like a nasty bug :-( Looks like this has been reported: http://code.google.com/p/googleappengine/issues/detail?id=2525 (and by someone using ClickOnce, too? :)) On Dec 18, 3:10 pm, "Nick Johnson (Google)" <[email protected]> wrote: > Hi Danny, > > On Fri, Dec 18, 2009 at 2:28 PM, Danny Tuppeny <[email protected]> wrote: > > Hi all, > > > Are there any restrictions on files used in static_dir? > > > I tried including a ClickOnce application, which consisted of an exe > > file along with some DLLs, all named with .deploy on the end > > (blah.dll.deploy, blah.exe.deploy). When I fired it up in the browser, > > I got a 404 requesting the .manifest file. > > Can you please include your app.yaml? > > > > > Are there any restrictions on files uploaded this way? I read there > > was a 1MB restriction (but none of mine are anywhere near this size), > > but I can't find any official docs on it. It'd be cool if I could host > > everything in one place, including the app, but no big deal if I > > can't. > > The limit is now 10MB, not 1MB, and there are no limits on supported > filetypes. > > -Nick Johnson > > > > > > > > > Note: the missing files were in sub-folders, whereas the download.html > > (that worked) was in the folder specified in static_dir. Is it > > possible sub-folders aren't included automatically? > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. > > -- > Nick Johnson, Developer Programs Engineer, App Engine > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: > 368047 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
