-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Is the large file upload supported for personal accounts? I get the following:
PS C:\temp> Add-ODItemLarge -AccessToken $Auth.access_token -LocalFile "C:\temp\test.jpg" -Path "/Test"
Add-ODItemLarge : Upload error: BadRequest
Bad Request
At line:1 char:1
+ Add-ODItemLarge -AccessToken $Auth.access_token -LocalFile "C:\temp\t ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Add-ODItemLarge
-1
PS C:\temp> Add-ODItem -AccessToken $Auth.access_token -LocalFile "C:\temp\test.jpg" -Path "/Test"
StatusCode : 201
StatusDescription : Created
Metadata
Metadata
Assignees
Labels
No labels