File and Document Management
OneDrive
6min
with onedrive modules in make, you can manage files and folders in your onedrive account to use the onedrive modules, you must have a onedrive account you can create an account at onedrive live com https //onedrive live com/ refer to the microsoft graph rest api documentation https //docs microsoft com/en us/graph/api/overview?view=graph rest 1 0 for a list of available endpoints connect onedrive to make to establish the connection in make log in to your make account, add a onedrive module to your {{scenario singular lowercase}} , and click create a connection note if you add a module with an instant tag, click create a webhook , then create a connection optional in the connection name field, enter a name for the connection optional click show advanced settings to enter your custom app client credentials, tenant id , and add additional scopes as needed for more information about the permissions, see the microsoft graph permissions reference click save if prompted, authenticate your account and confirm access you have successfully established the connection you can now edit your {{scenario singular lowercase}} and add more onedrive modules if your connection requires reauthorization at any point, follow the connection renewal steps here docid\ so88fm6pkt0g adkddfzz build onedrive {{scenario plural}} after connecting the app, you can perform the following actions files watch files watch files/folders search files/folders get a file download a file upload a file create a folder get a share link move a file/folder rename a file/folder copy a file delete a file/folder other make an api call upload a file by url send a sharing invitation possible problems unable to upload or update a file there are several situations when uploading or updating a file may fail the uploaded file is too big and exceeds the maximum file size limit for your onedrive plan, or you have used all of your onedrive account's storage quota to get more storage space, delete existing files from onedrive, or upgrade your onedrive account the previously selected folder to which the file is being uploaded no longer exists the {{scenario singular lowercase}} is stopped, and you must select the target folder again permissions information for onedrive modules that require the files read all permission might not work properly when using a personal microsoft account search files/folders files read all, group read all, sites read all, offline access, user read get a file files read all, group read all, sites read all, offline access, user read download a file files read all, group read all, sites read all, offline access, user read upload a file files readwrite all, sites readwrite all, group readwrite all, offline access, user read create a folder files readwrite all, sites readwrite all, group readwrite all, offline access, user read get a share link files readwrite all, sites readwrite all, group readwrite all, offline access, user read list drives files read all, offline access, user read move a file/folder files readwrite all, sites readwrite all, group readwrite all, offline access, user read rename a file/folder files readwrite all, sites readwrite all, group readwrite all, offline access, user read copy a file files readwrite all, sites readwrite all, group readwrite all, offline access, user read delete a file/folder files readwrite all, sites readwrite all, group readwrite all, offline access, user read search sites sites read all, offline access, user read send a sharing invitation files readwrite, files readwrite all, sites readwrite all, offline access, user read upload a file by url files readwrite all, sites readwrite all, group readwrite all, offline access, user read watch files/folders files read all, group read all, sites read all, offline access, user read watch files files read all, offline access, user read make an api call offline access, user read