Generate Text File with File and Drive ID

Hi, I want know if possible generate and export a text file for each file with Drive and File ID on Google Drive. Some how this:

item_id=16qkxuVi2xAo8GAgeOcbQvztsfsSZl2KBPG1&item_driveid=0AC96VlhCy1SRsWMUk9PVA

Thanks for your help!

You can use rclone lsf or rclone lsjson to dump the item IDs, eg

rclone lsf --csv --files-only -Fip -R drive:dir

Won't the drive_id be the same for all the files in the drive? As in it will be whatever you passed into the team_drive config parameter or --drive-team-drive flag?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.