Skip Menu |

This queue is for tickets about the Net-Google-Drive-Simple CPAN distribution.

Report information
The Basics
Id: 94316
Status: resolved
Priority: 0/
Queue: Net-Google-Drive-Simple

People
Owner: Nobody in particular
Requestors: twshield [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: comments on documentation
Date: Sun, 30 Mar 2014 10:46:24 -0500
To: bug-Net-Google-Drive-Simple [...] rt.cpan.org
From: Tom Shield <twshield [...] gmail.com>
Just a couple notes on the documentation for this useful module: 1. The link (https://developers.google.com/drive) to setup the Client ID and secret was not helpful to me. I ended up using Google to find the link https://developers.google.com/drive/web/enable-sdk which got me there. 2. You might also mention that files put in the trash still show up as children of their original folder until the trash is emptied. Presumably the explicitlyTrashed property is set on these files, but I did not check. Thanks, Tom -- Tom Shield twshield@gmail.com Vadnais Heights, MN "... and may you never make the mistake of believing you know all there is about sailing." John Rousmaniere, *Annapolis Book of Seamanship*
On Sun Mar 30 11:46:34 2014, twshield@gmail.com wrote: Show quoted text
> I ended up using Google to find the link > https://developers.google.com/drive/web/enable-sdk
Thanks, fixed: https://github.com/mschilli/net-google-drive-simple/commit/fd09d523b6dfb0f8d33cb7a027255b4f7ff53929 Show quoted text
> 2. You might also mention that files put in the trash still show up as > children of their original folder until the trash is emptied
Yeah, that was implemented inconsistently, some functions filtered out trashed items, some didn't now I've added an iterator to consistently filter out trashed items: https://github.com/mschilli/net-google-drive-simple/commit/a6de7d98a9ba97bff01aacbd8482b2b20c69fc3b Let me know if it works for you, thanks for your suggestions!