You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main part of the sync is offloaded into the package gkeep-files-sync.
The python library will be executed from the extension on a workspace start and will sync files into a specified "Notes root" directory.
Aim
Integrate with gkeep-files-sync as follows:
Add a UI message that asks the user to confirm the install of pip3 and gkeep-files-sync dependencies.
Start gkeep-files-sync on workspace open(if the server isn't already ON - check (3))
Mark the gkeep-files-sync as On via state file into shared storage for all extension instances.
Pass the config file path to the gkeep-files-sync service on execution
The text was updated successfully, but these errors were encountered:
Background
The main part of the sync is offloaded into the package
gkeep-files-sync
.The python library will be executed from the extension on a workspace start and will sync files into a specified "Notes root" directory.
Aim
Integrate with
gkeep-files-sync
as follows:pip3
andgkeep-files-sync
dependencies.gkeep-files-sync
on workspace open(if the server isn't already ON - check (3))gkeep-files-sync
as On via state file into shared storage for all extension instances.gkeep-files-sync
service on executionThe text was updated successfully, but these errors were encountered: