Traceback (most recent call last):
File "./gdcp.py", line 87, in
response = cp.run()
File "/opt/home/ctf/src/gdcmdtools/gdcmdtools/cp.py", line 145, in run
response=self.service.files().copy(fileId=self.id, body=body).execute()
File "/usr/local/lib/python2.7/dist-packages/oauth2client/util.py", line 140, in positional_wrapper
return wrapped(_args, *_kwargs)
File "/usr/local/lib/python2.7/dist-packages/googleapiclient/http.py", line 729, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 500 when requesting https://www.googleapis.com/drive/v2/files/1O1pAYVwztWIzGH25TCtXVa8EPSSunQ2qgNTKjuqi/copy?alt=json returned "Internal Error">
Traceback (most recent call last): File "./gdcp.py", line 87, in
response = cp.run()
File "/opt/home/ctf/src/gdcmdtools/gdcmdtools/cp.py", line 145, in run
response=self.service.files().copy(fileId=self.id, body=body).execute()
File "/usr/local/lib/python2.7/dist-packages/oauth2client/util.py", line 140, in positional_wrapper
return wrapped(_args, *_kwargs)
File "/usr/local/lib/python2.7/dist-packages/googleapiclient/http.py", line 729, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 500 when requesting https://www.googleapis.com/drive/v2/files/1O1pAYVwztWIzGH25TCtXVa8EPSSunQ2qgNTKjuqi/copy?alt=json returned "Internal Error">