Feature: Support downloading Google Drive folders unlimitedly using Playwright#416
Feature: Support downloading Google Drive folders unlimitedly using Playwright#416namladuc wants to merge 1 commit intowkentaro:mainfrom
Conversation
…laywright - Remove limited max files check - Download folder now is listing using Playwright to avoid Google Drive restrictions - Update related code to support above changes
|
Have you tested this code? Does it work? |
Yes, I’ve tested this code. It generally works. Before running it, make sure Playwright (Python) is properly installed: pip install playwright
playwright installAfter testing, the code generally works as expected. However, there are still some remaining issues related to cookies when downloading. These cookie-related issues can be fixed by following the workaround described here: |
|
Thank you for your approach. After trying it, I found that due to network instability, the download was incomplete, so I was unable to successfully reproduce the results. However, I think this is a very meaningful improvement. |
It can resolve some old issue: