User Profile
zo1987
Level 1.6: Donut
Joined 2 years ago
User Widgets
Contributions
Re: Google ZTE API -
Hey Jeremy, thank you! I currently manage over 5000 devices in MobileIron as are MDM solution. We purchase our devices from CDW and CDW imports our android devices we purchase from them into our Google ZTE portal for us. I have access to access our Google ZTE portal and assign configuration profiles in our Google ZTE portal. I would like to be able to search for an imei number in our google ZTE portal via and api script. It strange because I was able to create API credentials and enable the Android Provisioning API in Google API (https://console.cloud.google.com/apis/library) . Iam able to generate an access token but when i run my script i get error "404. That’s an error. The requested URL . Also, would I have to submit a reseller account request as a EMM? Hope this provides you with a bit more context on what im trying to accomplish. Thank!3KViews0likes0CommentsRe: Google ZTE API -
Hey Jeremy, Thank you for the info! Im Not a reseller, is the only way to get approved to be a reseller is only if you sell devices? I was under the impression that you can use the customer api commands if your a customer but I guess that's not the case. Can you help me in getting a reseller account to get my api script going?3.1KViews0likes2CommentsGoogle ZTE API -
Why am i getting the error "404. That’s an error. The requested URL "https://zerotouch.googleapis.com/v1/customers/$CustomerId/devices/$Imei" was not found on this server. That’s all we know." Im following the instructions provided here. https://developers.google.com/zero-touch/reference/customer/rest/v1/customers.devices/get Im just trying to search for an imei number in my zero touch portal located here https://partner.android.com/zerotouch I was able to retrieve authorization code using https://accounts.google.com/o/oauth2/auth and scope=https://www.googleapis.com/auth/androidworkzerotouchemm Then I able to generate access token from authorization code but when attempting to retrieve an imei number using "https://zerotouch.googleapis.com/v1/customers/$CustomerId/devices/$Imei" customers get method. I get the error stated above. Can someone help!3.1KViews0likes7Comments