View source: R/fct_get_gcs_object.R
get_gcs_object | R Documentation |
Makes a request to a user specified Google Cloud Storage bucket to get an object (GeoPackage) in the bucket.
get_gcs_object(token, bucket, object)
token |
an OAuth2.0 token which allows a user to make authenticated HTTP requests to the Google Cloud Storage API. |
bucket |
single element character vector of the name of Google Cloud Storage bucket. |
object |
single element character vector of the name of GeoPackage to get. |
two element list. First element is the path to where the GeoPackage has been written or character vector with an error message. The second element is the file name to display to users when selecting the GeoPackage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.