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
Hi Team,
I am getting the following error while using the sync api through the contentful java sdk.I am using the cda client.
This is the following error that I am getting: Cannot invoke "com.contentful.java.cda.rich.CDARichDocument.getContent()" because "document" is null
My only line of code is :
cdaClient.sync().fetch()