Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.33 KB | None | 0 0
  1. rclone v1.51.0
  2. - os/arch: linux/amd64
  3. - go version: go1.13.7
  4.  
  5. 2020/04/23 15:03:24 DEBUG : rclone: Version "v1.51.0" starting with parameters ["rclone" "lsf" "gdrive_audio:" "-vv" "--dump" "responses" "--log-file" "/tmp/rc-test.log"]
  6. 2020/04/23 15:03:24 DEBUG : Using config file from "/home/markus/.config/rclone/rclone.conf"
  7. 2020/04/23 15:03:24 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
  8. 2020/04/23 15:03:24 DEBUG : gdrive: Loaded invalid token from config file - ignoring
  9. 2020/04/23 15:03:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  10. 2020/04/23 15:03:24 DEBUG : HTTP REQUEST (req 0xc0005fa400)
  11. 2020/04/23 15:03:24 DEBUG : POST /token HTTP/1.1
  12. Host: oauth2.googleapis.com
  13. User-Agent: rclone/v1.51.0
  14. Content-Length: 208
  15. Content-Type: application/x-www-form-urlencoded
  16. Accept-Encoding: gzip
  17.  
  18. 2020/04/23 15:03:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  19. 2020/04/23 15:03:24 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  20. 2020/04/23 15:03:24 DEBUG : HTTP RESPONSE (req 0xc0005fa400)
  21. 2020/04/23 15:03:24 DEBUG : HTTP/1.1 200 OK
  22. Transfer-Encoding: chunked
  23. Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,h3-T050=":443"; ma=2592000
  24. Cache-Control: private
  25. Content-Type: application/json; charset=utf-8
  26. Date: Thu, 23 Apr 2020 13:03:24 GMT
  27. Server: scaffolding on HTTPServer2
  28. Vary: Origin
  29. Vary: X-Origin
  30. Vary: Referer
  31. X-Content-Type-Options: nosniff
  32. X-Frame-Options: SAMEORIGIN
  33. X-Xss-Protection: 0
  34.  
  35. 129
  36. {
  37. "access_token": "ya29.a0Ae4lvC1pRe2Yb3EKGrJpzCpcB7zz2WsB68NFAadjTPSs9rWQ4ct4qOOvdGRiVNcTiUVV_mPjueWFhkn2srojSlTye_A-FFqJCmpdmO80enCKD9rwsDvturYUqan0nufs8qnhzdT5NNE81kOp_2_cgEWubwMR-ef94pEE6w",
  38. "expires_in": 3599,
  39. "scope": "https://www.googleapis.com/auth/drive",
  40. "token_type": "Bearer"
  41. }
  42. 0
  43.  
  44. 2020/04/23 15:03:24 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  45. 2020/04/23 15:03:24 DEBUG : Keeping previous permissions for config file: -rw-rw-r--
  46. 2020/04/23 15:03:24 DEBUG : gdrive: Saved new token in config file
  47. 2020/04/23 15:03:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  48. 2020/04/23 15:03:24 DEBUG : HTTP REQUEST (req 0xc0004b2300)
  49. 2020/04/23 15:03:24 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%270AClQxuD2wS4oUk9PVA%27+in+parents%29+and+%28name%3D%27Audio%27%29+and+mimeType%3D%27application%2Fvnd.google-apps.folder%27&supportsAllDrives=true HTTP/1.1
  50. Host: www.googleapis.com
  51. User-Agent: rclone/v1.51.0
  52. Authorization: XXXX
  53. X-Goog-Api-Client: gl-go/1.13.0 gdcl/20191026
  54. Accept-Encoding: gzip
  55.  
  56. 2020/04/23 15:03:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  57. 2020/04/23 15:03:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  58. 2020/04/23 15:03:25 DEBUG : HTTP RESPONSE (req 0xc0004b2300)
  59. 2020/04/23 15:03:25 DEBUG : HTTP/1.1 200 OK
  60. Transfer-Encoding: chunked
  61. Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,h3-T050=":443"; ma=2592000
  62. Cache-Control: private, max-age=0, must-revalidate, no-transform
  63. Content-Security-Policy: frame-ancestors 'self'
  64. Content-Type: application/json; charset=UTF-8
  65. Date: Thu, 23 Apr 2020 13:03:25 GMT
  66. Expires: Thu, 23 Apr 2020 13:03:25 GMT
  67. Server: GSE
  68. Vary: Origin
  69. Vary: X-Origin
  70. X-Content-Type-Options: nosniff
  71. X-Frame-Options: SAMEORIGIN
  72. X-Xss-Protection: 1; mode=block
  73.  
  74. 16c
  75. {"incompleteSearch":false,"files":[{"id":"1aertqSMEcOCltZ7RvL71IW17gnsBPX0B","name":"Audio","mimeType":"application/vnd.google-apps.folder","trashed":false,"parents":["0AClQxuD2wS4oUk9PVA"],"webViewLink":"https://drive.google.com/drive/folders/1aertqSMEcOCltZ7RvL71IW17gnsBPX0B","createdTime":"2018-11-08T16:53:42.744Z","modifiedTime":"2018-11-08T16:53:42.744Z"}]}
  76. 0
  77.  
  78. 2020/04/23 15:03:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  79. 2020/04/23 15:03:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  80. 2020/04/23 15:03:25 DEBUG : HTTP REQUEST (req 0xc0005fb000)
  81. 2020/04/23 15:03:25 DEBUG : GET /drive/v3/about?alt=json&fields=exportFormats%2CimportFormats&prettyPrint=false HTTP/1.1
  82. Host: www.googleapis.com
  83. User-Agent: rclone/v1.51.0
  84. Authorization: XXXX
  85. X-Goog-Api-Client: gl-go/1.13.0 gdcl/20191026
  86. Accept-Encoding: gzip
  87.  
  88. 2020/04/23 15:03:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  89. 2020/04/23 15:03:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  90. 2020/04/23 15:03:25 DEBUG : HTTP RESPONSE (req 0xc0005fb000)
  91. 2020/04/23 15:03:25 DEBUG : HTTP/1.1 200 OK
  92. Transfer-Encoding: chunked
  93. Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,h3-T050=":443"; ma=2592000
  94. Cache-Control: private, max-age=0, must-revalidate, no-transform
  95. Content-Security-Policy: frame-ancestors 'self'
  96. Content-Type: application/json; charset=UTF-8
  97. Date: Thu, 23 Apr 2020 13:03:25 GMT
  98. Expires: Thu, 23 Apr 2020 13:03:25 GMT
  99. Server: GSE
  100. Vary: Origin
  101. Vary: X-Origin
  102. X-Content-Type-Options: nosniff
  103. X-Frame-Options: SAMEORIGIN
  104. X-Xss-Protection: 1; mode=block
  105.  
  106. 11e4
  107. {"importFormats":{"application/x-vnd.oasis.opendocument.presentation":["application/vnd.google-apps.presentation"],"text/tab-separated-values":["application/vnd.google-apps.spreadsheet"],"image/jpeg":["application/vnd.google-apps.document"],"image/bmp":["application/vnd.google-apps.document"],"image/gif":["application/vnd.google-apps.document"],"application/vnd.ms-excel.sheet.macroenabled.12":["application/vnd.google-apps.spreadsheet"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["application/vnd.google-apps.document"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["application/vnd.google-apps.presentation"],"application/vnd.ms-word.template.macroenabled.12":["application/vnd.google-apps.document"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["application/vnd.google-apps.document"],"image/pjpeg":["application/vnd.google-apps.document"],"application/vnd.google-apps.script+text/plain":["application/vnd.google-apps.script"],"application/vnd.ms-excel":["application/vnd.google-apps.spreadsheet"],"application/vnd.sun.xml.writer":["application/vnd.google-apps.document"],"application/vnd.ms-word.document.macroenabled.12":["application/vnd.google-apps.document"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["application/vnd.google-apps.presentation"],"text/rtf":["application/vnd.google-apps.document"],"application/vnd.oasis.opendocument.spreadsheet":["application/vnd.google-apps.spreadsheet"],"text/plain":["application/vnd.google-apps.document"],"application/x-vnd.oasis.opendocument.spreadsheet":["application/vnd.google-apps.spreadsheet"],"application/x-vnd.oasis.opendocument.text":["application/vnd.google-apps.document"],"image/png":["application/vnd.google-apps.document"],"application/msword":["application/vnd.google-apps.document"],"application/pdf":["application/vnd.google-apps.document"],"application/x-msmetafile":["application/vnd.google-apps.drawing"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["application/vnd.google-apps.spreadsheet"],"application/vnd.ms-powerpoint":["application/vnd.google-apps.presentation"],"application/vnd.ms-excel.template.macroenabled.12":["application/vnd.google-apps.spreadsheet"],"image/x-bmp":["application/vnd.google-apps.document"],"application/rtf":["application/vnd.google-apps.document"],"application/vnd.openxmlformats-officedocument.presentationml.template":["application/vnd.google-apps.presentation"],"image/x-png":["application/vnd.google-apps.document"],"text/html":["application/vnd.google-apps.document"],"application/vnd.oasis.opendocument.text":["application/vnd.google-apps.document"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["application/vnd.google-apps.presentation"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["application/vnd.google-apps.spreadsheet"],"application/vnd.google-apps.script+json":["application/vnd.google-apps.script"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["application/vnd.google-apps.presentation"],"application/vnd.ms-powerpoint.template.macroenabled.12":["application/vnd.google-apps.presentation"],"text/csv":["application/vnd.google-apps.spreadsheet"],"application/vnd.oasis.opendocument.presentation":["application/vnd.google-apps.presentation"],"image/jpg":["application/vnd.google-apps.document"],"text/richtext":["application/vnd.google-apps.document"]},"exportFormats":{"application/vnd.google-apps.document":["application/rtf","application/vnd.oasis.opendocument.text","text/html","application/pdf","application/epub+zip","application/zip","application/vnd.openxmlformats-officedocument.wordprocessingml.document","text/plain"],"application/vnd.google-apps.spreadsheet":["application/x-vnd.oasis.opendocument.spreadsheet","text/tab-separated-values","application/pdf","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","text/csv","application/zip","application/vnd.oasis.opendocument.spreadsheet"],"application/vnd.google-apps.jam":["application/pdf"],"application/vnd.google-apps.script":["application/vnd.google-apps.script+json"],"application/vnd.google-apps.presentation":["application/vnd.oasis.opendocument.presentation","application/pdf","application/vnd.openxmlformats-officedocument.presentationml.presentation","text/plain"],"application/vnd.google-apps.form":["application/zip"],"application/vnd.google-apps.drawing":["image/svg+xml","image/png","application/pdf","image/jpeg"],"application/vnd.google-apps.site":["text/plain"]}}
  108. 0
  109.  
  110. 2020/04/23 15:03:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  111. 2020/04/23 15:03:25 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
  112. 2020/04/23 15:03:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  113. 2020/04/23 15:03:25 DEBUG : HTTP REQUEST (req 0xc0005fb400)
  114. 2020/04/23 15:03:25 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%270AClQxuD2wS4oUk9PVA%27+in+parents%29+and+%28name%3D%27Audio%27%29+and+mimeType%3D%27application%2Fvnd.google-apps.folder%27&supportsAllDrives=true HTTP/1.1
  115. Host: www.googleapis.com
  116. User-Agent: rclone/v1.51.0
  117. Authorization: XXXX
  118. X-Goog-Api-Client: gl-go/1.13.0 gdcl/20191026
  119. Accept-Encoding: gzip
  120.  
  121. 2020/04/23 15:03:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  122. 2020/04/23 15:03:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  123. 2020/04/23 15:03:25 DEBUG : HTTP RESPONSE (req 0xc0005fb400)
  124. 2020/04/23 15:03:25 DEBUG : HTTP/1.1 200 OK
  125. Transfer-Encoding: chunked
  126. Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,h3-T050=":443"; ma=2592000
  127. Cache-Control: private, max-age=0, must-revalidate, no-transform
  128. Content-Security-Policy: frame-ancestors 'self'
  129. Content-Type: application/json; charset=UTF-8
  130. Date: Thu, 23 Apr 2020 13:03:25 GMT
  131. Expires: Thu, 23 Apr 2020 13:03:25 GMT
  132. Server: GSE
  133. Vary: Origin
  134. Vary: X-Origin
  135. X-Content-Type-Options: nosniff
  136. X-Frame-Options: SAMEORIGIN
  137. X-Xss-Protection: 1; mode=block
  138.  
  139. 16c
  140. {"incompleteSearch":false,"files":[{"id":"1aertqSMEcOCltZ7RvL71IW17gnsBPX0B","name":"Audio","mimeType":"application/vnd.google-apps.folder","trashed":false,"parents":["0AClQxuD2wS4oUk9PVA"],"webViewLink":"https://drive.google.com/drive/folders/1aertqSMEcOCltZ7RvL71IW17gnsBPX0B","createdTime":"2018-11-08T16:53:42.744Z","modifiedTime":"2018-11-08T16:53:42.744Z"}]}
  141. 0
  142.  
  143. 2020/04/23 15:03:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  144. 2020/04/23 15:03:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  145. 2020/04/23 15:03:25 DEBUG : HTTP REQUEST (req 0xc0005fb800)
  146. 2020/04/23 15:03:25 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%271aertqSMEcOCltZ7RvL71IW17gnsBPX0B%27+in+parents%29&supportsAllDrives=true HTTP/1.1
  147. Host: www.googleapis.com
  148. User-Agent: rclone/v1.51.0
  149. Authorization: XXXX
  150. X-Goog-Api-Client: gl-go/1.13.0 gdcl/20191026
  151. Accept-Encoding: gzip
  152.  
  153. 2020/04/23 15:03:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  154. 2020/04/23 15:03:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  155. 2020/04/23 15:03:26 DEBUG : HTTP RESPONSE (req 0xc0005fb800)
  156. 2020/04/23 15:03:26 DEBUG : HTTP/1.1 200 OK
  157. Transfer-Encoding: chunked
  158. Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,h3-T050=":443"; ma=2592000
  159. Cache-Control: private, max-age=0, must-revalidate, no-transform
  160. Content-Security-Policy: frame-ancestors 'self'
  161. Content-Type: application/json; charset=UTF-8
  162. Date: Thu, 23 Apr 2020 13:03:25 GMT
  163. Expires: Thu, 23 Apr 2020 13:03:25 GMT
  164. Server: GSE
  165. Vary: Origin
  166. Vary: X-Origin
  167. X-Content-Type-Options: nosniff
  168. X-Frame-Options: SAMEORIGIN
  169. X-Xss-Protection: 1; mode=block
  170.  
  171. ad9
  172. {"incompleteSearch":false,"files":[{"id":"1UmX2Ruml_keA5hZqnVopoqMwsU9Ow2Rb","name":"72gqa7gvhksg1aammko9763ikc","mimeType":"application/vnd.google-apps.folder","trashed":false,"parents":["1aertqSMEcOCltZ7RvL71IW17gnsBPX0B"],"webViewLink":"https://drive.google.com/drive/folders/1UmX2Ruml_keA5hZqnVopoqMwsU9Ow2Rb","createdTime":"2019-12-24T12:05:49.882Z","modifiedTime":"2019-12-24T12:05:49.882Z"},{"id":"1qOyklzmyBeX05b1ppOd8gKnJRhyxScoZ","name":"niq491fj4f1ka2agpmv9udf7ok","mimeType":"application/vnd.google-apps.folder","trashed":false,"parents":["1aertqSMEcOCltZ7RvL71IW17gnsBPX0B"],"webViewLink":"https://drive.google.com/drive/folders/1qOyklzmyBeX05b1ppOd8gKnJRhyxScoZ","createdTime":"2019-12-24T12:05:31.661Z","modifiedTime":"2019-12-24T12:05:31.661Z"},{"id":"1fQZ60DhMw-8KQle13k9Kaq6BK84Qf3DF","name":"c3803nm0iad71otmdsd47it6a8","mimeType":"application/octet-stream","trashed":false,"parents":["1aertqSMEcOCltZ7RvL71IW17gnsBPX0B"],"webViewLink":"https://drive.google.com/a/blindfish-and-sheep.de/file/d/1fQZ60DhMw-8KQle13k9Kaq6BK84Qf3DF/view?usp=drivesdk","createdTime":"2019-05-05T19:36:58.965Z","modifiedTime":"2019-05-06T08:05:35.659Z","md5Checksum":"5a2bc8d3a2357d9b7a6acff1dfb708d1","size":"32"},{"id":"1ow3OlGC4Y_HSC8UX_YEp5SMVU0QQ7bV5","name":"c3803nm0iad71otmdsd47it6a8","mimeType":"application/vnd.google-apps.folder","trashed":false,"parents":["1aertqSMEcOCltZ7RvL71IW17gnsBPX0B"],"webViewLink":"https://drive.google.com/drive/folders/1ow3OlGC4Y_HSC8UX_YEp5SMVU0QQ7bV5","createdTime":"2019-04-29T06:53:16.948Z","modifiedTime":"2019-05-04T16:40:53.161Z"},{"id":"1-iTLsvpZOMwlVid3ZFuZTNspBM9EFKMr","name":"4lsgjqmbmu0mm89vgejlk6ha3c","mimeType":"application/octet-stream","trashed":false,"parents":["1aertqSMEcOCltZ7RvL71IW17gnsBPX0B"],"webViewLink":"https://drive.google.com/a/blindfish-and-sheep.de/file/d/1-iTLsvpZOMwlVid3ZFuZTNspBM9EFKMr/view?usp=drivesdk","createdTime":"2019-04-30T18:37:35.588Z","modifiedTime":"2019-04-30T18:36:10.086Z","md5Checksum":"5524edc71e6e0692e9bcd4c96d421a65","size":"32"},{"id":"1xlsECeAezI1iKpY_ItqCUfaap58talPy","name":"jreivgm28l4mj1ncha0pjeh43s","mimeType":"application/vnd.google-apps.folder","trashed":false,"parents":["1aertqSMEcOCltZ7RvL71IW17gnsBPX0B"],"webViewLink":"https://drive.google.com/drive/folders/1xlsECeAezI1iKpY_ItqCUfaap58talPy","createdTime":"2019-03-03T17:25:21.517Z","modifiedTime":"2019-03-03T17:25:21.517Z"},{"id":"18NUACve2CWpF11ZWDh40oh206ow_8Lck","name":"oiebgb5ncorjq1ifgtlpqkfiurog80g60ihb9i1vfbgr98ra0t80","mimeType":"application/vnd.google-apps.folder","trashed":false,"parents":["1aertqSMEcOCltZ7RvL71IW17gnsBPX0B"],"webViewLink":"https://drive.google.com/drive/folders/18NUACve2CWpF11ZWDh40oh206ow_8Lck","createdTime":"2018-11-15T20:01:23.063Z","modifiedTime":"2018-11-15T20:01:23.063Z"}]}
  173. 0
  174.  
  175. 2020/04/23 15:03:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  176. 2020/04/23 15:03:26 DEBUG : 9 go routines active
  177. 2020/04/23 15:03:26 DEBUG : rclone: Version "v1.51.0" finishing with parameters ["rclone" "lsf" "gdrive_audio:" "-vv" "--dump" "responses" "--log-file" "/tmp/rc-test.log"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement