Uses of Class
org.exoplatform.services.cms.clouddrives.onedrive.OneDriveException
-
Uses of OneDriveException in org.exoplatform.services.cms.clouddrives.onedrive
Methods in org.exoplatform.services.cms.clouddrives.onedrive that throw OneDriveExceptionModifier and TypeMethodDescriptioncom.microsoft.graph.models.extensions.DriveItemCopy.com.microsoft.graph.models.extensions.SharingLinkOneDriveAPI.createLink(String itemId, String type) Creates a public link to view a file content.OneDriveAPI.getInsertUploadUrl(String parentId, String name, String conflictBehavior) Gets url on which uploading should be done.com.microsoft.graph.models.extensions.DriveItemOneDriveAPI.insert(String parentId, String fileName, Calendar created, Calendar modified, InputStream inputStream, String conflictBehavior) Insert.com.microsoft.graph.models.extensions.DriveItemOneDriveAPI.updateFileContent(String itemId, Calendar created, Calendar modified, InputStream inputStream) Update file content.