google / data-transfer-project

The Data Transfer Project makes it easy for people to transfer their data between online service providers. We are establishing a common framework, including data models and protocols, to enable direct transfer of data both into and out of participating online service providers.

Home Page:http://datatransferproject.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update models to support filenames

philipsharp opened this issue · comments

The PhotoModel and VideoModel objects do not support filenames. Not all services support filenames for photos and videos, and those that do have inconsistent behavior. (Filenames may be dropped, or end up in different fields on import.) This makes it harder to users to keep track of files across services (and possibly local storage).

Update the models and exporters to support storing an existing filename and update importers to use filenames when available and the importing service supports them.