• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/dropboxhandler.php
  • Класс: BitrixDiskDocumentDropboxHandler
  • Вызов: DropboxHandler::downloadFile
public function downloadFile(FileData $fileData)
{
	$this->errorCollection->add(array(
		new Error(Loc::getMessage('DISK_DROPBOX_HANDLER_ERROR_METHOD_IS_NOT_SUPPORTED'), self::ERROR_METHOD_IS_NOT_SUPPORTED)
	));
	return null;
}