One Drive
14 TopicsOneDrive 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.73KViews3likes47CommentsOne Drive On Demand
Hi, I just installed Windows 10 Fall Creators Update yesterday to try out the One Drive On Demand. It works well, however I was hoping it would have integration with One Drive for Business. Maybe I'm looking at it the wrong way, but is One Drive for Business still a thing? It is still included with the Office 365 installation, so I assume it is useful. It is nice to be able to have my personal account on my One Drive, and my work account on One Drive for Business, but if I'm forced to use One Drive in order to take advantage of One Drive On Demand, then I'm stuck. Comments or suggestions?Solved6.9KViews0likes8CommentsOne Drive Photo sync clarity
I had the following queries for One Drive (they apply to both iOS and Android): 1) I wanted to know how often, and how quickly, photos from 'My Photos' folder will sync with One Drive (if I 'sync on mobile data' is enabled). From experimenting it isn't instantaneous, but usually done within an hour or two, and trying to understand the justificaiton for the time. Does One Drive 'check' every hour for example)? 2) If I delete the copy that has uploaded to my one drive, but not in my photos folder, will it re sync to One Drive next time the App syncs 'checks'? I contacted Microsoft and they responded (in a surprisingly efficient and informative way which is a nice change for any custoemr servcie team) with the following, which I believe helped answer my Qs: "When Use Mobile Network option is enabled in the Camera upload settings, photos or videos from the phone's gallery will be uploaded to OneDrive even when your phone is not connected to the Wi-Fi. The time taken to upload the photos to OneDrive can vary depending on the size of the file, number of files being uploaded, speed of the Mobile data received. When the Camera upload is enabled from OneDrive Settings, OneDrive will continuously check for new photos and videos from your gallery. For example, your photos and videos has completely uploaded to OneDrive, but if you take a fresh picture or record a new video, the same will be uploaded immediately. Please note, this applies only when you have allowed to upload both on Wi-Fi and Mobile Data from the settings. OneDrive does not upload a photos or videos twice from the same device if the file that has been uploaded to OneDrive is deleted as the same metadata will be recorded in the OneDrive. This is to ensure that your photos or videos are not duplicated. Yet, you will be able to manually select the files from the gallery and upload it to OneDrive. We hope this answers your question. Please let us know if you have any doubts or questions. Best regards, Chothe M. OneDrive Support"3.7KViews0likes0CommentsThrottle 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.2KViews3likes7CommentsSS1: OneDrive integration with Edge
Suggestion (SS): 1 Classification: EDGE PRIORITY IN MY OPINION: 5-6 in a scala 1 (low) - 10 (high) Please check https://techcommunity.microsoft.com/t5/discussions/ss11-datahoarding-suggestions-save-pdf-save-page-save-images-one/m-p/1829486 and tell your opinions how onedrive - edge dev team can improve integration between both services.2KViews0likes0CommentsPDF VIEWER DRIVING CPU TO THE ROOF - bug?
Hello! For onedrive.com, previewing PDFs in the OneDrive PDF viewer seems really hard on CPU cycles. My Mac Pro is spinning up like crazy when I am watching some PDF of 150kB. (Not even big.) If I preview the same file on in the e-mail preview in outlook.com for comparison, I do not see those issues. Not sure what is going on there but certainly deserves a look into. Cheers M1.6KViews0likes4CommentsOneDrive for Business - Remote Web Access
Hi, For a customer I need to add OneDrive for Business to my clients RDS Gateway, due to the software they are using via remote, they need back up files to their work OneDrive, so installing it on the machine locally isnt going to work, we need to add it as an App on the Remote Web Access. Is there a way of doing this or getting an exe? Thanks1.2KViews0likes1CommentCannot 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