With the API, your apps can do the following programmatically:
createFolder |
Create a new folder in a Drive with a specified parent item or path.
|
createFolderInRoot |
Create a new folder in the root Documents folder.
|
getAllItems |
Return a collection of DriveItems in the children relationship of the root Documents folder.
|
getChildren |
Return a collection of DriveItems in the children relationship of a DriveItem.
|
getFollowedSites |
List the sites that have been followed by the signed in user.
|
getItem |
Retrieve the metadata for a DriveItem in a Drive by file system path or ID.
|
uploadFile |
The simple upload API allows you to provide the contents of a new file or update the contents of an existing file in a single API call. This method only supports files up to 4MB in size.
|
Check out the Microsoft Graph API documentation.