mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Doubao Image and Video Generator cannot configure API #901
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @li-fly7 on GitHub (Dec 25, 2025).
Self Checks
Dify version
Version 1.11.1
Plugin version
Doubao Image and Video Generator
Cloud or Self Hosted
Cloud, Self Hosted (Docker), Self Hosted (Source)
Steps to reproduce
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Dec 25, 2025):
Hi @li-fly7! I'm Dosu and I’m helping the dify-official-plugins team.
The API key input field for the Doubao Image and Video Generator plugin is disabled because of one of two main reasons: either your user role is not admin or owner (only these roles can configure API keys), or the plugin provider schema does not support API key credentials. Editors and other roles cannot add or update API tool provider credentials, which causes the button to be disabled for them. This is a static, role-based restriction and not a bug or a result of workflow import or custom domain usage. To resolve this, verify that you have admin or owner permissions in your workspace. If you do and the field is still disabled, it may be that the provider does not support API key credentials in its schema, which can only be changed by updating the plugin provider itself. For self-hosted setups, also check backend logs for plugin registration or credential schema errors, and ensure the plugin daemon is running and properly configured (matching keys, correct URLs, and network access) if you see 403 errors from the plugin daemon.
Reference 1
Reference 2
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other