我有一个网站表单,用户可以通过简单的post方法表单上传文件。 如何组织将上传的文件从我的Web服务器移动到我的Dropbox帐户? 我尝试使用dorpbox.com中列出的PHP SDK,但此库不能用作Web应用程序。
if (PHP_SAPI !== "cli") {
throw new \Exception("This program was meant to be run from the command-line and not as a web app. Bad value for PHP_SAPI. Expected \"cli\", given \"".PHP_SAPI."\".");
}