Hi,
What is the use of using the SDK when we already have API. We can directly use those API.
I am trying to do chunk file upload. For that it initially creates a session and then uploads parts of a file (https://upload.box.com/api/2.0/files/upload_sessions/:upload_session_id) this the API to upload parts of a file. I checked in SDK how they uploading the parts of a file, in that they have handled all the file splitting and every required. But when I tried the https://upload.box.com/api/2.0/files/upload_sessions/:upload_session_id API in postman, I am not able to upload file.
My question if SDK are handling these splitting functionalities, Does API also handle all the scenarios?
What is the benefit of using SDK if we already have API?