Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting "Requested entity was not found." when creating posts in loop/bulk for different user #25

Open
anujshah95 opened this issue Dec 6, 2021 · 0 comments

Comments

@anujshah95
Copy link

anujshah95 commented Dec 6, 2021

The API is working fine for a single post but does not work with multiple users posting.
Example - I've 5 users and each user has their own location selected. If I'm posting to their accounts individually it's working fine but when I try to post into all user's accounts in foreach loop then it's working fine for the first user (no matter which user) but after that, each API gives the below response.

"error": { "code": 404, "message": "Requested entity was not found.", "errors": [ { "message": "Requested entity was not found.", "domain": "global", "reason": "notFound" } ], "status": "NOT_FOUND" } }

I've checked all the input parameters and it's alright. The user's access token is also perfect but still facing this issue.

Any help would be appreciated.
Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant