Hi, The maximum size of the membersList <https://developers.google.com/adwords/api/docs/reference/v201802/AdwordsUserListService.MutateMembersOperand#memberslist> collection is 1M. So, you will need to split the list into appropriate sized files and try uploading one by one. The bad gateway and socket error could be due to network issues from uploading large lists. The error DatabaseError.CONCURRENT_MODIFICATION you are getting may be due to multiple processes trying to update same entity at the same time. Please refer this section <https://developers.google.com/adwords/api/docs/common-errors#DatabaseError> of guide for better clarity. Could you retry pausing for a short period and then resubmitting the file one by one? Please let me know if you still face issues.
Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/cda14ad4-5150-4dbf-9156-b242fb1108e3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
