嗨我已经在Rails 2应用程序中集成了Zoho工作表,我可以从本地打开新的Zoho Sheet,但是当我点击zoho编辑器中的保存时,它会将文件发送到我的服务器,这是我的生产日志
Processing ZohoController#index to #<File:0x6a49f88> (for *.*.*.* at 2015-10-08 11:24:08) [POST]
Parameters: {"controller"=>"zoho", "filename"=># <File:/tmp/RackMultipart20151008-2490-oxplae-0>, "content"=>#<File:/tmp/RackMultipart20151008-2490-3r5nf3-0>, "eventsource"=>#<File:/tmp/RackMultipart20151008-2490-yj8j8h-0>, "format"=>#<File:/tmp/RackMultipart20151008-2490-1nfald4-0>, "id"=>#<File:/tmp/RackMultipart20151008-2490-yeqxb8-0>, "action"=>"index"}
ActionController::InvalidAuthenticityToken
Run Code Online (Sandbox Code Playgroud)
我无法获取文件,任何人都可以帮助我如何访问文件,即使我检查每个参数,但我无法实现任何帮助是有价值的