Siham Hussein
Siham Hussein
Came up again in #670 we should really fix this and switch to JSON :)
This looks good to me in general. Are there plans to also add an exporter? We typically shy away from importer only adapters in case someone is trying this project...
> we already have `CreativeWork`, `MusicPlaylist`, `MusicGroup`, and `MusicRecording` models in the repo. We definitely wouldn't want to duplicate these classes. We actually already have 2 versions of CreativeWork, one...
Hi! Thanks for helping out! The Gmail importer and exporter live under [extensions/data-transfer/portability-data-transfer-google/src/main/java/org/datatransferproject/datatransfer/google/mail](https://github.com/google/data-transfer-project/tree/master/extensions/data-transfer/portability-data-transfer-google/src/main/java/org/datatransferproject/datatransfer/google/mail) We have some minimal tests under [extensions/data-transfer/portability-data-transfer-google/src/test/java/org/datatransferproject/datatransfer/google/mail](https://github.com/google/data-transfer-project/tree/master/extensions/data-transfer/portability-data-transfer-google/src/test/java/org/datatransferproject/datatransfer/google/mail) A good place to start is reading through the makeup...
Hi, this happens if the API key/secret are misconfigured. Which service are you getting the error for? Please double check that the client ID and secret that are configured on...
You find some details on the flow of creating an oauth client for Google here: https://developers.google.com/identity/protocols/OAuth2WebServer#creatingcred If you already created the oauth client, you can view the ID and secret...
Build error: `> Task :distributions:api-default:shadowJar FAILED ex groovy.lang.MissingPropertyException: No such property: count for class: com.github.jengelman.gradle.plugins.shadow.transformers.ServiceFileTransformer` The [suggested fix](https://stackoverflow.com/questions/67377844/no-such-property-count-for-class-com-github-jengelman-gradle-plugins-shadow-tr) is to upgrade our version of the shadow jar from `2.0.2` to...
Clsoing out this PR since there are a couple of things we need to fix first, it looks like the decryption is also a bit wonky and is trimming out...
Reopening this PR -- after stronger consideration this path is only used in the local demo UI that we have built out for testing purposes so the warning is OK
Looks like there are several places where we use `Jobstore.create(UUID jobId, String Key, T model)` instead of `JobStore.Create(UUID jobId, String key, InputStream stream)` - in the GoogleJobStore, the first uses...