mycar98765

google.api_core.exceptions.PermissionDenied: 403 Missing or insufficient permissions.

Oct 22nd, 2022 (edited)
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | Source Code | 0 0
  1. Traceback (most recent call last):
  2. File "main.py", line 17, in <module>
  3. for doc in docs:
  4. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/cloud/firestore_v1/query.py", line 276, in stream
  5. timeout,
  6. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/cloud/firestore_v1/query.py", line 221, in _get_stream_iterator
  7. **kwargs,
  8. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/cloud/firestore_v1/services/firestore/client.py", line 1307, in run_query
  9. metadata=metadata,
  10. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py", line 154, in __call__
  11. return wrapped_func(*args, **kwargs)
  12. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/api_core/retry.py", line 288, in retry_wrapped_func
  13. on_error=on_error,
  14. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/api_core/retry.py", line 190, in retry_target
  15. return target()
  16. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py", line 166, in error_remapped_callable
  17. raise exceptions.from_grpc_error(exc) from exc
  18. google.api_core.exceptions.PermissionDenied: 403 Missing or insufficient permissions.
Advertisement
Add Comment
Please, Sign In to add comment