- Added listFilesByPathPath parameter specifically for listFilesByPath operation
- Updated implementation to use the new parameter instead of directoryPath
- Maintains backward compatibility and follows existing patterns
- Changed credential name from 'kdriveApi' to 'kDriveApi' for consistency
- Updated all references in KDrive node and credentials
- This may resolve the credential discovery issue
- Export KDriveCredentials as both class and instance
- Update package.json to reference the credentials instance
- This should resolve the 'Unknown credential name' error
- 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