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
- **File Size**: Large file uploads/downloads may take time
## License
This project is licensed under the LGPL-3.0 License.
## 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.

View File

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

View File

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