Open GoogleCodeExporter opened 9 years ago
Same problem when I try with a PDF file.
Original comment by rahuld...@gmail.com
on 21 Oct 2011 at 2:36
Same for me, i used a batch to scan all my smails ... broken now, if it will
not be fixed, i'll have to search for another document hoster ...
Original comment by jeanluc.boss@gmail.com
on 1 Nov 2011 at 7:28
Same problem, BUT I have a Google Apps Business account
- Uploading without conversion is only available to Google Apps for Business acounts
- Skipped
Original comment by christ...@z-online.net
on 16 Nov 2011 at 12:07
I got the same problem. It's impossible to upload PDF files, because it says
that uploading without conversion is only available to google apps for business
accounts, though i didn't select that it should upload without conversion. I
actually want my files uploaded converted.
Original comment by wesselin...@gmail.com
on 17 Nov 2011 at 12:07
Almost every type of file I try to upload is rejected.
How the heck can this problem have only a medium priority? It has rendered my
account utterly useless, and I'm sure I'm not alone. Since it was reported
almost a month ago and nothing has been done, I'll be taking my business
elsewhere.
Original comment by carey.gr...@gmail.com
on 18 Nov 2011 at 7:01
Files has to be uploaded with ResumableGDataFileUploader!
Original comment by harald.h...@gmail.com
on 7 Jan 2012 at 9:58
I ahve the same error: Mac OSX Lion, IMac 3.06GHz Core 2 Duo, I am running
this as a Shell Script through an Apple script attached to a folder. Any PDF
file I place in the folder gets this error:
Google Docs Upload 1.4.7
Using this tool, you can batch upload your documents to a Google Docs account
preserving folder structure.
Type 'help' for a list of parameters.
/Users/jeffkline/Desktop/Uploads to GDocs/Thompson Center Even Pagesimage.pdf
- Uploading without conversion is only available to Google Apps for Business accounts
- Skipped
The file has been uploaded
THe command I am using is:
do shell script "java -jar
/Users/*****/Library/Scripts/google-docs-upload-1.4.7.jar " & quoted form of
POSIX path of aFile & " --recursive -u *********** -p &&&&&&&&&& >>
/Users/jeffkline/Library/Scripts/GDocs-upload-log.txt"
Username and Password are correct as is the user.
Jeff
Original comment by jkline...@gmail.com
on 14 Jan 2012 at 4:23
I have a paid business account and I get the Uploading without conversion is
only available to Google Apps for Business accounts
...
my command line is:
java -jar e:\users\gdu\google-docs-upload-1.4.7.jar e:\users\mitch -rf
/documents --recursive -u $$$$$$$$$$$$$ -p $$$$$$$$
It does this for every single file except .pdf files.
Original comment by MSt...@copyproducts.com
on 31 Jan 2012 at 2:18
Google Drive FTW though
Original comment by wesselin...@gmail.com
on 1 May 2012 at 9:17
I have the same issue and I have a business account. As previously stated this
is a serious issue for me. I have contacted Google Support about whether my
account is actually considered a 'business account' and it appears to be
according to the Support guy. I sent him screen shots but I received no further
responses...
Has anyone had anymore luck with this error?
Original comment by m...@easybizit.com.au
on 14 May 2012 at 12:41
Hi Guys
I found the issue (at least for me anyway). As you are trying to upload to a
business account it seems the API requires the https protocol for unconverted
documents.
To solve the problem I simply added:
--protocol https
to the end of the command and it uploaded no problems.
I hope this helps others :)
Original comment by m...@easybizit.com.au
on 15 May 2012 at 4:20
Original issue reported on code.google.com by
rahuld...@gmail.com
on 21 Oct 2011 at 2:33