Hi, I am using the python api and I am trying to create a new account. In the test account I can list accounts and I can create a new account via the api.
However, in the real manager account, I can list accounts but I can not create a new account. How do I resolve this? Where do I go to change permissions so I can create a new account? Error summary: {'faultMessage': '[ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]]', 'requestId': '0005be33b5cfab9f0a5c0116330d50aa', 'serviceName': 'ManagedCustomerService', 'methodName': 'mutate', 'operations': '1', 'responseTime': '241'} Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/googleads/common.py", line 992, in MakeSoapRequest *packed_args, _soapheaders=soap_headers)['body']['rval'] File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/proxy.py", line 51, in __call__ kwargs, File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/wsdl/bindings/soap.py", line 135, in send return self.process_reply(client, operation_obj, response) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/wsdl/bindings/soap.py", line 229, in process_reply return self.process_error(doc, operation) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/wsdl/bindings/soap.py", line 333, in process_error detail=fault_node.find("detail"), zeep.exceptions.Fault: [ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/Documents/new-workspace/etf-project/etfTools/adwords_account_tools.py", line 241, in <module> act.create(account_name) File "/Users//Documents/new-workspace/etf-project/etfTools/adwords_account_tools.py", line 39, in create accounts = self.managed_customer_service.mutate(operations) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/googleads/common.py", line 1004, in MakeSoapRequest e.detail, errors=error_list, message=e.message) googleads.errors.GoogleAdsServerFault: [ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/7b9ecf05-3d27-4a24-beab-5d7f5af3b9b8n%40googlegroups.com.