Google Drive Plugin to use create floader : Error creating folder: test" #678

Closed
opened 2026-02-16 10:20:09 -05:00 by yindo · 1 comment
Owner

Originally created by @2623674073 on GitHub (Sep 27, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues Dify issues & Dify Official Plugins, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.9

Plugin version

0.1.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Google drive plugin 创建文件
input:

{
  "file": {
    "dify_model_identity": "__dify__file__",
    "id": null,
    "tenant_id": "9381d998-dd4e-4b97-b044-13c34a336429",
    "type": "image",
    "transfer_method": "local_file",
    "remote_url": "/files/1763fad5-0da6-4a9e-891d-77377ac4812f/file-preview?timestamp=1758980280&nonce=b7af68028a135080134b3bdab22c6d58&sign=i4PqzyUvP7IhBux4dk1YEyJwRMowzence036WlbLXDM=",
    "related_id": "1763fad5-0da6-4a9e-891d-77377ac4812f",
    "filename": "四大护法.png",
    "extension": ".png",
    "mime_type": "image/png",
    "size": 343756,
    "url": "/files/1763fad5-0da6-4a9e-891d-77377ac4812f/file-preview?timestamp=1758980908&nonce=a25fb17bd080689d519496ebb3d42e87&sign=UIn0N85IhpFWIl7d7kGm5PXHBbWtvRJvLc9u6BpVqgE="
  },
  "name": "4.png",
  "folder_name": "test",
  "parent_id": "root"
}

output:

{
  "text": "Error creating folder: test",
  "files": [],
  "json": [
    {
      "data": []
    }
  ]
}

✔️ Error log

No response

Originally created by @2623674073 on GitHub (Sep 27, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [Dify issues](https://github.com/langgenius/dify/issues) & [Dify Official Plugins](https://github.com/langgenius/dify-official-plugins/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.9 ### Plugin version 0.1.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Google drive plugin 创建文件 input: ```json { "file": { "dify_model_identity": "__dify__file__", "id": null, "tenant_id": "9381d998-dd4e-4b97-b044-13c34a336429", "type": "image", "transfer_method": "local_file", "remote_url": "/files/1763fad5-0da6-4a9e-891d-77377ac4812f/file-preview?timestamp=1758980280&nonce=b7af68028a135080134b3bdab22c6d58&sign=i4PqzyUvP7IhBux4dk1YEyJwRMowzence036WlbLXDM=", "related_id": "1763fad5-0da6-4a9e-891d-77377ac4812f", "filename": "四大护法.png", "extension": ".png", "mime_type": "image/png", "size": 343756, "url": "/files/1763fad5-0da6-4a9e-891d-77377ac4812f/file-preview?timestamp=1758980908&nonce=a25fb17bd080689d519496ebb3d42e87&sign=UIn0N85IhpFWIl7d7kGm5PXHBbWtvRJvLc9u6BpVqgE=" }, "name": "4.png", "folder_name": "test", "parent_id": "root" } ``` output: ```json { "text": "Error creating folder: test", "files": [], "json": [ { "data": [] } ] } ``` ### ✔️ Error log _No response_
yindo added the bug label 2026-02-16 10:20:09 -05:00
yindo closed this issue 2026-02-16 10:20:09 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Oct 14, 2025):

Hi, @2623674073. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.

Issue Summary:

  • You reported an error when using the Google Drive plugin (v0.1.0) on Dify v1.9 (self-hosted via Docker) while trying to create a folder named "test."
  • The error occurs during folder creation with a JSON input for an image file, although file creation works.
  • You confirmed following the reporting guidelines and searched existing issues without finding a solution.
  • There has been no further activity or comments on this issue.

Next Steps:

  • Please let me know if this issue is still relevant with the latest version of the dify-official-plugins repository by commenting here to keep the discussion open.
  • If I do not hear back within 5 days, I will automatically close this issue.

Thank you for your understanding and contribution!

@dosubot[bot] commented on GitHub (Oct 14, 2025): Hi, @2623674073. I'm [Dosu](https://dosu.dev), and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale. **Issue Summary:** - You reported an error when using the Google Drive plugin (v0.1.0) on Dify v1.9 (self-hosted via Docker) while trying to create a folder named "test." - The error occurs during folder creation with a JSON input for an image file, although file creation works. - You confirmed following the reporting guidelines and searched existing issues without finding a solution. - There has been no further activity or comments on this issue. **Next Steps:** - Please let me know if this issue is still relevant with the latest version of the dify-official-plugins repository by commenting here to keep the discussion open. - If I do not hear back within 5 days, I will automatically close this issue. Thank you for your understanding and contribution!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#678