View Single Post
Annatar
Member
 
Join Date: Jun 2016
Location: Eregion
Posts: 84

Old December 3rd, 2022, 02:48 PM
Quote:
Originally Posted by pyzi View Post
I am trying to post my files to Dropbox to share the Frostgrave data file but every time I test it, I get an error saying "not the correct import file type" and when I press the "go to file" it takes me to the Dropbox and downloads manually just fine. Am I posting the file incorrectly or is this the required method for everyone to download the file?
I don't have access to the server-side metadata, so I can't be sure.

But when I tested Frostgrave, the file in my download directory looks like this:

Frostgrave2E.abdl=0

That's not correct. The expected file name is simply "Frostgrave2E.ab".

First, the "dl=" part is a query parameter, which means that it needs to follow a question mark ("?") in the URL. That seems to be missing.

Second, the "dl=" part should be set to "1" (download the file automatically) for the "Download URL", but it should be set to "0" for the "Goto URL".

Take a look at the most recent LOTR data files as an example.

Download URL: www.dropbox.com/s/<...>/LOTRSBG5.24.ab?dl=1

Goto URL: www.dropbox.com/s/<...>/LOTRSBG5.24.ab?dl=0
Annatar is offline   #8 Reply With Quote