One Drive
14 TopicsThrottle copying our data
GoodDay community , We are supposed to switch over so that our users end up using OneDrive as their home drives and Copy a lot of large files to Azure Blob. We thought we had everything ready to copy during our testing but our network got so saturated due to the bandwidth consumed. We opened a ticket with MS premier support and our assigned PFE engineer to see how we could throttle Azure Blob and throttle down the copying speed to OneDrive. Microsoft said there was not a way to throttle and our google searches came out with nothing. We are looking for some software that is "reliable" but can throttle copying data to OneDrive and Azure blob. (Azure blob to give you an idea is sucking 80% of our internet connection (just one server). While budget can be an issue, we do not care at this point as long as we can get something reliable. We do not want something that does blackout hours as our operation cannot be interrupted at night. I am hoping we are not the first ones to run into this situation . Notice : my question posted on the other communities , and I still have no dependable answer ! Thanks2.3KViews3likes7CommentsOneDrive Search File Contents
OneDrive is no longer searching file contents. I used to get search results from file contents before but all of a sudden it's showing results only if it matches the filename. What could be the issue? Pls help Update: Microsoft has finally fixed this issue. I'm getting my search results as expected. Others, pls share your experience.73KViews3likes47CommentsCannot access OneDrive storage for multi/inter tenant
Hi, I tried to create an application, with which the user in another company/tenant could access his/her OneDrive storage. But failed. It's really appreciated for the advice on what or which steps I had made mistakes. Thanks a lot. Detail as below: The user (user01@company.com), who is in Tenant X, wants to use the service/system (which is developed by Tenant Y) to access the files on his/her One Drive storage. 1.) Tenant Y had already got the Azure service and had subscribed Office 365 service (as the One Drive API need SPO license). 2.) With AAD in the Tenant Y, I added the user's email (use01@company.com) in the active directory (AAD) as a guest user, and the user had received the notification email and accept it. 3.) With AAD in the Tenant Y, I registered a new application, selected Accounts in any organizational directory option from Supported account types section, setup the redirect URI. 4.) Added the delegated API privilege for Graph API (such as the Files.ReadWrite and Files.ReadWriteAll), and approved the new added privileges request. 5.) Created a new client secret for the application. 6.) With the tenant Id, client Id and client secret of the application, now I could start OAuth2 authentication flow for the user (user01@company.com). And finally, I got the access token for this user. 7.) With the access token, it's no problem to get the user's profile https://graph.microsoft.com/v1.0/me 8.) It would complain 401 Unauthorized error for this request: https://graph.microsoft.com/v1.0/me/drive . (By the way, such request will be no problem for the user in the same Tenant Y) Response as the following: HTTP/1.1 401 Unauthorized Cache-Control: private Content-Type: application/json request-id: ffef8bc9-11e7-4d07-9df3-e3cee81ef7b2 client-request-id: ffef8bc9-11e7-4d07-9df3-e3cee81ef7b2 x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"East Asia","Slice":"SliceC","Ring":"4","ScaleUnit":"002","RoleInstance":"AGSFE_IN_19"}} Strict-Transport-Security: max-age=31536000 Date: Wed, 24 Jun 2020 07:13:00 GMT Content-Length: 249 { "error": { "code": "accessDenied", "message": "There has been an error authenticating the request.", "innerError": { "date": "2020-06-24T07:13:01", "request-id": "ffef8bc9-11e7-4d07-9df3-e3cee81ef7b2" } } }1KViews1like1Comment