예제 #1
0
 def jsonrpc_file_upload_stop(self, remote_path):
     return api.file_upload_stop(remote_path)
예제 #2
0
 def file_upload_stop_v1(self, request):
     data = _request_data(request, mandatory_keys=[
         'remote_path',
     ])
     return api.file_upload_stop(remote_path=data['remote_path'])