git-svn-id: https://msi/svn/firstRepo/Service/branches/Manut_2.2.3@70 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
+4
-1
@@ -52,7 +52,10 @@ class myDropBox {
|
||||
}
|
||||
|
||||
public function GetLink($dropBoxPathFile) {
|
||||
return $this->dropbox->GetLink($dropBoxPathFile, false, false);
|
||||
$exp = null;
|
||||
$ret = $this->dropbox->GetLink($dropBoxPathFile, true, false, $exp);
|
||||
$ret = str_replace("https://www.dropbox.com/", "https://dl.dropboxusercontent.com/" , $ret);
|
||||
return $ret;
|
||||
}
|
||||
|
||||
public function CreateFolder($dropBoxPath) {
|
||||
|
||||
Reference in New Issue
Block a user