forge-api-dotnet-client icon indicating copy to clipboard operation
forge-api-dotnet-client copied to clipboard

replaced 32 bit integers with 64 bits. now supporting 2050+ MB for up…

Open JarlPed opened this issue 4 years ago • 1 comments

Allows 2050+ MB uploads to the Bucket Objects. SVF translation seems to fail.

JarlPed avatar Nov 26 '20 12:11 JarlPed

Hi, I am not sure that modifying the limit parameter of GetObjectsAsync(), GetObjectsAsyncWithHttpInfo() from int to long will help at all. Accordingly to the documentation, the limit parameter is from 0 to 100. and for listing objects in a bucket vs download the object.

The changes in ObjectDetails() sounds fine to me, and will test right away while waiting for your reply

cyrillef avatar Dec 03 '20 09:12 cyrillef