backend: updated packages version

This commit is contained in:
Alexey Bannov 2022-04-27 14:26:38 +03:00
parent 19cf415898
commit 93f637467b
3 changed files with 6 additions and 7 deletions

View File

@ -35,9 +35,9 @@
<PackageReference Include="AWSSDK.S3" Version="3.7.8.23" />
<PackageReference Include="Google.Api.Gax" Version="3.7.0" />
<PackageReference Include="Google.Api.Gax.Rest" Version="3.7.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.56.0" />
<PackageReference Include="Google.Apis.Core" Version="1.56.0" />
<PackageReference Include="Google.Apis.Storage.v1" Version="1.56.0.2597" />
<PackageReference Include="Google.Apis.Auth" Version="1.57.0" />
<PackageReference Include="Google.Apis.Core" Version="1.57.0" />
<PackageReference Include="Google.Apis.Storage.v1" Version="1.57.0.2647" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="3.7.0" />
<PackageReference Include="Grpc.Tools" Version="2.45.0">
<PrivateAssets>all</PrivateAssets>

View File

@ -22,8 +22,8 @@
<PackageReference Include="AppLimit.CloudComputing.SharpBox" Version="1.2.0.1" />
<PackageReference Include="Box.V2.Core" Version="3.24.0" />
<PackageReference Include="DocuSign.eSign.dll" Version="4.4.1" />
<PackageReference Include="Dropbox.Api" Version="4.10.0" />
<PackageReference Include="Google.Apis.Drive.v3" Version="1.56.0.2601" />
<PackageReference Include="Dropbox.Api" Version="6.27.0" />
<PackageReference Include="Google.Apis.Drive.v3" Version="1.57.0.2663" />
<PackageReference Include="Grpc.Tools" Version="2.45.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

View File

@ -244,8 +244,7 @@ internal class DropboxStorage : IDisposable
{
return await _dropboxClient.Files.UploadSessionFinishAsync(
new UploadSessionCursor(dropboxSession, (ulong)offset),
new CommitInfo(dropboxFilePath, WriteMode.Overwrite.Instance),
new MemoryStream());
new CommitInfo(dropboxFilePath, WriteMode.Overwrite.Instance));
}
public void Dispose()