Mark1928

Untitled

May 9th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.48 KB | None | 0 0
  1.  
  2.   config: {
  3.     url: 'https://www.googleapis.com/upload/drive/v3/files?fields=id&uploadType=multipart',
  4.     method: 'POST',
  5.     paramsSerializer: [Function],
  6.     data: PassThrough {
  7.       _readableState: [ReadableState],
  8.       readable: false,
  9.       _events: [Object: null prototype],
  10.       _eventsCount: 2,
  11.       _maxListeners: undefined,
  12.       _writableState: [WritableState],
  13.       writable: false,
  14.       allowHalfOpen: true,
  15.       _transformState: [Object],
  16.       _flush: [Function: flush],
  17.       [Symbol(kCapture)]: false
  18.     },
  19.     headers: {
  20.       'x-goog-api-client': 'gdcl/4.1.1 gl-node/12.16.2 auth/6.0.0',
  21.       'Content-Type': 'multipart/related; boundary=4da8b8b0-2174-42d0-b7db-bdb46abf8273',
  22.       'Accept-Encoding': 'gzip',
  23.       'User-Agent': 'google-api-nodejs-client/4.1.1 (gzip)',
  24.       Authorization: 'Bearer ya29.c.Kl3KB25WQHMsESiRfhszsb7-JdlbDDJtoqkOYVf-ccvrO6vO5-LQS41rj1iHCDrsVOnXQbtYiWfD9bENAZ7IWOoahwgCFyIA7w_DP28KLaVSCCZl1-pLslPlKff3jc4',
  25.       Accept: 'application/json'
  26.     },
  27.     params: [Object: null prototype] { fields: 'id', uploadType: 'multipart' },
  28.     validateStatus: [Function],
  29.     retry: true,
  30.     body: PassThrough {
  31.       _readableState: [ReadableState],
  32.       readable: false,
  33.       _events: [Object: null prototype],
  34.       _eventsCount: 2,
  35.       _maxListeners: undefined,
  36.       _writableState: [WritableState],
  37.       writable: false,
  38.       allowHalfOpen: true,
  39.       _transformState: [Object],
  40.       _flush: [Function: flush],
  41.       [Symbol(kCapture)]: false
  42.     },
  43.     responseType: 'json'
  44.   },
  45.   data: { id: '1asKZj4S2PPiowYU21e7F9s82PBnNzrf7' },
  46.   headers: {
  47.     'alt-svc': 'h3-27=":443"; ma=2592000,h3-25=":443"; ma=2592000,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,quic=":443"; ma=2592000; v="46,43"',
  48.     'cache-control': 'no-cache, no-store, max-age=0, must-revalidate',
  49.     connection: 'close',
  50.     'content-length': '47',
  51.     'content-type': 'application/json; charset=UTF-8',
  52.     date: 'Sat, 09 May 2020 21:00:34 GMT',
  53.     expires: 'Mon, 01 Jan 1990 00:00:00 GMT',
  54.     pragma: 'no-cache',
  55.     server: 'UploadServer',
  56.     vary: 'Origin, X-Origin',
  57.     'x-guploader-uploadid': 'AAANsUmPcAUC_GqXq6lBlDSE51ibMEj_v8lWplUr4T8XkxGCa7Q2c_zvFTITzFeyYsJL9VUoIRI78AR4o2Na_4501A'
  58.   },
  59.   status: 200,
  60.   statusText: 'OK',
  61.   request: {
  62.     responseURL: 'https://www.googleapis.com/upload/drive/v3/files?fields=id&uploadType=multipart'
  63.   }
  64. }
Add Comment
Please, Sign In to add comment