The command is suppose to Retrieves a paginated list of all mobile devices for an account.
Mobiledevices: list
Currently, it's returning ONLY devices with ownership "User owned".
We are missing ALL the devices set as "Company owned".
Thanks
You seem not to be alone with this issue
Indeed the issue is already reported on Google Public Issue Tracker. I recommend you to "star" this issue and follow the updates on its solution.
Related
I am trying to implement GCP FHIR store.
Like it says on the GCP documnentation, I should be able to see data when I click the resource type.
However, I see 18 data exists at the pagination section at the the bottom, but data does not show.
I am able to click little empty space of a row and it shows overview but elements and json tab of the data is not available.
Since I cannot embed an image, I will share a link of an image.
Thx in advance.
As suggested in the comments, this seems like a bug on GCP's side.
You can report it on the Public Issues Tracker including symptoms and reproduction steps.
Google Cloud Console has identified a bug in FHIR viewer in which certain types of data would not render under certain circumstances pertaining to dates.
A fix has been submitted and should be included in an upcoming release, usually deployed within a week.
I have just been given admin access to a Google Analytics portal that tracks the corporate website's activity. The tracked data are to be moved to Amazon S3 via AppFlow.
I followed official AWS documentation in how to setup the connection between GA and AWS. We have created the connection successfully but I came across an issue I can't find an answer to:
Subobject field is empty. Currently, there are already ~4 months worth of data so I was thinking it's not an empty data thing. This issue does not allow me to proceed creating the flow as it is a required field. Any thoughts?
note: the client and the team is new to AWS, so we are setting it up as we go, learning on the way. thank you for the help!
Found the answer! The Google analytics account should have a Universal Analytics property available. Here are a few links:
https://docs.aws.amazon.com/appflow/latest/userguide/google-analytics.html
https://support.google.com/analytics/answer/6370521?hl=en
I have a Books API project, and the GCP shows "No data is available for the selected time frame" for the last 30 days. This message appears on both the "Metrics" and "Quotas" pages. See screenshots below.
Clearly there is data, which I can see via my app analytics reports.
Any suggestions on how to fix it?
UPDATE 1:
Following are some points that were missing on the original post:
The Google Books API is used by an iOS app, which is available on the App Store and widely used across many iOS devices (iPhone and iPads) in many countries.
There are thousands of iOS devices running my app so the Google Books API calls are invoked from thousands of endpoints with different locations and different IPs. All endpoints are using the same API_KEY.
The Google Books API calls are performed successfully from the iOS devices and there is no API issue (I can clearly see that using analytics tool).
The only issue I have, is with GCP console not showing the number of the API calls (and other metrics) associated with my API_KEY. As you can see in the previous screenshots, I get "No data is available for the selected time frame" anywhere.
This is a regression issue since until recently I could successfully view the actual data of the API usage. I didn't change anything in this period.
When going to GCP > IAM & Admin > Quotas, you can clearly see that the app indeed consumes API calls (see screenshot below).
Any suggestion why would the GCP console tell that no data is available, while data is indeed available?
As the documentation [1], Google Books respects copyright, contract, and other legal restrictions associated with the end user's location. As a result, some users might not be able to access book content from certain countries. For example, certain books are "previewable" only in the United States; we omit such preview links for users in other countries. Therefore, the API results are restricted based on your server or client application's IP address.
On the other hand, I hope link [2] could be helpful for you which seems similar to the issue you are facing. Also, documentation [3] [4] could be helpful for us to have more information about books API to use in the Google Cloud Platform.
[1] https://developers.google.com/books/docs/v1/using#UserLocation
[2] Google books api always returns nothing
[3] https://developers.google.com/books/docs/v1/using
[4] https://developers.google.com/books/docs/v1/getting_started
I see that others have asked this question, but I haven't seen any 'how-to' answers for businesses that can't find their Place ID.
When I type my business name and address into the place id finder it does not return any results.
My business on google maps: https://www.google.com/maps/place/Fancy+Fox/#41.6057788,-93.8500368,11z/data=!4m8!1m2!2m1!1sfancy+fox+des+moines!3m4!1s0x87ec24217b23e6fb:0x3cbf2ea78697e2ff!8m2!3d41.5973725!4d-93.701036?hl=en
Thank you for your help!
Try GMB Toolbox to decode your location to a Place ID http://gmb.reviewsmaker.com 😊
There are a couple of things you should be aware of:
Once you added your business in Google My Business you have to wait some time (probably up to 7 days) while the business will be available in the place autocomplete service.
If you created a Service Area Business, it probably won't appear in place autocomplete due to the following issue: https://issuetracker.google.com/issues/35831063
As I can see, you have indeed created a Service Area Business, it has a polygon on maps.google.com. I would suggest reaching out directly to Google support in the public issue tracker and ask them to help get a place ID.
UPDATE
As of March 2018 you can now search all businesses place IDs using the Google My Business place ID finder:
https://developers.google.com/my-business/content/faq#how-to-find-placeid
In dopplr [http://www.dopplr.com] there is an option to fill the city of travel and the site will automatically find the city around the world. Is there any web service or database for such a city lookup?
http://www.geonames.org/ is useful - HTML query, download and web service.
Also http://developer.yahoo.com/geo/ - you'll need a Yahoo developer ID.
Google maps API includes a geocoding service and there are plenty of other options
You could download and process this list on wikipedia. If you trust it.
The best free database of world cities I have found is from MaxMind. See http://www.maxmind.com/app/geolitecity It also includes geocoding information and population. Uses ISO standard for country and regions.
There's the OpenStreetMap Name Finder.
I don't know if it's necessarily the most complete resource, but AFAIK OSM is free for any use, which may/may not be the case with other options.