简体   繁体   English

在 Workato 中使用 Docusign Connector 时如何解决 USER_LACKS_PERMISSIONS 错误?

[英]How can I resolve the USER_LACKS_PERMISSIONS error when using Docusign Connector in Workato?

I am using the Docusign Connector in Workato and want to be able to use the action Send document using a template as part of my recipe.我在 Workato 中使用 Docusign 连接器,并希望能够使用Send document using a template作为我的食谱的一部分。 When I add that action though, I get an error:但是,当我添加该操作时,出现错误:

Something went wrong
{ "errorCode": "USER_LACKS_PERMISSIONS", "message": "This user lacks sufficient permissions to access this resource." }

See the error in Workato here:在此处查看 Workato 中的错误:

在此处输入图像描述

I searched the docusign website and found this article that looked promising: https://support.docusign.com/en/articles/DocuSign-Developer-FAQs-General-Administration-and-Authentication#User-Lacks-Permission-Error我搜索了docusign网站,发现这篇文章看起来很有希望: https://support.docusign.com/en/articles/DocuSign-Developer-FAQs-General-Administration-and-Authentication#User-Lacks-Permission-Error

The article says to enable the Allow sender to download form data setting which I have done but it has made no difference.文章说启用允许发件人下载我已经完成的表单数据设置,但没有任何区别。

I believe the error is occuring because the Workato Connector is trying to download a list of the templates available and it is that REST call that is failing.我相信发生错误是因为 Workato 连接器正在尝试下载可用模板的列表,并且 REST 调用失败。 Are there any other settings that would affect this that I should change in my admin config?是否有任何其他设置会影响我应该在我的管理配置中更改? Does anyone know why this issue might be occuring?有谁知道为什么会出现这个问题?

My Docusign account is an admin account and I can see all of the templates in our organisation when viewing via the Docusign web portal.我的 Docusign 帐户是管理员帐户,通过 Docusign web 门户查看时,我可以看到我们组织中的所有模板。

Thanks for any assistance that can be provided感谢您提供的任何帮助

The solution I have taken for this was to create a new user specifically for the integration I was trying to set up.我为此采取的解决方案是专门为我尝试设置的集成创建一个新用户。 The new user is NOT a DS-Admin user and was only granted USE template permissions in the user permissions.新用户不是DS-Admin 用户,仅在用户权限中被授予USE模板权限。 This user works with the integration and is what I will proceed with.该用户使用集成,这就是我将继续进行的操作。

Update: make sure the production user has the full permission to read templates, you claim this is an administrator user, can you confirm this?更新:请确保生产用户具有阅读模板的完全权限,您声称这是管理员用户,您能确认一下吗?

You cannot mix up production and demo (developer) account information.您不能混淆生产和演示(开发人员)帐户信息。 If you use a user from one environment, even if the email and password and name and all is the same - it's completely different in DocuSign.如果您使用来自一个环境的用户,即使 email 和密码和名称都相同 - 它在 DocuSign 中完全不同。 The one cannot access the other.一个不能访问另一个。 You will need to have everything moved to your production account if you want to use this.如果您想使用它,您需要将所有内容移至您的生产帐户。 Meaning the template has to be moved to your production account and the correct templateID from production (not the same.) would be used.这意味着必须将模板移至您的生产帐户,并且将使用来自生产的正确模板 ID(不相同)。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 DocuSign Java SDK:USER_LACKS_PERMISSIONS - DocuSign Java SDK: USER_LACKS_PERMISSIONS Docusign嵌入式签名“ User_Lacks_Permissions” - Docusign Embedded Signing “User_Lacks_Permissions” Docusign Rest API,代表进行发送时收到“ USER_LACKS_PERMISSIONS” - Docusign Rest API, receiving “USER_LACKS_PERMISSIONS” when doing Send on behalf of DocuSign SOAP错误:此帐户缺少足够的权限 - DocuSign SOAP error: This Account lacks sufficient permissions DocuSign API-“此用户缺少足够的权限。 无法解析“ SendOnBehalfOf用户” DocuSign Web API - DocuSign API - “This User lacks sufficient permissions. Fail to resolve SendOnBehalfOf user” DocuSign Web API Docusign 电子签名 - 此用户缺乏足够的权限 - Docusign eSignature - This User lacks sufficient permissions 在SendBehalfOf电子邮件中添加了签名者电子邮件,但出现错误“此用户缺少足够的权限。 无法解决SendOnBehalfOf用户” - Added a Signers email in the SendBehalfOf email but an error “This User lacks sufficient permissions. Fail to resolve SendOnBehalfOf user” DocuSign重新发送:此用户缺少足够的权限来访问此资源 - DocuSign resend: This user lacks sufficient permissions to access this resource Docusign REST API错误:此帐户缺少足够的权限 - Docusign REST API Error : This Account lacks sufficient permissions RE:docusign错误此帐户缺少会话许可中的足够许可 - RE: docusign-error-this-account-lacks-sufficient-permissions-in-session-permission
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM