We are running reports through the Ads API in Java, and using searchStream as suggested in the documentation. However, for certain kinds of reports (usually a daily report) we are hitting an error with the gRPC response size.
Based on the documentation, I was expecting that using searchStream would not have this problem. The specific error message also makes me wonder if the Java client is using the 4MB gRPC limit as opposed to the 64MB limit mentioned in the documentation. Here is an example error message status: Status: Status{code=RESOURCE_EXHAUSTED, description=gRPC message exceeds maximum size 4194304: 5299161, cause=null} It is the 4194304 that makes me wonder about the 4MB limit. We are on on v10 of the Java library. We can address this by requesting smaller date ranges and stitching together the results later, but I wonder if a) we are doing something wrong, or b) if we can fix this in another way. -Jason -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/304cc6a8-f64d-4889-b463-321b3a8bf54an%40googlegroups.com.