You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
Many methods are not consistent with the "fileManagement". For example in "fileManagement" downloading is done with getFileContents but in public link access it's done with download.
Also, every method for public links require the token and public link password.
One possible solution is changing the concept of the SDK and have the same API signature regardless whether public or private, see #349 (comment)
The text was updated successfully, but these errors were encountered:
Many methods are not consistent with the "fileManagement". For example in "fileManagement" downloading is done with
getFileContents
but in public link access it's done withdownload
.Also, every method for public links require the token and public link password.
One possible solution is changing the concept of the SDK and have the same API signature regardless whether public or private, see #349 (comment)
The text was updated successfully, but these errors were encountered: