File links on iOS devices
-
I was getting a “not found” error message when opening files using iOS devices.
To fix this I changed dropbox-folder-share.php (line 273) from
$data_all_files['link'][] = str_replace("https://www", "https://dl", $datos->href);
to
$data_all_files['link'][] = $datos->href . "?dl=1";
Hope this helps someone.
- The topic ‘File links on iOS devices’ is closed to new replies.