Skip to content

OneDrive Path #1253

@jaymegordo

Description

@jaymegordo

Mac Catalina
0.17.1, Office 365, Python 3.8

Describe your issue (incl. Traceback!)

(Similar to #1069 and #215)
When the excel file is saved in OneDrive, ThisWorkbook.FullPath returns a UNC path like:
https://d.docs.live.net/4ffb1cf57289ab33/myproject
instead of:
/users/john/onedrive/myproject

Side issue - the VBA function ToPosixPath() swaps the / and : and converts this to: /https/::d.docs.live.net:4ffb1cf57289ab33:myproject

Even if the OneDrive path was converted correctly it still wouldn't work though, which is the real issue.

This seems to have been resolved for windows (as per #215), but not mac yet?

Not a major issue, can just hard code the path for now, but wanted to raise it just in case anyone else has same issue or knows a fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions