dropbox-sdk-rust icon indicating copy to clipboard operation
dropbox-sdk-rust copied to clipboard

Dropbox SDK for Rust

Results 9 dropbox-sdk-rust issues
Sort by recently updated
recently updated
newest added

**What is your question?** Not sure if I'm missing something or theres a bug with the code but I am unable to fetch access_tokens from the refresh token. I am...

bug

They are different from tokens obtained with the PKCE flow, and need the client secret to be provided again along with the refresh token when obtaining new tokens. ## **Checklist**...

The new features controlling this are `async_routes` which enables compiling the async functions, and and `default_async_client` which enables a default HTTP client based on reqwest. For most current use cases...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. Release notes Sourced from actions/setup-python's releases. v5.1.0 What's Changed Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate...

dependencies
github_actions

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. Changelog Sourced from env_logger's changelog. [0.11.0] - 2024-01-19 Breaking Change Removed bespoke styling API env_logger::fmt::Formatter::style env_logger::fmt::Formatter::default_styled_level env_logger::fmt::Style env_logger::fmt::Color env_logger::fmt::StyledValue Removed...

dependencies
rust

**Why is this feature valuable to you? Does it solve a problem you're having?** On spec update, we run the tests for the current version against code generated for the...

enhancement

**Why is this feature valuable to you? Does it solve a problem you're having?** I think futures ecosystem and async/await have already stabilized **Describe the solution you'd like** **Describe alternatives...

enhancement

The purpose of this change is to support the following scenario: I am writing an app to be as scriptable (non-directly-interactive) as possible. When doing the PKCE auth procedure, it...

I am trying to authenticate using basic auth with app key and app secret. The way I understand it is that `AppAuthClient` is meant to be used for that. I...

question