-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Storage Spaces through the Graph API #2471
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. 👍
I found it in the MS specs for
and for `/me/drives/{drive-id}
|
💥 Acceptance tests Core-API-Tests-ocis-storage-8 failed. The build is cancelled... |
1 similar comment
💥 Acceptance tests Core-API-Tests-ocis-storage-8 failed. The build is cancelled... |
💥 Acceptance tests Core-API-Tests-ocis-storage-8 failed. The build is cancelled... |
Kudos, SonarCloud Quality Gate passed! |
Spaces can now be created on
POST /drive/{drive-name}
. Only users with thecreate-space
permissions can perform this operation.Allowed body form values are:
quota
(bytes) maximum amount of bytes stored in the space.maxQuotaFiles
(integer) maximum amount of files supported by the space.It also adds docs for the new API.