Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Trash can APIs allow you to retrieve, restore, or permanently delete files and folders that are in deleted state.
The following code sample shows you how to tag a file or folder.
Code Sample
# cloud_file object returned from metadata or fullview calls cloud.tag(cloud_file.uri, 'new,tags,here')
The following code sample shows you how to retrieve tags for a file or folder.
tags = cloud.tags('/VZMOBILE/ScreenShare.dmg')
The following code sample shows you how to remove tags from a file or folder..
# cloud_file object returned from metadata or fullview calls cloud.untag(cloud_file.uri)
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.