I have just been left with GCDS, all new to me. I am getting the error below and and the sync stopped working yesterday.
Any help gratefully received
User retrieval summary:
Unexpected and non-recoverable exception caught while attempting to synchronize:
java.util.concurrent.ExecutionException: com.google.usersyncapp.sync.FullFillWorker$FillFailureException: java.lang.RuntimeException: java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"location" : "maxResults",
"locationType" : "parameter",
"message" : "Invalid value '500'. Values must be within the range: [1, 200]",
"reason" : "invalidParameter"
} ],
"message" : "Invalid value '500'. Values must be within the range: [1, 200]"
}
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at com.google.usersyncapp.sync.SynchronizationPluginGroup.executeFullFill(SynchronizationPluginGroup.java:99)
at com.google.usersyncapp.sync.agent.FullSyncAgent.fullFill(FullSyncAgent.java:529)
at com.google.usersyncapp.sync.agent.FullSyncAgent.call(FullSyncAgent.java:144)
at com.google.usersyncapp.ui.page.general.AbstractSyncWorker.doInBackground(AbstractSyncWorker.java:72)
at com.google.usersyncapp.ui.page.general.AbstractSyncWorker.doInBackground(AbstractSyncWorker.java:33)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: com.google.usersyncapp.sync.FullFillWorker$FillFailureException: java.lang.RuntimeException: java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"location" : "maxResults",
"locationType" : "parameter",
"message" : "Invalid value '500'. Values must be within the range: [1, 200]",
"reason" : "invalidParameter"
} ],
"message" : "Invalid value '500'. Values must be within the range: [1, 200]"
}
at com.google.usersyncapp.sync.FullFillWorker.call(FullFillWorker.java:69)
at com.google.usersyncapp.sync.FullFillWorker.call(FullFillWorker.java:23)
at java.util.concurrent.FutureTask.run(Unknown Source)
... 3 more
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"location" : "maxResults",
"locationType" : "parameter",
"message" : "Invalid value '500'. Values must be within the range: [1, 200]",
"reason" : "invalidParameter"
} ],
"message" : "Invalid value '500'. Values must be within the range: [1, 200]"
}
at com.google.usersyncapp.plugin.google.GooglePlugin.doFullFill(GooglePlugin.java:288)
at com.google.usersyncapp.sync.FullFillWorker.call(FullFillWorker.java:55)
... 5 more
Caused by: java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"location" : "maxResults",
"locationType" : "parameter",
"message" : "Invalid value '500'. Values must be within the range: [1, 200]",
"reason" : "invalidParameter"
} ],
"message" : "Invalid value '500'. Values must be within the range: [1, 200]"
}
at com.google.usersyncapp.plugin.google.GooglePlugin.doFulfill(GooglePlugin.java:339)
at com.google.usersyncapp.plugin.google.GooglePlugin.doFullFill(GooglePlugin.java:280)
... 6 more
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"location" : "maxResults",
"locationType" : "parameter",
"message" : "Invalid value '500'. Values must be within the range: [1, 200]",
"reason" : "invalidParameter"
} ],
"message" : "Invalid value '500'. Values must be within the range: [1, 200]"
}
at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:146)
at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)
at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:321)
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1065)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:419)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:352)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:469)
at com.google.usersyncapp.plugin.google.ServiceProxy$1.call(ServiceProxy.java:2604)
at com.google.usersyncapp.util.RetryImpl.execute(RetryImpl.java:92)
at com.google.usersyncapp.plugin.google.ServiceProxy.executeCall(ServiceProxy.java:2533)
at com.google.usersyncapp.plugin.google.ServiceProxy.retrieveGroups(ServiceProxy.java:1574)
at com.google.usersyncapp.plugin.google.ServiceProxy.retrieveAndPreprocessAllGroupNames(ServiceProxy.java:1539)
at com.google.usersyncapp.plugin.google.GoogleFulfill.doFulfillGroups(GoogleFulfill.java:439)
at com.google.usersyncapp.plugin.google.GooglePlugin.doFulfill(GooglePlugin.java:317)