mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #654] [MERGED] feat: dropbox #1476
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?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/654
Author: @lcandy2
Created: 4/3/2025
Status: ✅ Merged
Merged: 4/7/2025
Merged by: @Yeuoly
Base:
main← Head:feat/dropbox📝 Commits (2)
22322cafeat: dropboxf9e0c08Update manifest.yaml📊 Changes
26 files changed (+1408 additions, -0 deletions)
View changed files
➕
tools/dropbox/.env.example(+4 -0)➕
tools/dropbox/GUIDE.md(+117 -0)➕
tools/dropbox/LICENSE.md(+21 -0)➕
tools/dropbox/PRIVACY.md(+43 -0)➕
tools/dropbox/README.md(+60 -0)➕
tools/dropbox/_assets/icon.svg(+1 -0)➕
tools/dropbox/dropbox_utils.py(+238 -0)➕
tools/dropbox/main.py(+6 -0)➕
tools/dropbox/manifest.yaml(+47 -0)➕
tools/dropbox/provider/dropbox.py(+28 -0)➕
tools/dropbox/provider/dropbox.yaml(+49 -0)➕
tools/dropbox/requirements.txt(+3 -0)➕
tools/dropbox/tools/create_folder.py(+63 -0)➕
tools/dropbox/tools/create_folder.yaml(+38 -0)➕
tools/dropbox/tools/delete_file.py(+63 -0)➕
tools/dropbox/tools/delete_file.yaml(+38 -0)➕
tools/dropbox/tools/download_file.py(+84 -0)➕
tools/dropbox/tools/download_file.yaml(+56 -0)➕
tools/dropbox/tools/dropbox.py(+11 -0)➕
tools/dropbox/tools/dropbox.yaml(+38 -0)...and 6 more files
📄 Description
Related Issue or Context
Type of Change
Version Control (if applicable)
Versionfield, not in Meta section)Test Evidence (if applicable)
Screenshots or Video/GIF:
Environment Verification
Local Deployment Environment
Local Deployment Dify Version:
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.