Il nome della risorsa da spostare. name sia nel formato "projects/*/assets/**" (ad es. "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). Tutti gli asset di proprietà dell'utente si trovano nel progetto "earthengine-legacy" (ad es. "projects/earthengine-legacy/assets/users/foo/bar"). Tutti gli altri asset si trovano nel progetto "earthengine-public" (ad es. "projects/earthengine-public/assets/LANDSAT").
L'autorizzazione richiede la seguente autorizzazione IAM sulla risorsa specificata sourceName:
earthengine.assets.delete
Corpo della richiesta
Il corpo della richiesta contiene dati con la seguente struttura:
Rappresentazione JSON
{"destinationName": string}
Campi
destinationName
string
Il nome della destinazione in cui spostare la risorsa. name sia nel formato "projects/*/assets/**" (ad es. "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). Tutti gli asset di proprietà dell'utente si trovano nel progetto "earthengine-legacy" (ad es. "projects/earthengine-legacy/assets/users/foo/bar"). Tutti gli altri asset si trovano nel progetto "earthengine-public" (ad es. "projects/earthengine-public/assets/LANDSAT").
L'autorizzazione richiede la seguente autorizzazione IAM sulla risorsa specificata destinationName:
earthengine.assets.create
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di EarthEngineAsset.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-03-06 UTC."],[[["Moves an Earth Engine asset from a source location to a specified destination."],["Requires `earthengine.assets.delete` permission on the source asset and `earthengine.assets.create` permission on the destination."],["Uses an HTTP POST request to the `earthengine.googleapis.com` endpoint with the source and destination names in the request."],["The request body includes the `destinationName` specifying where the asset should be moved."],["Successful operation returns an `EarthEngineAsset` object."]]],[]]