There are three fine points.
When you ask Dropbox to share a file it creates a URL that ends in ?dl=0 This means that a page will be displayed where a browser can download that file. Using that URL with Kickstart will not work. You need to replace ?dl=0 with ?dl=1. Due to the way Dropbox works, if you use the dl=0 URL it tells us that the download was successful and that there's more data to follow. This is what is causing the infinite loop you experienced. We can't work around that as the "fix" would actually break HTTP downloads from well behaving servers (the majority of server) :/
The file sharing URLs do not have a 1:1 mapping with filenames. That is, we can't just replace .jpa with .j01 in the URL you provided and try to import that part file automatically. You will need to manually import each and every part of your backup archive.
Kickstart uses the base name of the URL to download the file when using Import from URL. As a result your imported files will be in the form of actual_file_name.jpa?dl=1 which makes them unusable for archive extraction. Therefore, before extraction, you need to go through FTP or the file manager in your hosting control panel and rename these files so that the all have the same name and the correct extension (.jpa, .j01, ...).
I'd like to note that I explored the possibility of adding Dropbox support to Kickstart itself. Unfortunately, this required us hosting a special server to act as the authentication gateway, just like we do with Akeeba Backup. The difference is that Akeeba Backup saves the token so it really needs to access our server very infrequently. Since Kickstart does not have any storage (obviously) it would have to make several requests to our server during import. That would disrupt the service for Akeeba Backup. Therefore we decided to not add direct integration with Dropbox or any other service using OAuth2-based authentication such as Google Drive and OneDrive. We recommend that you download the files locally and upload them to your server or, if your Internet connection is really slow, that you use the import from URL feature taking into account the three fine points above.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!