You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a notebook that uses several csv files stored in Google Drive. These files get overwritten with new versions daily, but Observable doesn't detect them because the Google Drive ids of the new files are different (if I update the content of the files without replacing them with new files, the changes are picked up).
I understand this might be a limitation of Google Drive, but manually deleting the cloud file in the notebook and re-uploading it actually works because the other cells in the notebook only care about the name of the file (not the Google Drive id): await FileAttachment("google://whatever.csv").csv().
This is not ideal because I have to delete the files one by one and add them one by one. It would help if there was a way to select multiple files in this screen:
Something else that would help is a "Replace file" option for cloud files like the one in regular files:
To Reproduce
Steps to reproduce the behavior:
Upload a csv file to Google Drive
Import it into an Observable notebook
Create another csv file with the same name but different content
Upload it to the same Google Drive folder and choose "Replace existing file"
Refresh the notebook
Expected behavior
The new content appears
Actual behavior
The old content remains
The text was updated successfully, but these errors were encountered:
Because I would have to copy the new content, open the file, paste the content and save each file manually. I'm currently dumping the new versions in the same folder all at once (I have the Google Drive Finder extension for macOS)
Describe the bug
I have a notebook that uses several csv files stored in Google Drive. These files get overwritten with new versions daily, but Observable doesn't detect them because the Google Drive ids of the new files are different (if I update the content of the files without replacing them with new files, the changes are picked up).
I understand this might be a limitation of Google Drive, but manually deleting the cloud file in the notebook and re-uploading it actually works because the other cells in the notebook only care about the name of the file (not the Google Drive id):
await FileAttachment("google://whatever.csv").csv()
.This is not ideal because I have to delete the files one by one and add them one by one. It would help if there was a way to select multiple files in this screen:
Something else that would help is a "Replace file" option for cloud files like the one in regular files:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The new content appears
Actual behavior
The old content remains
The text was updated successfully, but these errors were encountered: