Microsoft OneDrive for Business is a Microsoft cloud storage service that comes with Office 365 and Microsoft SharePoint. It is key to storing and sharing files in the cloud. Associates inside and outside your organization can access, change, and share d
Folder Sync using OneDrive for Business I'm running ODfB version 2016 (Build 17.3.6743.1212) and when I sync a new Group team site it appears differently in File Explorer then it does in the 4 employees that I have tested it out. On my computer it has the company name and under that ...
Is there a way to tell who is using OneDrive for Business Backup Hello! We have a client asking us - how do we confirm that all the users have OneDrive Backup enabled i.e this section: Yes, we have Endpoint Manager Policy enabeling "backup of known folders" - it ...
//look first for the Discovery resource tokenOneDriveRequest odr = GetOneDriveToken(ref upn, DiscoveryResourceId);//see if we have a record, but the token is invalid; if that's the case then we //need to ask for a new token using the refresh token...
How do you access OneDrive for Business as a developer? In this example, we will use REST.Note: If your Office 365 site is set up to use a custom domain—for example, contoso.com—your MySite URL will be of the pattern, https://contoso-my.sharepoint.com/personal/...
To use theOneDrive APIwith OneDrive for Business, you need to have an access token that authenticates your app to a particular set of permissions for a user. Getting an application configured for access to OneDrive for Business is a challenge. We're working on making this process easier, so...
In the OneDrive dialog, select theSettingstab and verify thatSave space and download files as you use themis enabled, then select theOKbutton. If you are using more than a single OneDrive account within the app or are using both OneDriv...
In the OneDrive dialog, select theSettingstab and verify thatSave space and download files as you use themis enabled, then select theOKbutton. If you are using more than a single OneDrive account within the app or are using both OneDriv...
OneDrive for Business is not supported in non-persistent RDSH or VDI environments without FSLogix profile containers. Install the OneDrive sync app per machine By default, the OneDrive sync app installs per user, meaning OneDrive.exe needs to be installed for each user account ...
//deletes a file from OneDrive for business deleteFile(id:string) { let helper = this; return new Promise((resolve, reject) => { helper.authHelper.getTokenForResource(helper.authHelper._graphResource).then(function(token: Microsoft.ADAL.AuthenticationResult) { helper...