I'm trying update Google Drive file whenever One drive file is updated.
Basicaly file updated on PC → gets synced to OneDrive → update gets applied to GoogleDrive file (same name)
But no matter how I go about selecting file (Google) to be updated I get an error.
Can anyone help?
Solved! Go to Solution.
Answering my own question
I created a solution based on @v-bacao-msft post, that actually works. So it goes like this. Selecting respective folders is self-explenatory. The next part was tricky. I use 'Name' property twice in condition, once for GoogleDrive and once for OneDrive. Then in 'true' branch I get file content based on OneDrive File ID (other options kept failng), then I update GoogleDrive File based in its File ID (once again, other options kept failing) and file content obtained in previous step. Et voila 🙂
Answering my own question
I created a solution based on @v-bacao-msft post, that actually works. So it goes like this. Selecting respective folders is self-explenatory. The next part was tricky. I use 'Name' property twice in condition, once for GoogleDrive and once for OneDrive. Then in 'true' branch I get file content based on OneDrive File ID (other options kept failng), then I update GoogleDrive File based in its File ID (once again, other options kept failing) and file content obtained in previous step. Et voila 🙂
User | Count |
---|---|
95 | |
45 | |
21 | |
18 | |
17 |
User | Count |
---|---|
141 | |
50 | |
43 | |
40 | |
30 |