Closed Sebadst closed 9 months ago
@Sebadst thanks for pointing this out. It looks like this reference has been missing for some time. I'm checking with the team to determine if this example is still planned, or obsolete. I'll file a bug to make an update based on what I find. In the meantime I believe you should be able to retrieve all image assets with the below GAQL query:
SELECT
asset.*
...
FROM asset
WHERE asset.type = IMAGE
In the
upload_image_asset
script here, you are mentioning aget_all_image_assets.py
script. However, there doesn't seem to be such a script in the repo. Could you please upload one or update that docs? Thanks