Office 365 (Word) and Onedrive comparability issue

I have successfully used MS Mesh / Skydrive /
 OneDrive for years to sync my documents/PDFs folder between my desktop, laptop, phone, and iPad.  A month or so ago I purchased Office 365 and it caused all sorts of havoc in my Onedrive folder.  The thrust of the issue seems to
involve Office 365 and Skydrive getting in the way of each other while trying to keep the documents up to date.  As skydrive tries to upload changes to a folder with Docs in it, a few of the documents will not update (leaving the red mark on the document
icon instead of the blue check-mark showing it is up-to-date).  Office 365 share point will also give a list of documents that it was unable to sync (the list matches the trouble files in Skydrive).  Once this error hits a file, all of the content
for the document is zero'ed out (and the file size decreases to 0 KB).  Thankfully, thus far this has only caused me to lose data from old, unimportant files.  This morning I lost data from an important file, but I had a backup of it saved in my
email.
I've tried a bit of my own trouble shooting.  At first I thought that the issue revolve around documents created in earlier editions of Word, so I created a folder in my Onedrive that was populated only with Office 365 Word documents, but this
did not resolve the issue.
It seems as if this problem affects documents randomly.  
My hunch is that it occurs when Office 365's sharepoint tries to update a file at the same time Onedrive is updating the file.
I also use the iPad app PDF expert to access my skydrive folder on the iPad (because I store PDF's in the folders as well), but I don't believe it to be the issue because: (1) it worked perfectly fine before I installed 365, and (2) the problem
with Onedrive and Office 365 persisted after I disabled PDF Expert's sync with the Onedrive.
Note: Office 365 worked fine until I used it to upgrade the version of Office installed on my computer.
I do not want to be forced to keep my Word documents separate from my Onedrive folder as I store numerous non-Word documents in my Onedrive folder as well and need to save them in folders with Word docs.
Thank you.

The solution is very simple.
You have to install Microsoft OneDrive from the Mac AppStore. It synchronizes your OneDrive folders to the Mac. Afterwards, you usually find a OneDrive folder in your Home folder. From there, you can access all files as usual. If you change any file, it will be synchronized in both ways (Mac to OneDrive, OneDrive to Mac).
I use this on a daily basis and have no problems with it.
Have a nice day!

Similar Messages

  • Office 365 (Word) Onedrive integration on a Mac

    Friends, I have recently started using a Mac computer. I've been trying to understand how does the integration of  Office 365 (Word)  and Onedrive work on a Mac, yet had no success so far. These is the problem:
    When using Office 365 (Word) on a Windows computer, whenever I wanted to open or save a file I was asked if I wanted to open or save it locally or on my Onedrive folders. The integration of Word and Onedrive on a Mac seems very poor, unless I am missing something here. On a Mac it seems that once I start Word, if I want to open a Onedrive file I have to go out of the application to do it. I have to go to the Onedrive folder where my file is located and then open it, which will result on Word opening it. Is there any way to, just as in a Windows environment, open and save files to Onedrive without having to leave Word?
    Hope someone can help me here.

    The solution is very simple.
    You have to install Microsoft OneDrive from the Mac AppStore. It synchronizes your OneDrive folders to the Mac. Afterwards, you usually find a OneDrive folder in your Home folder. From there, you can access all files as usual. If you change any file, it will be synchronized in both ways (Mac to OneDrive, OneDrive to Mac).
    I use this on a daily basis and have no problems with it.
    Have a nice day!

  • Office 365 E3 and Office E4 differences

    Hi,
    What are the differences between Office 365 E3 and Office 365 E4? Any link for this?
    What about the Business Intelligence services any differences between E3 and E4?
    Thanks in advance

    Here is the plan description of Office 365 Enterprise E3 and Office 365 Enterprise E4:
    Office 365 Enterprise E3:
    http://products.office.com/en-us/business/office-365-enterprise-e3-business-software
    Office 365 Enterprise E4:
    http://products.office.com/en-us/business/office-365-enterprise-e4-business-software
    Leonidas is right that compare with Office 365 Enterprise E3, E4 plan includes Enterprise voice. For Busines Intelligence services, as far as I know, there is no differences between Office 365 Enterprise E3 and E4.
    By the way, this is the forum to discuss questions and feedback for Microsoft Office client. There is not so much about
    Office 365 Plans/Licenses aspects here. If you have any further questions, I would suggest you to post in
    Office 365 Community, where you can get more experienced responses:
    http://community.office365.com/en-us/f/default.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • We have office 365 subscription and we need to merge our Microsoft Dynamics CRM online subscription to office

    Hi,
                 We have office 365 subscription and we need to merge our Microsoft Dynamics CRM online subscription to office 365
     For organization:  Softtrends Software Pvt Ltd (https://softtrendssoftwarepvtltd.crm5.dynamics.com)
    Office 365 organization :  Softtrends Software Private Limited
     [email protected]

    Hi there,
    If you already have two different Microsoft Online services accounts, then this is no easy task. If you sign up for two Microsoft Online services, using two different Microsoft Online services ID's, you basically need to choose which one to throw away, and
    then do a migration from one to another.
    If you have a lot of data in both of them, you could cross your fingers, and make a Service Request to Microsoft, hoping that they could do some magic for you, or at least tell you which migration track that's the easiest one.
    The important part is that you first sign in to the service you want to keep, and then register for a new one using Sign in, in stead of Sign up. This way they are automatically liked to the same Windows Azure Active Directory tenant.
    I hope I understood your question, and was able to help you here.
    /Anders Eide

  • Office 365 logo and link in suite bar

    Does anyone know how I can hide, remove, or change the Office 365 logo and link in the suite bar?
    Stefanie Long

    If you want to hide those two bars please do the following
    1 – Open you site with SharePoint designer
    2 – If you are using a sandbox solution go to _catalogs/masterpage/themename
           If you are using a farm solution got to _catalogs/masterpage/
    3 – Check out and edit in advanced mode the master page you are using
    4 – Search for the comment <!--SuiteBar start-->
    5 – Right before it paste the line bellow
    <Sharepoint:SPSecurityTrimmedControl runat="server" Permissions="ManageWeb">
    6 – Search for <!--SuiteBar end-->
    7 – Just below it paste the code
    </SharePoint:SPSecurityTrimmedControl>
    The SPSecurityTrimmedControl applied remove the suite bar but could not be used to remove the ribbon bar because SharePoint uses this one to calculate the scroll on the page.
    The ribbon bar has to be hidden using a small script.
    8 -  Search for <!--Ribbon end-->
    9 – Right below it paste the script
    <script type="text/javascript">
      var suitebar = $("#suiteBar");
      if(suitebar.length<1)
         $("#s4-ribbonrow").css('display','none');
    </script>

  • Double spaced address in Word in Office 365 (Word 2014)

    I am trying to print an envelope. My brand spanking new Office 365 insists on double spacing the lines in the envelope address. There do not appear to be formatting options in the Envelope popup screen. Any idea how to correct this? Step by step instructions
    would be nice.
    What fool made double space the default setting for this field?

    Hi,
    Do you mean the Delivery Address field in the Envelopes and Labels window?
    Did you hit Enter when you want to change to a new line? If so, please try to hit Shift + Enter when you want to change the line.
    If you want to make the change permanently, you need to change the Paragraph settings first and make the paragraph settings as default. See a same issue discussed here:
    http://answers.microsoft.com/en-us/office/forum/office_2010-word/how-do-i-single-space-addresses-when-printing/7b7ccb0e-7531-4ae5-9524-07af0f84a93b
    Hope this helps.
    Regards,
    Steve Fan
    TechNet Community Support

  • Z4: Word and OneDrive don't work with Multi-User

    Hi,We are sharing the Z4 tablet among 4 in my family. For this I'm using the Android multiple users.The pre-installed MS Word worked for the main user or owner perfectly. Then I tried to install it for the second and third and fourth user. In all cases after starting Word for these users the message came up "download of additional content required". When clicking on "download" the app crashes. Then recently an update of Word was delivered via Google Play. Now the same happens for the main user. Deinstalling for all four users and reinstalling from Google Play didn't solve the issue.For MS OneDrive the issue is: it works for the main user. For the other users the Playstore gives the error message: "another user on this devices installed an incompatible version of OneDrive. Deinstall this first". Deinstalling and reinstalling didn't helped that issue either. Only one of the four users can use OneDrive. Any ideas on how to solve this? I do have the BKB50 and Word was my main reason to go for that combination with the Z4.Regards,Zampano

    Microsoft Office for Android email support replied only with a standardized email. Beside of pointing to some FAQ it just offers to call the support hotline. I'll have to wait for the office hours then. In the meantime: has anyone tried using Word in a Multi-User setup on the Z4? Maybe it's just an issue here at me...Thx and Best Regards Zampano 

  • Office 365(O365) and Windows Security Pop-Up When opening outlook

    This post is being transfered from the office 365 team because they created a brand new profile and i still get the same problem when connecting to their newly created one.
    Any help you can provide would be much appreciated.
    I really would like email running. Thanks very much !!!
    Hi Everyone I have seen some threads on this topic and i have tried to follow all of their instructions and it hasn't solved my problem.
    So this problem started happening 2 days ago.
    Each time i open outlook I get prompted for Login Credentials. It has never happened before
    I have tested it using this tool https://testconnectivity.microsoft.com and it works fine
    I have removed my security credentials on the PC it hasn't solved it
    I have a number of tablets and they are working fine
    I have built new Outlook profiles
    I have tried it in safe mode
    In the Security settings for the Outlook Mail profile is set to Not Prompt for Security Credentials
    The Login Security Mode is set to "Negotiate Authentication"
    I have tried it with both Encryption and without
    I'm able to login to Email online and send and recieve emails that way.
    I have another user on Windows 8.1 and the problem started happening at the same time as me. I'm on Windows 7 Office 2010 Plus Proffessiona
    I believe the other user is on a newer version of outlook than me.
    I have spent all night trying different things and nothing has worked
    I could really use your help.
    Any help would be much appreciated i'm quite frusted not being able to send mail from outlook
    Hi Alan,
    I am sorry for the issue you are experiencing right now.
    On Tuesday, August 5, 2013 at approximately 12:45 PM UTC, we receive a report that some of the users were unable to authenticate to the Exchange Online service when using the Outlook client. However, the issue has been restored.
    Since you are still having the issue, please follow the steps below to do the confirmation.
    1. Please make sure that all Outlook security patches and updates are installed on the affected computer. To check for the latest Outlook updates, please click on the link below.
    2. To make sure whether the issue is related to the Outlook client or the service, please try configuring the test account I send you through private message on the affected computer to check whether the issue exists. To check the private message, please follow
    the steps.
    a. Please go to Your details section on the right side of the community site.
    b. Click Private messages.
    c. Click the subject title of the responses to read the message.
    Please provide feedback, then we can move forward to check where exactly to look into the issue.
    At last, I would like to confirm whether your organization only have Exchange Online or have hybrid environment.
    Thanks,
    Yang Yu
    I noticed something a bit strange that SMTP is automatically put in front of the mailbox name.. i haven't seen that before
    Went to windows update and there is nothing to install
    it's interesting you say the 5th because that is exactly the last day that outlook successfully synced.. it hasn't worked since.. This is happening on 2 seperate computers and stopped working at the exact same time.
    Hi Alan,
    Thanks for the update.
    Based on the currently situation, I understand when configuring the test account provided by Yang Yu the issue persists. And you have a number of tablets and they are working fine. Thus the issue could be related to the certain Outlook client on this certain
    computer.
    Since we focus on Office 365 issues in this forum, I'm so sorry that I’m not able to provide the detailed instructions.
    To provide you with a better service, and sort out this issue more effectively, I suggest you post this issue in the following Outlook forum. The engineers there will help you get the issue fixed in a timelier manner.
    Outlook forum:
    At the same time, I will also continue doing some further tests and research. Thanks for your understanding and great efforts.
    Any community members with related experience on this issue who could share it here are also appreciated.
    Regards,
    Xinyu

    Hi Alan,
    According to your description, the Outlook settings seems to be correct in your local machine. And some solutions have been tried to solve this issue:
    Create a new Outlook profile, start Outlook in safe mode, clean credentials cache in computer ect.
    But the issue persists. Please consider to configure your account on a computer which is working file with your colleague's Office 365 account to check whether the issue continues. If the issue only happens to your account, please access the mailbox in Webmail
    and change the password to have a try.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Office 365 contacts and public folders

    Hi all, I am looking for some help with Office 365, detailed below:
    We have a CRM system that emails in multiple contacts meant for particular users within the organisation, and we are looking for how to get these contacts automatically added to particular users contacts lists behind the scenes, this will need to be automated
    with no input other than initial setup required. Does Office 365 have the capability to manage this.
    If you require any more information, please let me know.
    Thanks in advance for any advice or assistance.

    Hi,
    I'm not aware of such an automatic way to have these contacts added to particular users' Contacts folders. The workaround is to import these contacts from a .csv file, but you need to do this manually for several times. Or we can send the .csv file via an
    email to the particulars, then let them import these contacts by themselves.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • User Agent Strings for Office 365 Install and Updates

    In my organization, we restrict internet access to a specific list of approved applications by user agent string; however, it seems the user agent string for Office 365 (2013) applications has changed over time causing installs and updates of Office 365
    on client PCs to fail.
    Is there a repository of user agent strings used by Office 365 applications?
    Thanks in advance.

    Hi,
    Please refer to this link:
    http://technet.microsoft.com/en-us/library/jj219420.aspx
    As mentioned under Ports, protocols and URLs used by Click-to-Run, 
    Download, installation from the portal
    Automatic updates
    TCP
    80
    http://officecdn.microsoft.com
    I hope this helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • Office 365 Portal and Azure

    I have a very generic question.  If I setup an office portal 365, where does the data for all the office portal 365 features including sharepoint reside? Is it installed in SQL server database on cloud by default? Also, where does Azure come into
    play?

    SharePoint is a hosted, shared environment. It is not hosted in Azure (with the exception of Fort Knox data, but that data isn't accessible via your Azure subscription). If all you had was SharePoint, the only area where Azure comes into direct play is
    that your accounts in Office 365 will be on an Azure AD instance that you can access via the Azure subscription.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Office 365 Lync and AD photo setting.

    Hi all
    We have Office 365 and ADFS and we use Lync online 365.
    How we can force the Lync client using only AD´s photo?
    Please help.

    From My understanding using Dirsync has limit on the size of photo it can sync from on-premise AD 
    thumbnailphoto
    Read
    Read
    Persons Photo - 10kb maximum size limit
    http://support.microsoft.com/kb/2256198
    Office 365 customers can set the thumbnailPhoto attribute in on-premise Active Directory to have user photos synchronized to Office 365 via Directory Synchronization (DirSync). Exchange Online limits photo size to 10KB. The script sample obtains photo size
    from Active Directory
    https://gallery.technet.microsoft.com/office/Office-365-thumbnailPhoto-e2755b03
    You can try this 
    PLEASE REMEMBER, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answered"

  • Office 365 word minutes

    hi i need help on my skype that my office 365 minutes are active but when i make a phone call it says insufficient credit i need help!

    M.U wrote:
    hi i need help on my skype that my office 365 minutes are active but when i make a phone call it says insufficient credit i need help!
    Hello
    You are trying to call a cellphone in the UK. Your Office365 Subscription covers only calls to landlines in the UK. Please review your Subscription coverage carefully.
    Thank you.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Office 365 Licensing and Powershell

    I would like to write a script to create new users in Office 365 and I have almost all of it figured out but I cannot find a way to increase or decrease the license count. Is it possible to purchase more licenses using powershell or do I need to use the
    online interface?

    I found the below article which might help point you in the right direction....
    http://technet.microsoft.com/en-us/library/dn530773.aspx
    Be kind and Mark as Answer if I helped.

  • Stream 8 Tablet's free one year Office 365 Personal and One Drive extra spaces

    1. How to enable the free one year Office 365 Personal subscription? I can only active the trial one month Office 365 Personal subscription.
    2. How to active the additional storage space for One Drive with the purchase of the Stream 8 Tablet?

    I called HP local support here in Hong Kong January 2, 2015 around 11:00am, after checked with my settings the HP support person promised to email me the solution/fix.
    I have yet receive any such respond from HP support.
    I have online chat with Microsoft Office online support, they inform me that the activation key should included in the box of the Stream 8 Tablet.
    Mind you that it is against Hong Kong law "The Trade Descriptions Ordinance, Chapter 362" for 'Misleading Advertising'.

Maybe you are looking for

  • Ipad cannot install or update any apps in Apple Store!!!

    Two days ago, my Ipad 1 cannot install or update any installed application while the version is compatible with the Ipad 1. The error is always "IOS Update required" and then the next error "The requested action requires the latest version of IOS". M

  • Issue with infotype treatment

    I'm trying to update flag 'ITXEX' of table PA0016 in method IN_UPDATE of my BADI and via PA30. The problem is the following: When i click save, in_update method is fired and the flag is updated in table PA0016, but if the next thing i do is display t

  • Missing template/missing photos

    Two problems in the last 24 hours with iWeb. After publishing a new entry yesterday, I noticed that previous blog entries containing photos are now missing the photos and in their place is a gray box with an X through it and a ? in the center. Spoke

  • Adobe Flash Player 9 error

    Whenever I use certain chat forums, I receive this error message and my computer slows down and eventually becomes unresponsive. "A script in this movie is causing Adobe Flash Player 9 to run slowly. If it continues, your computer may become unrespon

  • This.mailDoc stopped working?

    I've been sending documents using the standard this.mailDoc method:      this.mailDoc({           bUI: false,           cTo: "[email protected]",           cCC: "[email protected]",           cSubject: "The Latest News",           cMsg: "A.P., attach