Can not download file on dropbox
I am trying to make a self updater but I can not download files from dropbox
7 Replies
It always just catches exception
Check what the exception is
That might give you a lead
@Nikolaaa Dropbox is not a suitable CDN for application files
Use something actually meant for this
If your application is open source, GitHub releases are an option
is there anything easier to use than github?
Is your project already on GitHub?
That is, open source and the code is there
Releases are pretty easy imo
it isnt but I will install github extension in visual studio and push the repository
yea with version control and stuff i will try that