I upload an SQLite3 file, it acts and uploads as an asset, I don’t want that. How can I prevent this?
Hi @Tankripper,
no easy way to upload an sqlite database yet. What you can do is:
- upload it as an asset and copy its url through the assets view
- Open the console (Project Menu -> Advanced Options -> Open Console)
- Download it on your project with:
wget "url you copied in step 1"
1 Like
Ah, I see, that doesn’t seem too inconvenient, I’m fine with it for now.