工作流程应该是用户应该能够将文件附加到zendesk票证上的评论,无论它是新票证还是现有票证。 目前,将文件附加到现有票证的注释中工作得非常好。但是,如果您查看create操作,就会发现它在附加文件方面什么也不做。它不会抛出错误,但不会附加文件。我确信这就是我的代码流动的方式,但我不能弄清楚。 require_dependency 'zen_support/application_controller'
module ZenSupport
class TicketsController < ApplicationController
include Sma
我在prod上遇到了这样的崩溃,但我不明白这是怎么发生的。我是初始化Zendesk SDK与正确的链接,有https方案,但仍然得到这个错误的prod。当我们测试这个的时候-一切都很好。这会不会与一些firebase问题有关?我是从firebase远程配置中获得这个urls的,但我也有在本地字符串中硬编码的urls版本,如果远程配置获取失败-我使用默认值。
我正在使用:
api group: 'com.zendesk', name: 'support', version: '5.0.1' //Zendesk SDK for Android
com
我使用,下面的函数用于删除附件。
/**
* Delete one or more attachments by token or id
* $params must include one of these:
* 'token' - the token given to you after the original upload
* 'id' - the id of the attachment
*
* @param array $params
*
* @throws MissingParametersExcepti
我有一个React应用程序,我附加了一个zendesk脚本,只有当某个类型的用户登录时才会显示。
我还想使用zendesk: => ze.identify提出的自动日志。
我不知道怎么做。下面是我的插件zendesk代码,我需要在后面追加它:
// Specify which user can have Zendesk
if (this.props.user.organisation === "organisationName") {
// Start of Zendesk Chat Script
const
我已经创建了一个名为update_zendesk_rake.rb文件的Rake,但是每次我尝试使用以下命令运行它
rake zendesk:update_zendesk_rake
我收到错误:
rake aborted!
Don't know how to build task 'zendesk:update_zendesk_rake' (See the list of available tasks with `rake --tasks`)
/Users/conorquarry/.rvm/gems/ruby-2.5.1/gems/rake-13.0.3/li