google-admin-sdk

Cannot Authorize my Service Account to use the Domain Shared contacts API

Cannot Authorize my Service Account to use the Domain Shared contacts API Question: I’m trying to impersonate a super admin account to use the shared contacts API to create new contacts in a directory, after using the gdata client library I couldn’t authorize my request even tho I used the same method I used to …

Total answers: 1

Python JSON TypeError when parsing from response

Python JSON TypeError when parsing from response Question: I don’t know much about python and found an example that would serve my purpose with some modifications, currently trying to parse some data from a GET request response and I keep getting this error: "activity[‘parameters’][‘initValue’])) TypeError: list indices must be integers or slices, not strTypeError: list …

Total answers: 1