私が作成したもの
質問/回答例
参考資料
- cURLコマンドとシェルスクリプトでSalesforce Chatter REST APIを実行してChatterメッセージを投稿する
- Is it possible to send an email via the REST API?
- REST APIを介してLOGINを行った時のAPIコール制限について
- アプリケーションのAPIバージョンリスト
- データストレージ、filestrogae、メタデータタイプusgaeをどのようにカスタマイズできますか
- Trouble setting a "body" value for a PUT using Asana api
SOAP API
- Session Id invalid when tried to insert listviews using SOAP
- Mismatched character '' expecting '''" in Request Body - Salesforce
Bulk API 2.0
ClientInputError : LineEnding is invalid on user data. Current LineEnding setting is CRLF
関連するかな?
{"error":"invalid_grant","error_description":"authentication failure"}
結論、usernameとして入力しているメールアドレスの中に特殊文字を含んでいたため、正しく読み込まれていないことが原因でした。
特殊文字をエンコードすることでエラーを回避することができました。
https://www.w3schools.com/tags/ref_urlencode.asp
ログイン履歴でエラーメッセージを確かめてくださいとありますね。
確認するのが早いと思います。
Resolution:
To find the exact root cause, please check the login history. It will give the exact error message.