0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

選択したユーザのリンク設定を自動化してみますが... お決まりの... できません

Last updated at Posted at 2024-07-22

脱PPAPを狙って、Power Automateで選択したユーザのリンク設定を自動化してみます。

image.png

さくっと、ここまで書いてみました。

image.png

Power Automateの名前が変ですが...

image.png

特定のユーザでなく、全員になってしまいまいましたね。 メールアドレスではない?

image.png

エラーは出てないけど...

image.png

できないようなことが回答されている...

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
    }
}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?