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?

LWC : INSUFFICIENT_ACCESS: use of the Metadata API requires a user with the ModifyAllData or ModifyMetadata permissions

Last updated at Posted at 2024-02-24

It was an auth/access issue at my end. You will encounter that step here https://trailhead.salesforce.com/content/learn/projects/quick-start-lightning-web-compone[…]ng-web-component?trail_id=build-lightning-web-components

私の側では認証/アクセスの問題でした。ここでそのステップに遭遇します

OK after writing that I decided to try and close VSC again and auth to the org again. Did so and was able to deploy that time. Shew.

OK と書いた後、VSC をもう一度閉じて、組織への認証を再度試みることにしました。そうすることで、その時点でデプロイすることができました。

INSUFFICIENT_ACCESS: use of the Metadata API requires a user with the ModifyAllData or ModifyMetadata permissions 17:13:20.125 Starting SFDX

皆さんが私にくれた提案に基づいて、私は本当の問題を理解し、それを解決することができました。

なぜ多くの人がこの問題に直面するのかというと、多くのユーザーがユーザー名としてメール ID を使用してログインしますが、ユーザー名としてのメール ID が管理者ロールを持てない場合があるためです。すでにシステム管理者プロファイルには「全データ変更」機能が組み込まれています。これ以上行う必要のある変更/修正は何もありません。

したがって、システム管理者の役割を持つユーザー名でログインする必要があります。したがって、Salesforce アカウントにログインするときに、メール ID の代わりにシステム管理者の役割を持つユーザー名を入力する必要があり、パスワードは同じであるだけです。

下の写真に示すように、そのユーザー名を見つけることができます。

Based on suggestions u guys gave me, I had figured out the Real problem and able to Solve it.

why many facing this issue Because many Users login with their email-ID as username BUT sometimes the mail-Id as username cannot have administrator role. Already the system admin profile which have "all data modify" feature inbuilt. there is nothing more changes/modifications we have to do in that.

So, we have to just login with username which has system administrator role. So, while login to salesforce account we have to enter username which has System Administrator role instead of our mailID and password is same only.

U can find that username as shown in pic below..

image.png

未解決

この人は何を見ているのかよく理解できない。何を回答しても無いって言う。

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?