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
Google takeout can give us a set of data which could contain all the user subscriptions, watch history, watch later, playlists, etc.
Since this data is zipped into a single file, the appropriate method to implement this would be by extracting the zip (using a library) and check which information is present and let the user know which information to import.
Since extracting the data from Google Takeout might be a little complicated, we need to set up a few screens which contains screenshots explaining how the process is done (Like a guide).
The text was updated successfully, but these errors were encountered:
Google takeout can give us a set of data which could contain all the user subscriptions, watch history, watch later, playlists, etc.
Since this data is zipped into a single file, the appropriate method to implement this would be by extracting the zip (using a library) and check which information is present and let the user know which information to import.
Since extracting the data from Google Takeout might be a little complicated, we need to set up a few screens which contains screenshots explaining how the process is done (Like a guide).
The text was updated successfully, but these errors were encountered: