12 Commits

Author SHA1 Message Date
ab09d2e614 fix: update funcs 2025-12-23 16:47:02 +01:00
72e78b003e feat: add path argument to ListFilesByPath operation
- Added listFilesByPathPath parameter specifically for listFilesByPath operation
- Updated implementation to use the new parameter instead of directoryPath
- Maintains backward compatibility and follows existing patterns
2025-12-23 15:00:05 +01:00
bdb185443c listfile 2025-12-23 14:58:14 +01:00
a31fa5b487 feat: implement path based operations 2025-12-23 14:41:42 +01:00
a55b8813db refactor: simplify KDrive integration by removing drive operations and using driveId from credentials 2025-12-23 10:59:56 +01:00
89800687a2 fix: update credential name to use camelCase (kDriveApi)
- Changed credential name from 'kdriveApi' to 'kDriveApi' for consistency
- Updated all references in KDrive node and credentials
- This may resolve the credential discovery issue
2025-12-23 10:22:10 +01:00
a57f51b847 fix: reference credentials class instead of instance in package.json 2025-12-23 10:21:07 +01:00
81af2884e0 fix: properly export credentials instance for n8n discovery
- Export KDriveCredentials as both class and instance
- Update package.json to reference the credentials instance
- This should resolve the 'Unknown credential name' error
2025-12-23 10:18:02 +01:00
6dccaba278 fix: add credentials export and fix logo display
- Add KDriveCredentials to n8n.credentials in package.json to make credentials discoverable
- Update build script to copy kdrive.svg to dist directory for proper logo display
- Update SVG logo with improved design
- Fix TypeScript types and error handling in GenericFunctions and KDrive node
- Add default values to node properties for better UX
2025-12-23 10:13:13 +01:00
c609d6c1ee LGPL-3.0 2025-12-22 18:01:50 +01:00
e2bba63aff initial import 2025-12-22 18:00:08 +01:00
f43a3cbd54 Initial commit 2025-12-22 16:58:39 +00:00