kikovalle / PLGSharepointRestAPI-java

Easy to use wrapper for the Sharepoint Rest API v1. Even if this is not a full implementation it covers most common use cases and provides examples to extending this API.
MIT License
39 stars 31 forks source link

New method to allow providing a filename to the upload file. #37

Closed kikovalle closed 2 years ago

kikovalle commented 2 years ago

Added method to provide file name in chunked file upload. Renaming chunkSize parameter (written as cnunkSize in online implementation).