Skip to content
New issue

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

[QA] files_external_dropbox never checks for changes #141

Open
jnweiger opened this issue Aug 1, 2022 · 0 comments
Open

[QA] files_external_dropbox never checks for changes #141

jnweiger opened this issue Aug 1, 2022 · 0 comments

Comments

@jnweiger
Copy link
Contributor

jnweiger commented Aug 1, 2022

Seen with files_external_dropbox 2.0.0-rc.1 on core 10.11.0-alpha.2

  • Upload a text file thing.txt into your dropbox account.
  • Create an app 'jw-qa' at http://www.dropbox.com/developers with access to the entire account.
  • Copy paste the key and secret from there,
  • Paste the https://OWNCLOUD_SERVER_NAME/index.php/settings/admin?sectionid=storage url into Redirect URI
  • Connect a 'Dropbox V2' external storage with key and secret. After an oauth roundrip, the storage is green. OK.
  • confirm that the option check for changes: once every direct access is set.
    image

  • Check the contents in the owncloud external storage. thing.txt is there.
  • At the dropbox server rename thing.txt to renamed_thing.txt
  • Check the contents in the owncloud external storage. It still shows thing.txt. BAD
  • Try access thing.txt -> internal server error. BAD

Expected behaviour:

  • the setting check for changes: once every direct access differs from the setting check for changes: never

Workaround:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant