Forum Discussion
plmcgrn
Apr 06, 2021Copper Contributor
Teams adaptive card won't open OneNote URL's
EDIT: It seems to work if you manually generate a Share URL in OneNote, but not with whatever is in the address bar. Leave it to MS to break something as simple as a working copy/paste URL... Wh...
- Apr 09, 2021
Hi plmcgrn, The sharepoint/OneNote Url should be in encoded format. If URL has '{' and '}' it does not work. Please replace '{' with '%7B' and '}' with '%7D' respectively it will work.
Sample URL:https://{domainName}.sharepoint.com/:w:/r/teams/My_Test/_layouts/15/Doc.aspx?sourcedoc=%7BF2B5321E-7CA9-468D-B628-8ECB9308F982%7D&file=Document.docx&action=default&mobileredirect=true
Mamatha-MSFT
Apr 09, 2021Former Employee
Hi plmcgrn, The sharepoint/OneNote Url should be in encoded format. If URL has '{' and '}' it does not work. Please replace '{' with '%7B' and '}' with '%7D' respectively it will work.
Sample URL:
https://{domainName}.sharepoint.com/:w:/r/teams/My_Test/_layouts/15/Doc.aspx?sourcedoc=%7BF2B5321E-7CA9-468D-B628-8ECB9308F982%7D&file=Document.docx&action=default&mobileredirect=true
- Jhon_BreidySep 16, 2022Copper ContributorThank you very much, it worked great
- Mamatha-MSFTApr 12, 2021Former Employee
@plmcgrn Please let us know if your issue has been resolved.