Images links in googlesheet
-
Hello and thanks for your plugin,
We have install googlesheet connector pro on our website, when testing links in googlesheet for images, the paths were not complete and return a 404 error.
It seems the array returned by wpcf7 for file upload as changed, I’ve found a workaround by modifying these lines in
class-gs-service.php
:$file_name = basename( $path[0] ); $destination = $upload[ 'path' ] . '/' . $time_now . '-' . $file_name; $destination_url = sprintf( '%s/%s', $upload[ 'url' ], $time_now . '-' . $file_name ); $uploads_stored[ $name ] = $destination_url; copy( $path[0], $destination );
it’s just a hack, multiple file upload ‘ll certainly not work ??
Have a nice day
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Images links in googlesheet’ is closed to new replies.