LGPL-3.0
This commit is contained in:
@@ -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.
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"keywords": ["n8n", "kdrive", "infomaniak"],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"license": "LGPL-3.0",
|
||||
"dependencies": {
|
||||
"@types/node": "^20.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user