[google-appengine] Re: "HTTP 404 File not found" for file downloads

2012-05-11 Thread timh
Hi

The URL in your  tag needs to point to either a handler or a static 
resource.

If your getting a 404 then the URL is incorrect and does not map to either 
of these.

T

On Friday, May 11, 2012 4:44:33 PM UTC+8, Uma Jeyachandran wrote:
>
> Hi 
>
> I have an application in appspot.com. When I attempting any file 
> download using  tag in html, it throws file not found error. 
>
> Please suggest solution. 
>
> Thank you 
> Umamageswari

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/7pW72tfXe2wJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: "HTTP 404 File not found" for file downloads

2012-05-11 Thread Computer_Engineer
Hi Uma Jeyachandran:
*you should upload it as static file,this error because this file is 
considered in the local host and GAE doesn't find it, you should configure 
app.yaml and specify this *
*file in it , see this link for app.yaml configuration *
https://developers.google.com/appengine/docs/python/config/appconfig, you 
can go to the log for this application to see the error description.* *

On Friday, May 11, 2012 11:44:33 AM UTC+3, Uma Jeyachandran wrote:
>
> Hi 
>
> I have an application in appspot.com. When I attempting any file 
> download using  tag in html, it throws file not found error. 
>
> Please suggest solution. 
>
> Thank you 
> Umamageswari

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ndrCX85-4D4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: "HTTP 404 File not found" for file downloads

2012-05-12 Thread Computer_Engineer
You are welcome:)

On Friday, May 11, 2012 11:44:33 AM UTC+3, Uma Jeyachandran wrote:
>
> Hi 
>
> I have an application in appspot.com. When I attempting any file 
> download using  tag in html, it throws file not found error. 
>
> Please suggest solution. 
>
> Thank you 
> Umamageswari

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/4oo4E8cWJakJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: "HTTP 404 File not found" for file downloads

2012-05-11 Thread Uma Jeyachandran
Many thanks for your solution. It worked after configuring app.yaml.

Thanks & Regards
Umamageswari J

On Fri, May 11, 2012 at 11:23 PM, Computer_Engineer wrote:

>  Hi Uma Jeyachandran:
> *you should upload it as static file,this error because this file is
> considered in the local host and GAE doesn't find it, you should configure
> app.yaml and specify this *
> *file in it , see this link for app.yaml configuration *
> https://developers.google.com/appengine/docs/python/config/appconfig, you
> can go to the log for this application to see the error description.* *
>
> On Friday, May 11, 2012 11:44:33 AM UTC+3, Uma Jeyachandran wrote:
>>
>> Hi
>>
>> I have an application in appspot.com. When I attempting any file
>> download using  tag in html, it throws file not found error.
>>
>> Please suggest solution.
>>
>> Thank you
>> Umamageswari
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/ndrCX85-4D4J.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.