I can not create google.androidmanagement
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 01:45 AM
Hi I created service account on my google could project got my public and private json keys.
now i am trying to create google.androidmanagement this is my code pleases give me an advice
"
const SERVICE_ACCOUNT_KEY_FILE = 'C:\\Users\\User\\Desktop\\happyIconProjects\\MDM github\\AndroidManagmentAPI\\backend\\src\\Google\\keys\\mobile-device-managment-409407-20c331616ec6.json';
async function createAndroidManagementClient() {
console.log(SERVICE_ACCOUNT_KEY_FILE)
const jsonContent = await fs.readFile(SERVICE_ACCOUNT_KEY_FILE, 'utf8');
const serviceAccount = JSON.parse(jsonContent);
const authClient = await auth.fromJSON(serviceAccount, SCOPES);
console.log("we passed here ")
console.log(authClient)
console.log("****************************")
const androidmanagement = google.androidmanagement({
version: 'v1',
auth: authClient,
});
return androidmanagement;
}
"
0 REPLIES 0
Related Content
- MDM get Customers and Devices Api Access issue in General discussions
- [Day 3] Community festival: The AI Renaissance: Building us up & making us laugh in General discussions
- [Day 2] Community festival: The long road from SMS to RCS in General discussions
- [Day 1] Community festival: Highlighting 3 great resources of information for the Android Enterprise community in General discussions
- Skip Passcode Setup in General discussions