这里的其他人是否更清楚为什么会出现这种错误?
Databasedotcom :: SalesForceError
错误
请求的资源不存在
/app/vendor/bundle/ruby/1.9.1/bundler/gems/databasedotcom-8666381d50b7/lib/databasedotcom/client.rb:376:in ensure_expected_response'
/app/vendor/bundle/ruby/1.9.1/bundler/gems/databasedotcom-8666381d50b7/lib/databasedotcom/client.rb:334:in
with_encoded_path_and_checked_response'
/app/vendor/bundle/ruby/1.9.1/bundler/gems/databasedotcom-8666381d50b7/lib/databasedotcom/client.rb:326:in`http_multipart_post'
答案 0 :(得分:0)
我认为这是Force.com API中陈旧会话的问题。
在我的rails应用程序中,我在SFDC中多次登录,每次使用不同的用户凭据,并使用收到的Oauth令牌对databasedotcom gem进行身份验证。
由于这个假设陈旧的会话,我面临一些问题: using multiple access tokens with databasedotcom gem
在尝试使用其他用户进行身份验证之前,需要找到一种方法使一个用户的oauth身份验证无效/失效。