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
the retrieved community variable is checked for not being null and never used again.
If I override the .findByCommunity to return a truthily-resolved promise, it just works and makes the query.
The text was updated successfully, but these errors were encountered:
But then how do I use External Storage Framework when sending metadata to Jive?
Nothing in there seems to store any communities and doRequest is the only method of its kind in the SDK that goes through the process of refreshing the oauth token if needed.
We can move this conversation to your support location.
General developer support issues are discused in jive community portal. that's what I meant. We can discuss it there if you're certain this issue is invalid.
When a request is being done, one of the steps is finding the community
jive-sdk/jive-sdk-api/lib/community/community.js
Line 277 in 08b05f1
the retrieved community variable is checked for not being null and never used again.
If I override the
.findByCommunity
to return a truthily-resolved promise, it just works and makes the query.The text was updated successfully, but these errors were encountered: