python gsutil
to get a list of gsutil commands.) I get the error "python: can't open file 'gsutil': [errno 2] no such file or directory" when I type in "python gsutil". Please help, I am on a deadline to upload some large video files. I would be interested in knowing about any other options for uploading files over 4gb to cloud , other than browser interface. Holly,
Have you tried cyberduck (www.cyberduck.ch)?
I suspect the reason gsutil is not working us the gsutil file is not in your path or current directory.
I installed both python and gsutil to c drive of my windows 7 pc. I changed-added system variables as instructed. when I go to step 5 (Start a command prompt window and run python gsutil
to get a list of gsutil commands.) I get the error "python: can't open file 'gsutil': [errno 2] no such file or directory" when I type in "python gsutil". Please help, I am on a deadline to upload some large video files. I would be interested in knowing about any other options for uploading files over 4gb to cloud , other than browser interface.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Storage" group.
To view this discussion on the web visit https://groups.google.com/d/msg/gs-discussion/-/g4N244fOIpQJ.
To post to this group, send email to gs-dis...@googlegroups.com.
To unsubscribe from this group, send email to gs-discussio...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gs-discussion?hl=en.
python c:\gsutil\gsutil cp filename gs://bucketname
__
Please excuse the terse message sent from my Android.
Please excuse the terse message sent from my Android.
Hi Holly,
you'll want to specify the full path to the file too.
__
Like "c:/python27/python c:/gsutil/gsutil cp c:/freelance/mvi_8152.mov gs://transcendence_theatre"
Bc I tried that and it didn't work. came up with a error "InvalidUriError: "c:\freelance\mvi_8152.mov" contains ":" instead of "://".
so I tried:
c:\python27\python c:\gsutil\gsutil cp c://freelance/mvi_8152.mov gs://transcendence_theatre
InvalidUriError: Unrecognized scheme "c".
Next I tried:
c:\python27\python c:\gsutil\gsutil cp gs://freelance/mvi_8152.mov gs://transcendence_theatre
InvalidUriError: Attempt to get key for "gs://freelance/mvi_8152.mov" failed.
This can happen if the URI refers to a non-existent object or if you meant to
operate on a directory (e.g., leaving off -R option on gsutil cp, mv, or ls of a
bucket).
--
You received this message because you are subscribed to the Google Groups "Google Cloud Storage" group.
To view this discussion on the web visit https://groups.google.com/d/msg/gs-discussion/-/LaehuL6HD48J.
To post to this group, send email to gs-dis...@googlegroups.com.
To unsubscribe from this group, send email to gs-discussio...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gs-discussion?hl=en.