I was looking for ClickOnce publishing with Dropbox and found I need people’s opinion on how to update a ClickOnce application through FTP.
It seems that the answer is working for the user, but when I tried to implement it using my Dropbox account, it didn’t work and I was getting a different URL pattern.
One sample:
https://www.dropbox.com/sh/4bco6ezixre165k/QCjfk7jy6R/PublishedApps
So it seems that my Dropbox account is using HTTPS with a different URL pattern.
I double checked Dropbox settings and found nothing regarding HTTPS configuration.
What could be the problem?
Because Dropbox can’t be used anymore for ClickOnce deployments (at least for now), I ended up using Azure storage.
I have found the following articles useful for setting things:
How to host a ClickOnce deployment in Azure Blob Storage
Host your ClickOnce deployment in Azure for pennies per month
I hope this helps.