Skip to content

Fix OneDrive 'Send to' file detection and add manifest filtering#15

Open
racmac57 wants to merge 1 commit into
mainfrom
fix/onedrive-sendto-integration
Open

Fix OneDrive 'Send to' file detection and add manifest filtering#15
racmac57 wants to merge 1 commit into
mainfrom
fix/onedrive-sendto-integration

Conversation

@racmac57
Copy link
Copy Markdown
Owner

  • Fixed OneDrive file detection by adding -Force parameter to Get-ChildItem calls
  • Added automatic filtering to skip .origin.json manifest files during processing
  • Implemented multi-method file detection (Test-Path, System.IO fallback)
  • Enhanced error reporting and debugging output
  • Created cleanup_origin_files.ps1 utility script
  • Updated documentation (README, SUMMARY, CHANGELOG) with OneDrive integration details
  • Added Chunker_MoveOptimized.bat for Windows SendTo menu integration

Resolves issue where OneDrive-synced files were not detected due to reparse points and prevents infinite loops when manifest files are accidentally selected.

Summary

Changes

Test

  • CI green

Checklist

  • Docs updated if needed
  • No secrets in diff

- Fixed OneDrive file detection by adding -Force parameter to Get-ChildItem calls
- Added automatic filtering to skip .origin.json manifest files during processing
- Implemented multi-method file detection (Test-Path, System.IO fallback)
- Enhanced error reporting and debugging output
- Created cleanup_origin_files.ps1 utility script
- Updated documentation (README, SUMMARY, CHANGELOG) with OneDrive integration details
- Added Chunker_MoveOptimized.bat for Windows SendTo menu integration

Resolves issue where OneDrive-synced files were not detected due to reparse points
and prevents infinite loops when manifest files are accidentally selected.
@racmac57 racmac57 requested a review from hy5guy as a code owner November 15, 2025 06:37
@racmac57 racmac57 enabled auto-merge (squash) November 15, 2025 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant