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
I'm interested in contributing to this issue, so before I start working it, would anyone mind sparing a little time explaining what the issue is about and pointing me to some resources to get started.
When dealing with the album, photo and video names and descriptions, Google adapters manually sanitise the strings. Instead, it's meant to be dealt by implementing a Google specific TransmogrificationConfig. It should be fairly straightforward. Look at how other such configs are used, do something similar and remove explicit name truncation from the adapter code.
Currently, transmogrification logic is being duplicated in the Google adapter code. Add a
TransmogrificationConfig
to fix this.The text was updated successfully, but these errors were encountered: