CG-14844: Graph Source SDK - Journal Id Not Returned #17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CG-14844: Graph Source SDK - Journal Id Not Returned
When something is synced in graph-source-sdk, the content will go through _stream. To be able to know the status for the synced content, we would need to be able to see the return from the service, but this is not happening in SaveContentAsync.
The response body looks like this:

With the information, a developer would be able to see why sync is failing by hitting this path (while being authenticated).