1
我正在使用Xamarin Salesforce SDK組件v1.4.4.0。Xamarin Salesforce SDK - 遠程服務器返回錯誤:(400)錯誤請求
Salesforce登錄和身份驗證正常工作。
但是當我做SOQL查詢 HTTP錯誤發生
var results = await Client.QueryAsync("SELECT Id, Name, AccountNumber, Phone, Website, Industry FROM Account");
The remote server returned an error: (400) Bad Request.
以上是exception.Please幫助我找到問題。
在此先感謝!