Closed anod closed 6 years ago
Did you notice this one?
Yep.
Do you think there is may be a throttle?
No, just an API change.
Request format was changed, this worked for me:
message BulkDetailsRequestDocProperties
{
}
message BulkDetailsRequestDoc
{
required string docid = 1;
required int32 versionCode = 2;
required int32 num2 = 3;
required BulkDetailsRequestDocProperties properties = 7;
}
message BulkDetailsRequest
{
repeated BulkDetailsRequestDoc docs = 8;
}
In addition I had to update "x-dfe-encoded-targets" header as well
Thanks for sharing. Updating "x-dfe-encoded-targets" was enough for me.
Hi
BulkDetailsResponse is success, but empty.
Other APIs like search and details are working.
Did you notice this one? Do you think there is may be a throttle?