dropbox / dropbox-sdk-python

The Official Dropbox API V2 SDK for Python
https://www.dropbox.com/developers
MIT License
930 stars 318 forks source link

Non-existing character in App Tokens #475

Open AlohaPropolis opened 1 year ago

AlohaPropolis commented 1 year ago

On the App Console Page there is a button to generate a token for developer working on Dropbox apps. I am working on MacBook Pro Ventura using Pop!_OS in a Virtual Box 7 environment. The lowercase L which are generated have no equivalent symbol. It looks like a slightly shortened form of |, but it’s not a lowercase L. I believe it might solve a bunch of problems if all of the lowercase L were filtered out for everyone. Then the token generated would be compatible for both Linux and Mac Virtual Box users.

greg-db commented 1 year ago

To make sure we understand exactly what you're reporting, can you please show us a sample of what you're seeing? For instance, please share (as text) just part of an access token with the character you're referring to.

Also, can you clarify what problems exactly it is causing? Please share the steps you're following and output/error you're getting.

Thanks.