脱PPAPを狙って、Power Automateで選択したユーザのリンク設定を自動化してみます。
さくっと、ここまで書いてみました。
Power Automateの名前が変ですが...
特定のユーザでなく、全員になってしまいまいましたね。 メールアドレスではない?
エラーは出てないけど...
できないようなことが回答されている...
- Create share link of onedrive folder to specific person
- Create a sharing link for a file or folder - Link scope
specific personを使ってみても、はやりできないです。
何かある?
Hi I got this to work using LinkKind 6 and Role 7 to send a link with view and block download - Linkkind 7 chucks up a badgateway error.
Is there a way to do this so in the Enter Email box a user can specify multiple emails and a link generated for each users email entered
理解できません。
Create sharing link for a file or folder in SharePoint for specific people
scopeに 7をセットしてみた
{
"host": {
"connectionReferenceName": "shared_onedriveforbusiness",
"operationId": "CreateShareLinkByPathV2"
},
"parameters": {
"path": "/ブック 1.xlsx",
"type": "View",
"scope": "7"
}
}
エラーですね。
{
"status": 400,
"message": "[parameters] Cannot convert the literal '7' to the expected type 'Edm.String'.",
"source": "api.connectorp.svc.ms"
}
Edm.Stringって?
以下をみると、テキストデータってなているけど...
数字の7にしてみたけど同じエラーですね。
{
"host": {
"connectionReferenceName": "shared_onedriveforbusiness",
"operationId": "CreateShareLinkByPathV2"
},
"parameters": {
"path": "/ブック 1.xlsx",
"type": "View",
"scope": 7
}
}