Hello everyone,
I'm working with a Dropbox team account and currently integrating Google Sheets with Dropbox using Google Apps Script. Here’s what I am aiming to achieve:
In my Google Sheet, each row represents a specific folder in our Dropbox account. Column C contains the shared link of the folder, and Column F is supposed to show the current path of the folder (path_display).
Challenge: When I fetch folder metadata using the Dropbox API through Apps Script, it doesn't include the path_display information. I need this data to ensure that the paths in Column F are updated whenever a folder is moved within Dropbox. This setup is critical because it feeds into an interactive map we are creating with Google My Maps, where the folder paths correspond to specific elements on the map.
Goal: Automatically update each folder’s path in Column F whenever there's a change in its location on Dropbox, to maintain accurate linkage in our Google My Maps project. Or more simply, run a function weekly that goes through every row and updates the column F with the most up-to-date folder path.
Has anyone else encountered this issue of missing path_display data when fetching metadata via the Dropbox API? Any guidance on how to ensure that folder paths are dynamically updated in Google Sheets would be greatly appreciated.
Thank you!