Looking for a Free File Hosting Service with an API

0
14
Asked By CuriousCoder92 On

I'm trying to find a really straightforward free hosting service for .txt or .xml files that has an API for uploading and downloading files from a VB.Net application I developed. I'm searching for something similar to Pastebin, but I need it to be persistent and not automatically delete files after a specific period. Any suggestions would be greatly appreciated!

5 Answers

Answered By WordPressWhiz On

Another option is to create a free website on WordPress.com. You can post your text files there via the API. Just hash them for security and retrieve them when needed; that might work well for you! And remember, you can find web hosting for as low as a dollar a month if you're willing to look.

Answered By ResourceFinder33 On

If total free is a must, GitHub Gist might be your best bet. It's easy to use and gives you a permanent link to your files.

Answered By TechGuru88 On

Have you considered using GitHub with a self-hosted runner? It could be a good fit for handling text files through your app.

Answered By DIYDev69 On

You could even just build your own simple hosting solution if you're feeling adventurous. Plenty of options out there for doing it on the cheap.

Answered By DataScout76 On

AWS S3 isn't free, but it's super affordable. The S3 Free Tier offers 5 GB of storage with a decent number of requests for the first year, so you might get by without costs if you're starting out.

CleverIdeas22 -

That’s a solid point! It could last a year for text files without costing anything if you're careful with usage.

Related Questions

Keep Your Screen Awake Tool

Favicon Generator

JWT Token Decoder and Viewer

Ethernet Signal Loss Calculator

Remove Duplicate Items From List

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.