LGPL-3.0
This commit is contained in:
@@ -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.
|
||||||
@@ -85,4 +85,4 @@ npm run build
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT License
|
LGPL-3.0 License
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user