We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am receiving this error after deploying my django project on AWS. Why this lib is trying to create .flickr folder in /home/{username} ?
The text was updated successfully, but these errors were encountered:
Ok - now I understand. It needs this folder to store the token. We can disable storing by setting store_token to false.
flickr = flickrapi.FlickrAPI(self.KEY, self.SECRET, format='parsed-json', store_token=False)
Anyway I think location of this folder should be configurable.
Sorry, something went wrong.
We can make the token cache directory configurable.
I'd appreciate this change as well.
Feature request #68: Make flickrapi token storage directory configurable
07d9b94
The token storage directory can now be configured by passing the new `token_cache_location` constructor parameter.
Released as part of version-2.2
No branches or pull requests
I am receiving this error after deploying my django project on AWS. Why this lib is trying to create .flickr folder in /home/{username} ?
The text was updated successfully, but these errors were encountered: