Hi, 
we have an adwords integration that have been working for a couple of years 
but whenever I try to make a request I now get an error with the following 
message:

ApiException{applicationExceptionType=ApiException, 
errors=[QuotaCheckError{apiErrorType=QuotaCheckError, 
errorString=QuotaCheckError.ACCOUNT_INACTIVE, fieldPath=, 
reason=ACCOUNT_INACTIVE, trigger=<null>}]}

I can call
AdwordsUserListServiceInterface userListService = 
getAdwordsUserListServiceInterface(token, refreshToken, clientCustomerId);

Successfully so the token etc seems to be correct but when I ,make   then 
call  below i get the error.

        Selector selector = new Selector();
        selector.setFields(new String[]{"Id", "Name", 
"MembershipLifeSpan"});

        UserListPage userListPage;
        try {
            userListPage = userListService.get(selector);
        } catch (RemoteException e) {
            logger.warn("Failed to load lists", e);
            String message = e.getMessage();
            throw new AccessDeniedException(String.format("Access Denied. 
reason: %2", message));
        }

can anyone shed some light on what might be the issue?


kind regards, 
/Lars

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a0aaf4f1-6302-4ffa-87ff-a32fdea93e4an%40googlegroups.com.

Reply via email to