Forum Discussion
Bingo_Yang
Sep 12, 2023Copper Contributor
Re: How can I get clipboard permission in Teams add-on app
but Teams app doesn't provide allow attribute.
there is no permission option on manifest. https://learn.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema#permissions
<iframe
src="index.html"
allow="clipboard-read; clipboard-write"
>
</iframe>
there is no permission option on manifest. https://learn.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema#permissions
<iframe
src="index.html"
allow="clipboard-read; clipboard-write"
>
</iframe>
No RepliesBe the first to reply