Adding logs

This commit is contained in:
Rob Emery 2025-01-03 16:15:44 +00:00
parent c73ca60d3c
commit c0df96c6d9

View File

@ -86,6 +86,7 @@ type browse struct {
// ContentDirectory object from ObjectID.
func (cds *contentDirectoryService) objectFromID(id string) (o object, err error) {
log.Printf("objectFromID Called: %+v", id)
o.Path, err = url.QueryUnescape(id)
if err != nil {
return