We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c4071 commit 147f029Copy full SHA for 147f029
src/Resources/Files.php
@@ -75,7 +75,6 @@ public function rename(string $name, string $id, string $type = 'me'): array
75
public function upload(string $name, string $uploadPath, string $path = '', string $type = 'me', string $behavior = 'rename'): void
76
{
77
$uploadSession = $this->createUploadSession($name, $path, $type, $behavior);
78
- dd($uploadSession);
79
$uploadUrl = $uploadSession['uploadUrl'];
80
81
$fragSize = 320 * 1024;
0 commit comments