Esempio n. 1
0
def _rm_file(f):
    token = os.environ["KB_AUTH_TOKEN"]
    invo = InvocationService(url=URLS.invocation, token=token)
    invo.remove_files("", "/", f)
    return
Esempio n. 2
0
def _rm_file(f):
    token = os.environ['KB_AUTH_TOKEN']
    invo = InvocationService(url=URLS.invocation, token=token)
    invo.remove_files("", '/', f)
    return