import dropbox
box = dropbox.Dropbox(oauth2_refresh_token=<Refresh_Token>, app_key=<app_key>, app_secret=<app_secret>)
With logging info able to see the following message:
```
INFO : Refreshing access token.
```
Later while trying to fetch the metadata using the following command:
```box.files_get_metadata(<File_name>)```
Error: AuthError(<ID>, AuthError('invalid_access_token', None))
Also with new object creation tried passing the oauth2_token as well still failed fetching metadata. Read/Write permissions are enabled