"belltown" wrote:
I use Google AppEngine. It's free, fast and reliable, at least for the things I use it for (hosting static web content and scripts). Some features, like databases, you'd have to pay for. For many people it is a little tricky to set up, however. I've heard that Google Drive is a good option, too, if you're just hosting static content like XML files.
conn.UrlPrefix = "http://xyz.e-monsite.com/medias/files"
conn.UrlCategoryFeed = conn.UrlPrefix + "/categories-4.xml"
"jamilou" wrote:
Google AppEngine asks for credit card number and I'm not sure I wanna put it.
"jamilou" wrote:
For Google Drive I uploaded my XML file and the link I get is as follows : https://drive.google.com/file/d/0B6W6tF3VjBkQ0E/view
but I can't figure out how to insert it in my categoryFeed.brs
conn.UrlPrefix = "http://test.e-monsite.com/medias/files"
conn.UrlCategoryFeed = conn.UrlPrefix + "/categories.xml"
"jamilou" wrote:
Hello,
Thank you for your suggestions.
I started using Pastebin as you suggested and when I paste my code and click on "Raw" I get the followink kind of link :
http://pastebin.com/raw/XXXYYYZZZZ
How do I integrate it in my code ?
My code to access my XML file is as follow :conn.UrlPrefix = "http://test.e-monsite.com/medias/files"
conn.UrlCategoryFeed = conn.UrlPrefix + "/categories.xml"
Thank you a lot for your help. I'm not a programmer and I'm trying to figure this out (and english is not my mother tongue as well, so it's not that easy 🙂 )
conn.UrlPrefix = "http://pastebin.com/raw"
conn.UrlCategoryFeed = conn.UrlPrefix + "/XXXYYYZZZZ"
"belltown" wrote:"jamilou" wrote:
Hello,
Thank you for your suggestions.
I started using Pastebin as you suggested and when I paste my code and click on "Raw" I get the followink kind of link :
http://pastebin.com/raw/XXXYYYZZZZ
How do I integrate it in my code ?
My code to access my XML file is as follow :conn.UrlPrefix = "http://test.e-monsite.com/medias/files"
conn.UrlCategoryFeed = conn.UrlPrefix + "/categories.xml"
Thank you a lot for your help. I'm not a programmer and I'm trying to figure this out (and english is not my mother tongue as well, so it's not that easy 🙂 )
conn.UrlPrefix = "http://pastebin.com/raw"
conn.UrlCategoryFeed = conn.UrlPrefix + "/XXXYYYZZZZ"