Chris Morabito
- Total activity 58
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 29
Articles
Recent activity by Chris Morabito-
How can I clone an existing Cloud Console project?
Cloud Console does not have a built-in way to clone a project. However, you could use a tool like Terraformer to create a Terraform template from an existing project, which you could then adapt to...
-
Can I move my API Key(s) between projects?
No, it is not possible to move an API Key from one project to another. You will have to create a new API Key.
-
I'm having trouble accessing Cloud Console, it's sluggish, or pages aren't working
Some steps to try if you're having trouble with Cloud Console: Make sure you're using a modern browser. Cloud Console works best in recent versions of Chrome/Edge/Firefox/Safari. Though technicall...
-
API Key HTTP Referer restriction nuances
Some details to be aware of when setting HTTP Referer restrictions for API Keys: HTTP/HTTPS Restrictions without an http:// or https:// prefix will support both HTTP and HTTPS. To restrict to one ...
-
How should I restrict my API Key(s) to prevent unauthorized use?
At a high level we recommend: Create a unique API Key for each environment Set Application Restrictions so each API Key is only usable in its designated environment Set API Restrictions so each AP...
-
Can I store/cache images from Maps Static API or proxy my requests?
No, the Maps Platform terms of service prohibit caching/storing content. Static maps must always be requested directly from Maps Static API client-side (typically in the “src” attribute of an <img>...
-
Maps Static API returns errors above 25,000 requests per day
To prevent unauthorized usage, in addition to your API Key, Google recommends you add a signature to each of your Maps Static API URLs. Once the URL signing secret is defined (for use with signed r...
-
I am a former Maps for Work/Premium Plan customer. Can/should I continue to use my Client ID?
Google hasn't announced any plans to deprecate Client ID authentication, and Maps Platform is fully backward-compatible with your existing code. But that doesn't mean you can't start using API Keys...
-
Is there a limit on the number of projects I can create in Google Cloud Console?
Google sets a quota for how many projects can be created per billing account. The limit increases over the lifetime of your billing account based on a number of factors, but put simply: the longer ...
-
How do I upload data into STREAM:RASTER?
Because raster data is typically pretty large (gigabytes to terabytes), the Woolpert team recommends using a public cloud storage option to stage your data for STREAM:RASTER to ingest. For example,...