-
```
from vk_api.vk_api import VkApiMethod, VkApi
vk_session = VkApi('+xxx', 'xxx')
vk_session.auth()
vk: VkApiMethod = vk_session.get_api()
```
(xxx) "xxx/bin/python" "xxx/main.py"
Trac…
-
-
-
hey there,
I've set up a PyPIServer on my local network, and while Twine works as expected with username/password authentication, `poetry publish` doesn't.
```
HTTP Error 403: Username/Password…
-
Note: #3564 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 69c9084d99113340ff319cb425aad19662ab9a45
buildURL: [Build Status](https://source…
-
*Title*: *API Key auth*
*Description*:
An HTTP filter to support API Key auth. The API key authentication filter can be used to authorize HTTP requests using the provided API key in the request. …
-
Would it be possible to add apikey auth? For example, Translate API doesn't need token exchange, but works by just including a secret key in the url (https://cloud.google.com/translate/v2/getting_star…
-
I've filled in all the variables in `docker-compose.yml`
On running
```
docker compose up -d
docker compose logs -f
```
I get:
```
(env) nicolaestroncea@Nicolaes-Laptop wyze_garmin_sync…
-
I am using Docker for deployment,then used the JSON file downloaded from Firebase, copied the CLIENT_EMAIL and PRIVATE_KEY, but I can't log in no matter what. Is there an error in the content of the P…
-
From @shreddd in [Slack](https://nmdc-group.slack.com/archives/C06GJ52E4T1/p1729545493384969)
> We need to address a programmatic access use case from JGI and I wanted to understand how best to sup…