This commit is contained in:
2025-12-22 18:01:50 +01:00
parent e2bba63aff
commit c609d6c1ee
3 changed files with 6 additions and 2 deletions

View File

@@ -259,6 +259,10 @@ npm run build
- **Rate Limiting**: Be aware of API rate limits - **Rate Limiting**: Be aware of API rate limits
- **File Size**: Large file uploads/downloads may take time - **File Size**: Large file uploads/downloads may take time
## License
This project is licensed under the LGPL-3.0 License.
## Conclusion ## Conclusion
This implementation provides a solid foundation for kDrive integration in n8n. It covers the most common use cases and provides a clean, well-structured codebase that can be easily extended with additional functionality as needed. This implementation provides a solid foundation for kDrive integration in n8n. It covers the most common use cases and provides a clean, well-structured codebase that can be easily extended with additional functionality as needed.

View File

@@ -85,4 +85,4 @@ npm run build
## License ## License
MIT License LGPL-3.0 License

View File

@@ -10,7 +10,7 @@
}, },
"keywords": ["n8n", "kdrive", "infomaniak"], "keywords": ["n8n", "kdrive", "infomaniak"],
"author": "", "author": "",
"license": "MIT", "license": "LGPL-3.0",
"dependencies": { "dependencies": {
"@types/node": "^20.0.0" "@types/node": "^20.0.0"
}, },