Databasedotcom :: SalesForceError错误请求的资源不存在

时间:2012-10-08 14:14:27

标签: ruby-on-rails databasedotcom-gem

这里的其他人是否更清楚为什么会出现这种错误?

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_pa​​th_and_checked_response' /app/vendor/bundle/ruby/1.9.1/bundler/gems/databasedotcom-8666381d50b7/lib/databasedotcom/client.rb:326:in`http_multipart_post'

我搜索了但是Answer 1Answer 2在这里没有帮助!

1 个答案:

答案 0 :(得分:0)

我认为这是Force.com API中陈旧会话的问题。

在我的rails应用程序中,我在SFDC中多次登录,每次使用不同的用户凭据,并使用收到的Oauth令牌对databasedotcom gem进行身份验证。

由于这个假设陈旧的会话,我面临一些问题: using multiple access tokens with databasedotcom gem

在尝试使用其他用户进行身份验证之前,需要找到一种方法使一个用户的oauth身份验证无效/失效。