Advertisement
asw13537

Untitled

May 31st, 2023
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. [tdrive]
  2. client_id = xxxx.apps.googleusercontent.com
  3. client_secret = xxxxx
  4. type = drive
  5. service_account_file = /home/timetrex/key/transfer.json
  6. token = {"access_token":"}
  7. team_drive = xxxxxx
  8.  
  9. [tdrive1]
  10. client_id = xxxxx.apps.googleusercontent.com
  11. client_secret = xxxxx
  12. type = drive
  13. service_account_file = /home/timetrex/key/transfer.json
  14. token = {"access_token":"}
  15. team_drive = xxxxxx
  16.  
  17. [DB]
  18. type = dropbox
  19. client_id = xxxxx
  20. client_secret = xxxxx
  21. token = {"access_token"}
  22.  
  23. [DBC]
  24. type = crypt
  25. remote = DB:crypt
  26. password = xxxx
  27. password2 = xxxxx
  28. directory_name_encryption = true
  29. filename_encryption = standard
  30. filename_encoding = base32768
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement