I upload a file using the 'choose file' and submit page. The drupal message says that the file was successfully uploaded. THe file does not show up in google docs or droogle.
Zend Gdata 1.11.11
Drupal 7.14
I have changed the $SUPPORTED_FILETYPES = array(
to include:
'DOC'=>'application/msword',
'DOCX'=>'application/msword',
Any idea how to debug this issue?
I am using the non Organic Groups context for Droogle
THis is the drupal message after upload:
stdClass Object
(
[uid] => 1
[status] => 0
[filename] => Pitching Signs.doc
[uri] => temporary://Pitching Signs_0.doc
[filemime] => application/msword
[filesize] => 42496
[source] => upload
[destination] => temporary://Pitching Signs_0.doc
[timestamp] => 1344611645
[fid] => 72
)
File Pitching Signs.doc was uploaded to google docs
thx
Comments
Comment #1
barnettech commentedI haven't checked upload since google drive came out, and we're not using this feature in production ... I'll try to look into re-testing it when things slow down a bit. With the release of google drive the Apis have changed a bit b fact.
Comment #1.0
barnettech commentedUpdated