Tony
July 30, 2024, 7:37pm
21
Hi @kenlefeb ,
You can use the included python CLI to send commands, including unsync, from the terminal.
For example:
python3 ~/.odrive/bin/7423/odrive.py unsync "/Users/t/odrive/Dropbox Business/temp"
Would unsync the temp folder in my Dropbox Business account.
Just a heads up - I updated to Beta 2, and the issue persistsā¦
Tony
August 2, 2024, 6:45pm
23
Hi @matt.nye and @kenlefeb ,
This is a bit of a shot in the dark, but I wanted to try something.
This command sequence will copy the odriveapp.app file into the userās Applications folder and then go through the extension registration. My thinking is that the new version of MacOS may be picky about where the extension is locatedā¦
echo "Existing odrive plugin: "; pluginkit -vvvmA | grep odrive; echo "Removing odrive plugin and listing (should be none listed): "; pluginkit -r ~/.odrive/bin/*/odriveapp.app/Contents/PlugIns/*; pluginkit -r ~/Applications/odriveapp.app/Contents/PlugIns/*; sleep 5; pluginkit -vvvmA | grep odrive; echo "Copying odriveapp.app to ~/Applications"; cp -R ~/.odrive/bin/7423/odriveapp.app ~/Applications/; sleep 15; echo "Adding odrive plugin and listing: "; pluginkit -a ~/Applications/odriveapp.app/Contents/PlugIns/*; sleep 5; pluginkit -a ~/Applications/odriveapp.app/Contents/PlugIns/*; sleep 5; pluginkit -vvvmA | grep odrive; echo "Enabling odrive plugin: "; pluginkit -e "use" -i "com.oxygen.odriveapp"
Can you give that a shot and see if it changes anything?
1 Like
Iāll give that a shot over the weekend and let you know. Thanks!
Great guess! That gave me the sync options in Finder!
1 Like
Me too!
Thank you so much for your dedication to helping us figure this out! You are awesome, Tony!
Tony
August 4, 2024, 4:02am
27
Great! Thanks for trying that @matt.nye and @kenlefeb . I really appreciate your patience and assistance with this.
Now we need to look at product changes to account for this.
1 Like
dimitri
August 12, 2024, 10:47am
28
not starting at all and see the crash reports each time
Tony
August 12, 2024, 6:13pm
29
Hi @dimitri ,
Can you try this version, when you get a chance? odrive
@Tony great thanks for so fast response
It works well - started without crashing and synced all files.
1 Like
Tony
September 5, 2024, 4:00pm
31
Our latest release has this fix in it:
Hey Odrive Users,
Thereās a new release available today with minor improvements. If youāre running a Beta version of MacOS Sequoia, youāll want to grab this version for sure, though.
Win v.7292 / Mac v.7441:
Finder extension registration changes to support MacOS Sequoia versions currently in beta.
Remote folder delete reflection blacklist checking improvements.
Enforce Canopy upload limit (5 GB)
Minor bug fixes and other improvements.
As usual, the installers can be downloaded from here . Coā¦
I canāt sync files after upgrading to Sequoia, why?
Tony
October 25, 2024, 11:03pm
33
Hi @khanraj15274 ,
Please update to the latest version. See the post above yours.