...
The example code below shows enabling batch manifest for Office 365 (platform_id = office365-oauth2graph) and OneDrive for Business (platform ID = onedrive-business-oauth2graph).
Code Block |
---|
{ "data": { "provider": "sqlserver", "connection": "SERVER=localhost;DATABASE=SkySyncV4;Integrated Security=SSPI;", "directory": "C:\\ProgramData\\SkySync\\v4" }, "server": { "proxy_url": "http://192.168.1.76:9090/" }, "deployment": { "packageDirectory": "C:\\ProgramData" }, "office365-oauth2graph": { "batch_save_manifests": true }, "onedrive-business-oauth2graph": { "batch_save_manifests": true }, "license": { "activation_key": "ab4e994a-342f-0000-0000-b5da2577579b" } } } |
...