Skip to content

Conversation

@OronDF343
Copy link

This PR relaxes the type of stream accepted by the Files API to any Stream.

There is no reason to limit the APIs to accept only MemoryStream. For example, the file could be coming from a FileStream, there is no reason for the developer to buffer it in memory.

All the API does is pass it to StreamContent which accepts any readable Stream so there is no change to behavior of the library.

mikuam and others added 30 commits January 17, 2019 22:22
One of the tests was failing, so I fixed it and added different values for different objects.
move LastModifed up to parent FolderMetadata
Support for Permissions API v2
Support for Permissions API v2 - retain obsolete methods
…e-fields

Added support for Uploaded and Custom Metadata fields for file and folders
Added support for updating custom metadata and pagination querystring parameters for files and folders.
…t for inheritsPermissions and keepParentPermissions parameters, which can be used without specifying user and group permissions.
…rmissions-V2

Fixes for issues related to getting/setting folder permissions for API V2
Michał Białecki and others added 25 commits September 13, 2020 08:37
… Password Credentials Flow.

Note: Client secret is required if your application key was requested after January 2015 and has a secret.
…rce-owner-flow

Added support for passing client secret when using the Resource Owner…
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Added a step to build and run unit tests
…Newtonsoft.Json-13.0.2

Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /Egnyte.Api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants