Forum Discussion
Synchronize existing items with OneDrive items
- 1 year ago
Hi v-sdhruv .
Finally, I've solved it! I did what you mentioned; however, it didn't work for me if you already have the workspace assigned to a specific Deployment Stage. What you need to do is follow the steps you mentioned plus the ones below:
- Unassign workspace from the Deployment Pipeline Stage
- Refresh Deployment Pipeline interface
- Assign the workspace again
Magically it pairs the items so we don't alter existing links and items!
Thanks
julsr Hey,
Step 1:
Compare timestamp and file size locally between your current files and those in OneDrive to ensure they're identical.
Step 2: You can use file comparison tools or scripts (like diff commands on Linux) to check for differences.
STep 3: Manually Upload: If the files are identical, manually upload changes to OneDrive (without deleting the existing ones) to avoid generating new links.
STeps 4: Use OneDrive Sync Client: Install the OneDrive sync client on your computer to automatically synchronize files between your local machine and OneDrive. Ensure the settings do not overwrite existing files if they are similar.
Steps 5: Once files are synchronized, consider implementing version control effectively using OneDrive's built-in versioning system to keep track of changes without altering links.
STeps 6: If importing to a workspace generates new links, see if the workspace allows linking directly to the OneDrive folder rather than importing. Some systems provide integration with cloud storage that uses existing files' links.
Thanks
Harish M
Kindly accept this as a solution if it resolves your problem, and please consider giving kudos to the post as well.