Skip to content

Commit 1eb461d

Browse files
kudjZdenekSrotyr
authored andcommitted
more debugging
1 parent 2c8cd8b commit 1eb461d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/client/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ def _get_folder_contents_sharepoint(self, folder_path=None, library_name=None):
184184
if library_name:
185185
logging.info(f"The component will try to fetch files from library {library_name}")
186186
library_id = self._get_sharepoint_library_id(library_name)
187+
logging.info(f"Library id: {library_id}")
187188
library_drive_id = self._get_sharepoint_library_drive_id(library_id)
189+
logging.info(f"Library drive id: {library_drive_id}")
188190
if not folder_id:
189191
folder_id = self._get_sharepoint_folder_id_from_path(library_drive_id, folder_path)
190192
folder_path = self._make_library_folder_path(folder_id, library_drive_id)

0 commit comments

Comments
 (0)