Hello plugin-author (or anyone still using this plugin)
The display of files under a gdrive folder has stopped working. It was working until few weeks ago…I am going to assume WordPress 4.5.3 and this plugin is incompatible (although it has been working very well up until now).
I like this plugin very much and I was wondering if there’s any fix for this issue?
Thank you.
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>I have a site set up with several pages linking to individual Google Drive folders. All of them are using identical code and settings, both for the WordPress pages and for the Google Drive settings.
We include a direct link to the google drive folder as well as the shortcode version with a header and the items in it shown with preview on.
The materials in this section?can also be found in <a title="Google Drive" href="https://drive.google.com/folderview?id={folderID}&usp=sharing" target="_blank">Google Drive</a>.
[gdocs fid="{identical folderID}" title="Google Drive Materials" preview=true maxdepth=1]
So there shouldn’t be anything causing any of these pages to not display – they’re also all using the same default template, so there shouldn’t be any stray CSS conflicts or something like that creating trouble.
But for one of the pages, the title loads from the shortcode but the list of documents doesn’t.
On a working page, when I do “inspect code”, I get something like this:
<table class="doc-table">
<tbody>
<tr>
<td><a href="https://docs.google.com/document/d/{docID}/edit?usp=drive_web"><img style="height:50px;width:auto;" src="https://lh6.googleusercontent.com/{ImgID}"></a></td><td><a href="https://docs.google.com/document/d/{docID}/edit?usp=drive_web">{DocTitle}</a></td>
</tr>
<tr>
<td><a href="https://docs.google.com/document/d/{docID}/edit?usp=drive_web"><img style="height:50px;width:auto;" src="https://lh3.googleusercontent.com/{ImgID}"></a></td><td><a href="https://docs.google.com/document/d/{docID}/edit?usp=drive_web">Timeline - Memo II 2015</a></td>
</tr>
</tbody>
</table>
On the non-functioning page, this is all I get:
<table class="doc-table"></table>
Any ideas? I’ve replaced direct IDs in the code above because the site is semi-private for someone else (hidden from Google) and I don’t want to change that here – the fact that nothing is drawn from the Google Drive folder but the direct link works fine is what’s confusing me. We’re trying a new folder to get a new ID to work with, but I figured I’d post this here in case it helps anyone else
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>This is a great plug-in! I’d like for the documents to open in new tabs when opened as my list displays on a page with running video. Not sure if I can just add a target= “_blank” into the code? If so, where?
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>How would I add code to show just the last 10 files uploaded to a folder?
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>Hi – the plugin was working until a few days ago, but now I’m getting the error message “Fatal error: Call to undefined function curl_init()”
Any ideas? I’ve tried un-installing and reinstalling with no success.
Any help appreciated.
See https://grantonlife.asp-host.co.uk/gpcwordpress/?p=696
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>I would like to share a Folder and all the folders inside that folder. Please advise.
I can get the plugin to work when I simply save files inside a shared folder. But once I create subfolders I don’t see anything. I set the max depth at a high number, and I tried with an empty field too.
Thanks for the help.
Page: https://www.tunbridgevt.com/residents/minutes/
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>I have managed to figure out that when an uploaded file name contains a single quote or apostrophe, the entire folder will return with nothing–empty. I am assuming this is because the file name is like, Joe’s upload.pdf, and somehow works against the programming codes. I have tried to do str_replace but failed.
Can the author or anyone work this out so that I can use single quote or apostrophe in the file name?
Thank you.
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>Great plugin! I was really praying it will work for 3.8.1 and it does!
I am doing to list view and when I turn off the preview, “preview=false” or not even use them I get this message:
Catalog is empty or inaccessible
The only way it is working is to have “preview=true.” How can I correct this? I would like to simply list file names without thumbnails.
Thank you.
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>Hi,
this is what I am embedding but isn’t working.
[gdocs fid=”0B1p3sW9kWmtSUFlIR3NWdFhGYW8″ title=”Test”]
What am I doing wrong?
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>Hi
When I set preview=false (List Mode) and maxdepth=2, the nested folders and files are not displayed and a notice is thrown.
Notice: Undefined offset: 5 in ..\wp-content\plugins\googledrive-folder-list\gdocs.php on line 100
Please help!
Thanks,
Trupti
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>This appears to not work on my wordpress 3.8 install.
It would be a great addition if this was still working
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>Trying to get this plugin to work to display a list of documents in a folder, but it’s returning this on the WordPress page:
“Catalog is empty or inaccessable”
There are documents in the folder, and the folder is set to “public” sharing.
Any ideas on what I might be doing wrong?
Thanks!
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>Hi,
I must be missing something, but … I can’t find any documentation that defines the meaning of “fid” and “title”.
What should I use as “fid” and what should I use as “title”? Do I have to tell it the name of the google account username anywhere?
Is there any more documentation available?
Thank you!
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>I don’t suppose there’s any easy way to include sub-folders in the embedded file-list?
It would be great if you could embed a whole folder including sub-folders.
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>if(!$preview){
return gdrive_fl_renderFromHost($ch,$title);
} else {
return gdrive_fl_renderFromFolderview($ch,$title);
}
I had to add the bold to get it to work.
https://www.ads-software.com/plugins/googledrive-folder-list/
]]>