diff --git a/lib/hubspot-ruby.rb b/lib/hubspot-ruby.rb index ebae0ad6..1dd989cf 100644 --- a/lib/hubspot-ruby.rb +++ b/lib/hubspot-ruby.rb @@ -19,6 +19,7 @@ require 'hubspot/owner' require 'hubspot/engagement' require 'hubspot/subscription' +require 'hubspot/file' module Hubspot def self.configure(config={}) diff --git a/lib/hubspot/file.rb b/lib/hubspot/file.rb new file mode 100644 index 00000000..da68e248 --- /dev/null +++ b/lib/hubspot/file.rb @@ -0,0 +1,38 @@ +require 'hubspot/utils' +require 'base64' +require 'pp' + +module Hubspot + # + # HubSpot Files API + # + # {https://developers.hubspot.com/docs/methods/files/post_files} + # + class File + GET_FILE_PATH = "/filemanager/api/v2/files/:file_id" + DELETE_FILE_PATH = "/filemanager/api/v2/files/:file_id/full-delete" + LIST_FILE_PATH = "/filemanager/api/v2/files" + + attr_reader :id + attr_reader :properties + + def initialize(response_hash) + @id = response_hash["id"] + @properties = response_hash + end + + class << self + def find_by_id(file_id) + response = Hubspot::Connection.get_json(GET_FILE_PATH, { file_id: file_id }) + new(response) + end + end + + # Permanently delete a file and all related data and thumbnails from file manager. + # {https://developers.hubspot.com/docs/methods/files/hard_delete_file_and_associated_objects} + def destroy! + Hubspot::Connection.post_json(DELETE_FILE_PATH, params: {file_id: id}) + end + + end +end diff --git a/spec/fixtures/vcr_cassettes/file_delete.yml b/spec/fixtures/vcr_cassettes/file_delete.yml new file mode 100644 index 00000000..e1935c09 --- /dev/null +++ b/spec/fixtures/vcr_cassettes/file_delete.yml @@ -0,0 +1,173 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.hubapi.com/filemanager/api/v2/files/4958081202?hapikey=demo + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Date: + - Wed, 21 Feb 2018 18:52:54 GMT + Content-Type: + - application/json; charset=UTF-8 + Content-Length: + - '504' + Connection: + - keep-alive + Set-Cookie: + - __cfduid=dae7d6092a11da4541e11c067bd45a41c1519239174; expires=Thu, 21-Feb-19 + 18:52:54 GMT; path=/; domain=.hubapi.com; HttpOnly + Access-Control-Allow-Credentials: + - 'false' + Vary: + - Accept-Encoding, User-Agent + Expect-Ct: + - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" + Server: + - cloudflare + Cf-Ray: + - 3f0be7c6be945a80-BOS + body: + encoding: ASCII-8BIT + string: '{"id":4958081202,"portal_id":62515,"name":"Google Display Network","size":589192,"height":null,"width":null,"encoding":null,"type":"DOCUMENT","extension":"pdf","cloud_key":"hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","s3_url":"http://cdn1.hubspot.com/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","alt_key":"hubfs/62515/hubspot-projects-attachments/473512/7899431/google%20display%20network","alt_key_hash":"a5372456c13f281c68f7ca7173fcf808","title":"Google + Display Network","meta":{"redirects":["hubfs/62515/Google%20Display%20Network.pdf"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1490025439634,"updated":1490025440434,"deleted_at":1519239034623,"folder_id":4958081211,"hidden":false,"cloud_key_hash":"7b33c1c6d9abf8a8388f7cf0988bab59","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","alt_url":"http://cdn2.hubspot.net/hubfs/62515/hubspot-projects-attachments/473512/7899431/google%20display%20network.pdf"}' + http_version: + recorded_at: Wed, 21 Feb 2018 18:52:54 GMT +- request: + method: get + uri: https://api.hubapi.com/filemanager/api/v2/files/99999999999999999?hapikey=demo + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 204 + message: No Content + headers: + Date: + - Wed, 21 Feb 2018 18:53:14 GMT + Content-Type: + - application/json; charset=UTF-8 + Connection: + - keep-alive + Set-Cookie: + - __cfduid=d6e8aa029f6ca08559de86e12f0813a8d1519239194; expires=Thu, 21-Feb-19 + 18:53:14 GMT; path=/; domain=.hubapi.com; HttpOnly + Access-Control-Allow-Credentials: + - 'false' + Expect-Ct: + - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" + Server: + - cloudflare + Cf-Ray: + - 3f0be843da525a62-BOS + body: + encoding: UTF-8 + string: '' + http_version: + recorded_at: Wed, 21 Feb 2018 18:53:14 GMT +- request: + method: get + uri: https://api.hubapi.com/filemanager/api/v2/files/4958081202?hapikey=demo + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Date: + - Wed, 21 Feb 2018 18:53:24 GMT + Content-Type: + - application/json; charset=UTF-8 + Content-Length: + - '504' + Connection: + - keep-alive + Set-Cookie: + - __cfduid=d0047e626fb19749e1a8e59b6b5333cac1519239204; expires=Thu, 21-Feb-19 + 18:53:24 GMT; path=/; domain=.hubapi.com; HttpOnly + Access-Control-Allow-Credentials: + - 'false' + Vary: + - Accept-Encoding, User-Agent + Expect-Ct: + - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" + Server: + - cloudflare + Cf-Ray: + - 3f0be882a9fc5a62-BOS + body: + encoding: ASCII-8BIT + string: '{"id":4958081202,"portal_id":62515,"name":"Google Display Network","size":589192,"height":null,"width":null,"encoding":null,"type":"DOCUMENT","extension":"pdf","cloud_key":"hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","s3_url":"http://cdn1.hubspot.com/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","alt_key":"hubfs/62515/hubspot-projects-attachments/473512/7899431/google%20display%20network","alt_key_hash":"a5372456c13f281c68f7ca7173fcf808","title":"Google + Display Network","meta":{"redirects":["hubfs/62515/Google%20Display%20Network.pdf"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1490025439634,"updated":1490025440434,"deleted_at":1519239174423,"folder_id":4958081211,"hidden":false,"cloud_key_hash":"7b33c1c6d9abf8a8388f7cf0988bab59","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","alt_url":"http://cdn2.hubspot.net/hubfs/62515/hubspot-projects-attachments/473512/7899431/google%20display%20network.pdf"}' + http_version: + recorded_at: Wed, 21 Feb 2018 18:53:24 GMT +- request: + method: post + uri: https://api.hubapi.com/filemanager/api/v2/files/4958081202/full-delete?hapikey=demo + body: + encoding: UTF-8 + string: 'null' + headers: + Content-Type: + - application/json + response: + status: + code: 200 + message: OK + headers: + Date: + - Wed, 21 Feb 2018 18:53:24 GMT + Content-Type: + - application/json; charset=UTF-8 + Transfer-Encoding: + - chunked + Connection: + - keep-alive + Set-Cookie: + - __cfduid=dec3408f38c94f66c5e6df4affec8ed741519239204; expires=Thu, 21-Feb-19 + 18:53:24 GMT; path=/; domain=.hubapi.com; HttpOnly + Access-Control-Allow-Credentials: + - 'false' + Vary: + - Accept-Encoding, User-Agent + Expect-Ct: + - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" + Server: + - cloudflare + Cf-Ray: + - 3f0be883ddac5a32-BOS + body: + encoding: UTF-8 + string: '{"succeeded":true}' + http_version: + recorded_at: Wed, 21 Feb 2018 18:53:24 GMT +recorded_with: VCR 4.0.0 diff --git a/spec/fixtures/vcr_cassettes/file_find.yml b/spec/fixtures/vcr_cassettes/file_find.yml new file mode 100644 index 00000000..8a029a9e --- /dev/null +++ b/spec/fixtures/vcr_cassettes/file_find.yml @@ -0,0 +1,48 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.hubapi.com/filemanager/api/v2/files/4958081202?hapikey=demo + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Date: + - Wed, 21 Feb 2018 18:45:00 GMT + Content-Type: + - application/json; charset=UTF-8 + Content-Length: + - '496' + Connection: + - keep-alive + Set-Cookie: + - __cfduid=df27ee341043d3bb0a29895b612a976b31519238700; expires=Thu, 21-Feb-19 + 18:45:00 GMT; path=/; domain=.hubapi.com; HttpOnly + Access-Control-Allow-Credentials: + - 'false' + Vary: + - Accept-Encoding, User-Agent + Expect-Ct: + - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" + Server: + - cloudflare + Cf-Ray: + - 3f0bdc349b6a5a50-BOS + body: + encoding: ASCII-8BIT + string: '{"id":4958081202,"portal_id":62515,"name":"Google Display Network","size":589192,"height":null,"width":null,"encoding":null,"type":"DOCUMENT","extension":"pdf","cloud_key":"hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","s3_url":"http://cdn1.hubspot.com/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","alt_key":"hubfs/62515/hubspot-projects-attachments/473512/7899431/google%20display%20network","alt_key_hash":"a5372456c13f281c68f7ca7173fcf808","title":"Google + Display Network","meta":{"redirects":["hubfs/62515/Google%20Display%20Network.pdf"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1490025439634,"updated":1490025440432,"deleted_at":0,"folder_id":4958081211,"hidden":false,"cloud_key_hash":"7b33c1c6d9abf8a8388f7cf0988bab59","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","alt_url":"http://cdn2.hubspot.net/hubfs/62515/hubspot-projects-attachments/473512/7899431/google%20display%20network.pdf"}' + http_version: + recorded_at: Wed, 21 Feb 2018 18:45:00 GMT +recorded_with: VCR 4.0.0 diff --git a/spec/fixtures/vcr_cassettes/file_list.yml b/spec/fixtures/vcr_cassettes/file_list.yml new file mode 100644 index 00000000..0bada6d2 --- /dev/null +++ b/spec/fixtures/vcr_cassettes/file_list.yml @@ -0,0 +1,139 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.hubapi.com/filemanager/api/v2/files/4958081202?hapikey=demo + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Date: + - Tue, 06 Feb 2018 17:47:31 GMT + Content-Type: + - application/json; charset=UTF-8 + Content-Length: + - '496' + Connection: + - keep-alive + Set-Cookie: + - __cfduid=ddfdedea7bcc1ed1b6ffd8992d1aaee271517939251; expires=Wed, 06-Feb-19 + 17:47:31 GMT; path=/; domain=.hubapi.com; HttpOnly + Access-Control-Allow-Credentials: + - 'false' + Vary: + - Accept-Encoding, User-Agent + Expect-Ct: + - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" + Server: + - cloudflare + Cf-Ray: + - 3e8fef600a1f5a4a-BOS + body: + encoding: ASCII-8BIT + string: '{"id":4958081202,"portal_id":62515,"name":"Google Display Network","size":589192,"height":null,"width":null,"encoding":null,"type":"DOCUMENT","extension":"pdf","cloud_key":"hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","s3_url":"http://cdn1.hubspot.com/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","alt_key":"hubfs/62515/hubspot-projects-attachments/473512/7899431/google%20display%20network","alt_key_hash":"a5372456c13f281c68f7ca7173fcf808","title":"Google + Display Network","meta":{"redirects":["hubfs/62515/Google%20Display%20Network.pdf"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1490025439634,"updated":1490025440432,"deleted_at":0,"folder_id":4958081211,"hidden":false,"cloud_key_hash":"7b33c1c6d9abf8a8388f7cf0988bab59","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","alt_url":"http://cdn2.hubspot.net/hubfs/62515/hubspot-projects-attachments/473512/7899431/google%20display%20network.pdf"}' + http_version: + recorded_at: Tue, 06 Feb 2018 17:47:31 GMT +- request: + method: post + uri: https://api.hubapi.com/filemanager/api/v2/files?hapikey=demo + body: + encoding: UTF-8 + string: '{"data":{"file_names":null,"folder_paths":null,"folder_id":null},"files":{"files":"JVBERi0xLjINJeLjz9MNCjMgMCBvYmoNPDwgDS9MaW5lYXJpemVkIDEgDS9P\nIDUgDS9IIFsgNzYwIDE1NyBdIA0vTCAzOTA4IA0vRSAzNjU4IA0vTiAxIA0v\nVCAzNzMxIA0+PiANZW5kb2JqDSAgICAgICAgICAgICAgICAgICAgICAgICAg\nICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB4cmVmDTMg\nMTUgDTAwMDAwMDAwMTYgMDAwMDAgbg0KMDAwMDAwMDY0NCAwMDAwMCBuDQow\nMDAwMDAwOTE3IDAwMDAwIG4NCjAwMDAwMDEwNjggMDAwMDAgbg0KMDAwMDAw\nMTIyNCAwMDAwMCBuDQowMDAwMDAxNDEwIDAwMDAwIG4NCjAwMDAwMDE1ODkg\nMDAwMDAgbg0KMDAwMDAwMTc2OCAwMDAwMCBuDQowMDAwMDAyMTk3IDAwMDAw\nIG4NCjAwMDAwMDIzODMgMDAwMDAgbg0KMDAwMDAwMjc2OSAwMDAwMCBuDQow\nMDAwMDAzMTcyIDAwMDAwIG4NCjAwMDAwMDMzNTEgMDAwMDAgbg0KMDAwMDAw\nMDc2MCAwMDAwMCBuDQowMDAwMDAwODk3IDAwMDAwIG4NCnRyYWlsZXINPDwN\nL1NpemUgMTgNL0luZm8gMSAwIFIgDS9Sb290IDQgMCBSIA0vUHJldiAzNzIy\nIA0vSURbPGQ3MGY0NmM1YmE0ZmU4YmQ0OWE5ZGQwNTk5YjBiMTUxPjxkNzBm\nNDZjNWJhNGZlOGJkNDlhOWRkMDU5OWIwYjE1MT5dDT4+DXN0YXJ0eHJlZg0w\nDSUlRU9GDSAgICAgIA00IDAgb2JqDTw8IA0vVHlwZSAvQ2F0YWxvZyANL1Bh\nZ2VzIDIgMCBSIA0vT3BlbkFjdGlvbiBbIDUgMCBSIC9YWVogbnVsbCBudWxs\nIG51bGwgXSANL1BhZ2VNb2RlIC9Vc2VOb25lIA0+PiANZW5kb2JqDTE2IDAg\nb2JqDTw8IC9TIDM2IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlIC9MZW5ndGggMTcg\nMCBSID4+IA1zdHJlYW0NCkiJYmBg4GVgYPrBAAScFxiwAQ4oLQDE3FDMwODH\nwKkyubctWLfmpsmimQ5AEYAAAwC3vwe0DWVuZHN0cmVhbQ1lbmRvYmoNMTcg\nMCBvYmoNNTMgDWVuZG9iag01IDAgb2JqDTw8IA0vVHlwZSAvUGFnZSANL1Bh\ncmVudCAyIDAgUiANL1Jlc291cmNlcyA2IDAgUiANL0NvbnRlbnRzIDEwIDAg\nUiANL01lZGlhQm94IFsgMCAwIDYxMiA3OTIgXSANL0Nyb3BCb3ggWyAwIDAg\nNjEyIDc5MiBdIA0vUm90YXRlIDAgDT4+IA1lbmRvYmoNNiAwIG9iag08PCAN\nL1Byb2NTZXQgWyAvUERGIC9UZXh0IF0gDS9Gb250IDw8IC9UVDIgOCAwIFIg\nL1RUNCAxMiAwIFIgL1RUNiAxMyAwIFIgPj4gDS9FeHRHU3RhdGUgPDwgL0dT\nMSAxNSAwIFIgPj4gDS9Db2xvclNwYWNlIDw8IC9DczUgOSAwIFIgPj4gDT4+\nIA1lbmRvYmoNNyAwIG9iag08PCANL1R5cGUgL0ZvbnREZXNjcmlwdG9yIA0v\nQXNjZW50IDg5MSANL0NhcEhlaWdodCAwIA0vRGVzY2VudCAtMjE2IA0vRmxh\nZ3MgMzQgDS9Gb250QkJveCBbIC01NjggLTMwNyAyMDI4IDEwMDcgXSANL0Zv\nbnROYW1lIC9UaW1lc05ld1JvbWFuIA0vSXRhbGljQW5nbGUgMCANL1N0ZW1W\nIDAgDT4+IA1lbmRvYmoNOCAwIG9iag08PCANL1R5cGUgL0ZvbnQgDS9TdWJ0\neXBlIC9UcnVlVHlwZSANL0ZpcnN0Q2hhciAzMiANL0xhc3RDaGFyIDMyIA0v\nV2lkdGhzIFsgMjUwIF0gDS9FbmNvZGluZyAvV2luQW5zaUVuY29kaW5nIA0v\nQmFzZUZvbnQgL1RpbWVzTmV3Um9tYW4gDS9Gb250RGVzY3JpcHRvciA3IDAg\nUiANPj4gDWVuZG9iag05IDAgb2JqDVsgDS9DYWxSR0IgPDwgL1doaXRlUG9p\nbnQgWyAwLjk1MDUgMSAxLjA4OSBdIC9HYW1tYSBbIDIuMjIyMjEgMi4yMjIy\nMSAyLjIyMjIxIF0gDS9NYXRyaXggWyAwLjQxMjQgMC4yMTI2IDAuMDE5MyAw\nLjM1NzYgMC43MTUxOSAwLjExOTIgMC4xODA1IDAuMDcyMiAwLjk1MDUgXSA+\nPiANDV0NZW5kb2JqDTEwIDAgb2JqDTw8IC9MZW5ndGggMzU1IC9GaWx0ZXIg\nL0ZsYXRlRGVjb2RlID4+IA1zdHJlYW0NCkiJdJDBTsMwEETv/oo92ohuvXHs\nJEeggOCEwDfEIU1SCqIJIimIv2dthyJVQpGc0Xo88+xzL5beZ0DgN4IIq6oC\nzd8sK43amAyK3GKmTQV+J5YXo4VmjDYNYyOW1w8Ez6PQ4JuwfAkJyr+yXNgS\nSwt+NU+4Kp+rcg4uy9Q1a6MdarLcpgvUeUGh7RBFSLk1f1n+5FgsHJaZttFq\nA+tKLJhfZ3kEY+VcoHuUfvui2O3kCL9COSwk1Ok3deMEd6srUCVa2Q7Nftf1\nEwar5a4nfxuu4v59NcLMGAKXlcjMLtwj1BsTQCITUSK52cC3IoNGDnto6l5V\nmEv4YAwjO8VWJ+s2DSeGttw/qmA/PZyLu3vY1p9p0MGZIs2iHdZxjwdNSkze\ndT0pJiW+CWl5H0O7uu2SB1JLn8rHlMkH2F+/xa20Rjp+nAQ39Ec8c1gz7KJ4\nT3H7uXnuwvSWl178CDAA/bGPlAplbmRzdHJlYW0NZW5kb2JqDTExIDAgb2Jq\nDTw8IA0vVHlwZSAvRm9udERlc2NyaXB0b3IgDS9Bc2NlbnQgOTA1IA0vQ2Fw\nSGVpZ2h0IDAgDS9EZXNjZW50IC0yMTEgDS9GbGFncyAzMiANL0ZvbnRCQm94\nIFsgLTYyOCAtMzc2IDIwMzQgMTA0OCBdIA0vRm9udE5hbWUgL0FyaWFsLEJv\nbGQgDS9JdGFsaWNBbmdsZSAwIA0vU3RlbVYgMTMzIA0+PiANZW5kb2JqDTEy\nIDAgb2JqDTw8IA0vVHlwZSAvRm9udCANL1N1YnR5cGUgL1RydWVUeXBlIA0v\nRmlyc3RDaGFyIDMyIA0vTGFzdENoYXIgMTE3IA0vV2lkdGhzIFsgMjc4IDAg\nMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMjc4IDAgMCAwIDAgMCAwIDAgMCAw\nIDAgMCAwIDAgMCAwIDAgDTAgMCAwIDAgMCA3MjIgMCA2MTEgMCAwIDAgMCAw\nIDAgMCAwIDAgNjY3IDAgMCAwIDYxMSAwIDAgMCAwIDAgMCANMCAwIDAgMCAw\nIDAgNTU2IDAgNTU2IDYxMSA1NTYgMCAwIDYxMSAyNzggMCAwIDAgODg5IDYx\nMSA2MTEgMCAwIA0wIDU1NiAzMzMgNjExIF0gDS9FbmNvZGluZyAvV2luQW5z\naUVuY29kaW5nIA0vQmFzZUZvbnQgL0FyaWFsLEJvbGQgDS9Gb250RGVzY3Jp\ncHRvciAxMSAwIFIgDT4+IA1lbmRvYmoNMTMgMCBvYmoNPDwgDS9UeXBlIC9G\nb250IA0vU3VidHlwZSAvVHJ1ZVR5cGUgDS9GaXJzdENoYXIgMzIgDS9MYXN0\nQ2hhciAxMjEgDS9XaWR0aHMgWyAyNzggMCAwIDAgMCAwIDAgMCAwIDAgMCAw\nIDI3OCAwIDI3OCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCANMCAw\nIDAgNjY3IDAgMCAwIDAgMCAwIDAgMjc4IDAgMCAwIDAgMCAwIDAgMCA3MjIg\nMCAwIDAgMCAwIDAgMCAwIA0wIDAgMCAwIDAgMCA1NTYgNTU2IDUwMCA1NTYg\nNTU2IDI3OCAwIDU1NiAyMjIgMCAwIDIyMiA4MzMgNTU2IDU1NiANNTU2IDAg\nMzMzIDUwMCAyNzggNTU2IDUwMCAwIDAgNTAwIF0gDS9FbmNvZGluZyAvV2lu\nQW5zaUVuY29kaW5nIA0vQmFzZUZvbnQgL0FyaWFsIA0vRm9udERlc2NyaXB0\nb3IgMTQgMCBSIA0+PiANZW5kb2JqDTE0IDAgb2JqDTw8IA0vVHlwZSAvRm9u\ndERlc2NyaXB0b3IgDS9Bc2NlbnQgOTA1IA0vQ2FwSGVpZ2h0IDAgDS9EZXNj\nZW50IC0yMTEgDS9GbGFncyAzMiANL0ZvbnRCQm94IFsgLTY2NSAtMzI1IDIw\nMjggMTAzNyBdIA0vRm9udE5hbWUgL0FyaWFsIA0vSXRhbGljQW5nbGUgMCAN\nL1N0ZW1WIDAgDT4+IA1lbmRvYmoNMTUgMCBvYmoNPDwgDS9UeXBlIC9FeHRH\nU3RhdGUgDS9TQSBmYWxzZSANL1NNIDAuMDIgDS9UUiAvSWRlbnRpdHkgDT4+\nIA1lbmRvYmoNMSAwIG9iag08PCANL1Byb2R1Y2VyIChBY3JvYmF0IERpc3Rp\nbGxlciA0LjA1IGZvciBXaW5kb3dzKQ0vQ3JlYXRvciAoTWljcm9zb2Z0IFdv\ncmQgOS4wKQ0vTW9kRGF0ZSAoRDoyMDAxMDgyOTA5NTUwMS0wNycwMCcpDS9B\ndXRob3IgKEdlbmUgQnJ1bWJsYXkpDS9UaXRsZSAoVGhpcyBpcyBhIHRlc3Qg\nUERGIGRvY3VtZW50KQ0vQ3JlYXRpb25EYXRlIChEOjIwMDEwODI5MDk1NDU3\nKQ0+PiANZW5kb2JqDTIgMCBvYmoNPDwgDS9UeXBlIC9QYWdlcyANL0tpZHMg\nWyA1IDAgUiBdIA0vQ291bnQgMSANPj4gDWVuZG9iag14cmVmDTAgMyANMDAw\nMDAwMDAwMCA2NTUzNSBmDQowMDAwMDAzNDI5IDAwMDAwIG4NCjAwMDAwMDM2\nNTggMDAwMDAgbg0KdHJhaWxlcg08PA0vU2l6ZSAzDS9JRFs8ZDcwZjQ2YzVi\nYTRmZThiZDQ5YTlkZDA1OTliMGIxNTE+PGQ3MGY0NmM1YmE0ZmU4YmQ0OWE5\nZGQwNTk5YjBiMTUxPl0NPj4Nc3RhcnR4cmVmDTE3Mw0lJUVPRg0=\n"}}' + headers: + Content-Type: + - multipart/form-data + response: + status: + code: 500 + message: Internal Server Error + headers: + Date: + - Thu, 15 Feb 2018 19:30:44 GMT + Content-Type: + - application/json; charset=UTF-8 + Content-Length: + - '147' + Connection: + - keep-alive + Set-Cookie: + - __cfduid=db4fd3a95748e01392f4f863a7a7321251518723044; expires=Fri, 15-Feb-19 + 19:30:44 GMT; path=/; domain=.hubapi.com; HttpOnly + Access-Control-Allow-Credentials: + - 'false' + Expect-Ct: + - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" + Server: + - cloudflare + Cf-Ray: + - 3edaaef52d615a5c-BOS + body: + encoding: UTF-8 + string: '{"status":"error","message":"internal error","correlationId":"3509cb9a-35e9-4622-bd94-c79c387bdaa1","requestId":"ffe4016dbdfdfd92a806a5bb23e25ff2"}' + http_version: + recorded_at: Thu, 15 Feb 2018 19:30:44 GMT +- request: + method: get + uri: https://api.hubapi.com/filemanager/api/v2/files?hapikey=demo + body: + encoding: US-ASCII + string: '' + headers: + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + Accept: + - "*/*" + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Date: + - Wed, 21 Feb 2018 18:45:00 GMT + Content-Type: + - application/json; charset=UTF-8 + Content-Length: + - '13280' + Connection: + - keep-alive + Set-Cookie: + - __cfduid=def29ed93b2804f0b642cde306966469f1519238699; expires=Thu, 21-Feb-19 + 18:44:59 GMT; path=/; domain=.hubapi.com; HttpOnly + Access-Control-Allow-Credentials: + - 'false' + Vary: + - Accept-Encoding, User-Agent + X-Trace: + - 1BC993DDDC6F61F3C03690C1002B28187D42263AD78630FB28738C119F + Expect-Ct: + - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" + Server: + - cloudflare + Cf-Ray: + - 3f0bdc30bde65a62-BOS + body: + encoding: ASCII-8BIT + string: '{"limit":100,"offset":0,"objects":[{"id":4958081202,"portal_id":62515,"name":"Google + Display Network","size":589192,"height":null,"width":null,"encoding":null,"type":"DOCUMENT","extension":"pdf","cloud_key":"hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","s3_url":"http://cdn1.hubspot.com/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","alt_key":"hubfs/62515/hubspot-projects-attachments/473512/7899431/google%20display%20network","alt_key_hash":"a5372456c13f281c68f7ca7173fcf808","title":"Google + Display Network","meta":{"redirects":["hubfs/62515/Google%20Display%20Network.pdf"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1490025439634,"updated":1490025440432,"deleted_at":0,"folder_id":4958081211,"hidden":false,"cloud_key_hash":"7b33c1c6d9abf8a8388f7cf0988bab59","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/HubSpot-Projects-Attachments/473512/7899431/Google%20Display%20Network.pdf","alt_url":"http://cdn2.hubspot.net/hubfs/62515/hubspot-projects-attachments/473512/7899431/google%20display%20network.pdf"},{"id":5323360053,"portal_id":62515,"name":"ScrollMagic","size":35938,"height":null,"width":null,"encoding":null,"type":"OTHER","extension":"js","cloud_key":"hubfs/62515/plugins/scrollmagic/uncompressed/ScrollMagic.js","s3_url":"http://cdn1.hubspot.com/hubfs/62515/plugins/scrollmagic/uncompressed/ScrollMagic.js","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/plugins/scrollmagic/uncompressed/ScrollMagic.js","alt_key":"hubfs/62515/plugins/scrollmagic/uncompressed/scrollmagic","alt_key_hash":"1769708800fd59e887ec299715cd6118","title":"ScrollMagic","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1504354553352,"updated":1504354553453,"deleted_at":0,"folder_id":5323360027,"hidden":false,"cloud_key_hash":"8bd641bca694eef1e2c47dc8eefc3ea3","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/plugins/scrollmagic/uncompressed/ScrollMagic.js","alt_url":"http://cdn2.hubspot.net/hubfs/62515/plugins/scrollmagic/uncompressed/scrollmagic.js"},{"id":5323360100,"portal_id":62515,"name":"animation.gsap","size":3987,"height":null,"width":null,"encoding":null,"type":"OTHER","extension":"js","cloud_key":"hubfs/62515/plugins/scrollmagic/uncompressed/plugins/animation.gsap.js","s3_url":"http://cdn1.hubspot.com/hubfs/62515/plugins/scrollmagic/uncompressed/plugins/animation.gsap.js","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/plugins/scrollmagic/uncompressed/plugins/animation.gsap.js","alt_key":"hubfs/62515/plugins/scrollmagic/uncompressed/plugins/animation.gsap","alt_key_hash":"44b6cb7a014e80f29f4c54c08afd8f57","title":"animation.gsap","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1504354591619,"updated":1504354591659,"deleted_at":0,"folder_id":5323106016,"hidden":false,"cloud_key_hash":"2d9617d1725b2f33082b743dfdfbae56","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/plugins/scrollmagic/uncompressed/plugins/animation.gsap.js","alt_url":"http://cdn2.hubspot.net/hubfs/62515/plugins/scrollmagic/uncompressed/plugins/animation.gsap.js"},{"id":5343954843,"portal_id":62515,"name":"HRS216K5PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171018/import-20170918/HRS216K5PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/HRS216K5PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRS216K5PKA.jpg","alt_key":"hubfs/62515/import-20171018/import-20170918/hrs216k5pka","alt_key_hash":"b57179fcebb35b248ed88f2489457593","title":"HRS216K5PKA","meta":{"redirects":["hubfs/62515/import-20170918/HRS216K5PKA.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766069968,"updated":1511148748605,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"4798d83116f7a4cf2c44189c96becfbd","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRS216K5PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/hrs216k5pka.jpg"},{"id":5343954873,"portal_id":62515,"name":"HRR216K9PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171018/import-20170918/HRR216K9PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/HRR216K9PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRR216K9PKA.jpg","alt_key":"hubfs/62515/import-20171018/import-20170918/hrr216k9pka","alt_key_hash":"7b6df5775472a9ec8f706adb94f09358","title":"HRR216K9PKA","meta":{"redirects":["hubfs/62515/import-20170918/HRR216K9PKA.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766070749,"updated":1511148747810,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"ea7b624cf90bba80bdaf0ab558601abe","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRR216K9PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/hrr216k9pka.jpg"},{"id":5343954899,"portal_id":62515,"name":"HRR216K9VYA_ST_RS_LR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171018/import-20170918/HRR216K9VYA_ST_RS_LR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/HRR216K9VYA_ST_RS_LR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRR216K9VYA_ST_RS_LR.jpg","alt_key":"hubfs/62515/import-20171018/import-20170918/hrr216k9vya_st_rs_lr","alt_key_hash":"57a45d0fd6aa57a741d2e476b24d0f91","title":"HRR216K9VYA_ST_RS_LR","meta":{"redirects":["hubfs/62515/import-20170918/HRR216K9VYA_ST_RS_LR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766072007,"updated":1511148748424,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"259700d24c39a76bac4e21d3fb066cb0","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRR216K9VYA_ST_RS_LR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/hrr216k9vya_st_rs_lr.jpg"},{"id":5343954914,"portal_id":62515,"name":"HRR216K9VLA_ST_RS_LR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171018/import-20170918/HRR216K9VLA_ST_RS_LR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/HRR216K9VLA_ST_RS_LR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRR216K9VLA_ST_RS_LR.jpg","alt_key":"hubfs/62515/import-20171018/import-20170918/hrr216k9vla_st_rs_lr","alt_key_hash":"ea1ec5d7ba177f0b94c833229461c520","title":"HRR216K9VLA_ST_RS_LR","meta":{"redirects":["hubfs/62515/import-20170918/HRR216K9VLA_ST_RS_LR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766072563,"updated":1511148748259,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"7868d4deccceec5b1ece372206c80ad6","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRR216K9VLA_ST_RS_LR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/hrr216k9vla_st_rs_lr.jpg"},{"id":5343954934,"portal_id":62515,"name":"HRX217K5VKA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171018/import-20170918/HRX217K5VKA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/HRX217K5VKA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRX217K5VKA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20171018/import-20170918/hrx217k5vka_st_rs_hr","alt_key_hash":"76d99506bb05696a06f22da4d7dfbbeb","title":"HRX217K5VKA_ST_RS_HR","meta":{"redirects":["hubfs/62515/import-20170918/HRX217K5VKA_ST_RS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766073187,"updated":1511148748995,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"954f096824b58d94e4082404f137abac","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRX217K5VKA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/hrx217k5vka_st_rs_hr.jpg"},{"id":5343954946,"portal_id":62515,"name":"HRX217K5VLA_ST_LS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171018/import-20170918/HRX217K5VLA_ST_LS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/HRX217K5VLA_ST_LS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRX217K5VLA_ST_LS_HR.jpg","alt_key":"hubfs/62515/import-20171018/import-20170918/hrx217k5vla_st_ls_hr","alt_key_hash":"08b4ac4e54d8fbdb19b0e020d23001e7","title":"HRX217K5VLA_ST_LS_HR","meta":{"redirects":["hubfs/62515/import-20170918/HRX217K5VLA_ST_LS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766073729,"updated":1511148749189,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"371a9603376072439509f87d85dd10f1","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRX217K5VLA_ST_LS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/hrx217k5vla_st_ls_hr.jpg"},{"id":5343954961,"portal_id":62515,"name":"HRX217K5VYA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171018/import-20170918/HRX217K5VYA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/HRX217K5VYA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRX217K5VYA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20171018/import-20170918/hrx217k5vya_st_rs_hr","alt_key_hash":"dff18b0ff0e437502aea2d553aa68cc9","title":"HRX217K5VYA_ST_RS_HR","meta":{"redirects":["hubfs/62515/import-20170918/HRX217K5VYA_ST_RS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766074302,"updated":1511148749420,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"60ba64084af78c3f54941281f77479b1","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRX217K5VYA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/hrx217k5vya_st_rs_hr.jpg"},{"id":5343954976,"portal_id":62515,"name":"HRX217K5HYA_ST_LS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171018/import-20170918/HRX217K5HYA_ST_LS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/HRX217K5HYA_ST_LS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRX217K5HYA_ST_LS_HR.jpg","alt_key":"hubfs/62515/import-20171018/import-20170918/hrx217k5hya_st_ls_hr","alt_key_hash":"81444be6743e8aaeb615b772285f9aeb","title":"HRX217K5HYA_ST_LS_HR","meta":{"redirects":["hubfs/62515/import-20170918/HRX217K5HYA_ST_LS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766074911,"updated":1511148748783,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"5ff30b146dbba47f0f7c9348e9bbc3e5","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRX217K5HYA_ST_LS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/hrx217k5hya_st_ls_hr.jpg"},{"id":5343954990,"portal_id":62515,"name":"HRC216K3PDA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171018/import-20170918/HRC216K3PDA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/HRC216K3PDA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRC216K3PDA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20171018/import-20170918/hrc216k3pda_st_rs_hr","alt_key_hash":"e005acb09e8df0d59ba22b62617a87ca","title":"HRC216K3PDA_ST_RS_HR","meta":{"redirects":["hubfs/62515/import-20170918/HRC216K3PDA_ST_RS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766075619,"updated":1511148747629,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"8dfbc4b6e436380fe860133693f0301f","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRC216K3PDA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/hrc216k3pda_st_rs_hr.jpg"},{"id":5344190886,"portal_id":62515,"name":"1c934594-a5e4-4930-a387-ce76b40ff9d4","size":35721,"height":180,"width":785,"encoding":"jpeg","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_key":"hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4","alt_key_hash":"94fbea63b162a871793e4414226bcf79","title":"1c934594-a5e4-4930-a387-ce76b40ff9d4","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png"}},"redirects":["hubfs/62515/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","hubfs/62515/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","hubfs/62515/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","hubfs/62515/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766068571,"updated":1511148747277,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"4e938e223d79fef2c798eb167839cb17","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/1c934594-a5e4-4930-a387-ce76b40ff9d4.png"},{"id":5344190941,"portal_id":62515,"name":"HRR216K9VKA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171018/import-20170918/HRR216K9VKA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/HRR216K9VKA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRR216K9VKA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20171018/import-20170918/hrr216k9vka_st_rs_hr","alt_key_hash":"3f3e08acd7193462ea4bc10d7c9257e2","title":"HRR216K9VKA_ST_RS_HR","meta":{"redirects":["hubfs/62515/import-20170918/HRR216K9VKA_ST_RS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766071313,"updated":1511148748042,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"d820f0de88413e2dae9761707533b114","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRR216K9VKA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/hrr216k9vka_st_rs_hr.jpg"},{"id":5344191031,"portal_id":62515,"name":"HRC216K3HXA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171018/import-20170918/HRC216K3HXA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171018/import-20170918/HRC216K3HXA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRC216K3HXA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20171018/import-20170918/hrc216k3hxa_st_rs_hr","alt_key_hash":"0e537429adb53f0eee59e4d14055d0c6","title":"HRC216K3HXA_ST_RS_HR","meta":{"redirects":["hubfs/62515/import-20170918/HRC216K3HXA_ST_RS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505766076205,"updated":1511148747452,"deleted_at":0,"folder_id":5344190882,"hidden":false,"cloud_key_hash":"ddf4b4900da091626f07f0f0b4a56a25","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/HRC216K3HXA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171018/import-20170918/hrc216k3hxa_st_rs_hr.jpg"},{"id":5347361673,"portal_id":62515,"name":"sprocket_web-2","size":7260,"height":222,"width":200,"encoding":"png","type":"IMG","extension":"png","cloud_key":"hubfs/62515/Testh2w/sprocket_web-2.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/sprocket_web-2.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/sprocket_web-2.png","alt_key":"hubfs/62515/testh2w/sprocket_web-2","alt_key_hash":"8df515f3b01421cb8ee02706959d816d","title":"sprocket_web-2","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/Testh2w/sprocket_web-2.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/sprocket_web-2.png/thumb.png","image_name":"sprocket_web-2.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/sprocket_web-2.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/Testh2w/sprocket_web-2.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/sprocket_web-2.png/icon.png","image_name":"sprocket_web-2.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/sprocket_web-2.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/Testh2w/sprocket_web-2.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/sprocket_web-2.png/medium.png","image_name":"sprocket_web-2.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/sprocket_web-2.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505918606813,"updated":1505918607129,"deleted_at":0,"folder_id":5347360845,"hidden":false,"cloud_key_hash":"829d3649e2c3b7c17ca6934d2d706dd4","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/sprocket_web-2.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/testh2w/sprocket_web-2.png"},{"id":5347361777,"portal_id":62515,"name":"font-page-banner-links-hubspot","size":8134,"height":613,"width":504,"encoding":"png","type":"IMG","extension":"png","cloud_key":"hubfs/62515/Testh2w/font-page-banner-links-hubspot.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/font-page-banner-links-hubspot.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/font-page-banner-links-hubspot.png","alt_key":"hubfs/62515/testh2w/font-page-banner-links-hubspot","alt_key_hash":"4ea517ba0dc3985330076de3ba22529d","title":"font-page-banner-links-hubspot","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/Testh2w/font-page-banner-links-hubspot.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/font-page-banner-links-hubspot.png/thumb.png","image_name":"font-page-banner-links-hubspot.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/font-page-banner-links-hubspot.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/Testh2w/font-page-banner-links-hubspot.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/font-page-banner-links-hubspot.png/icon.png","image_name":"font-page-banner-links-hubspot.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/font-page-banner-links-hubspot.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/Testh2w/font-page-banner-links-hubspot.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/font-page-banner-links-hubspot.png/medium.png","image_name":"font-page-banner-links-hubspot.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/font-page-banner-links-hubspot.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505918615726,"updated":1505918616353,"deleted_at":0,"folder_id":5347360845,"hidden":false,"cloud_key_hash":"09d8f7570303a7e5351f73648bd307c2","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/font-page-banner-links-hubspot.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/testh2w/font-page-banner-links-hubspot.png"},{"id":5348611734,"portal_id":62515,"name":"before + hover","size":96780,"height":411,"width":269,"encoding":"png","type":"IMG","extension":"png","cloud_key":"hubfs/62515/Testh2w/before%20hover.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/before%20hover.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/before%20hover.png","alt_key":"hubfs/62515/testh2w/before%20hover","alt_key_hash":"c0a0a244eb6f38bfe2bce928034bad55","title":"before + hover","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/Testh2w/before%20hover.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/before%20hover.png/thumb.png","image_name":"before + hover.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/before%20hover.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/Testh2w/before%20hover.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/before%20hover.png/icon.png","image_name":"before + hover.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/before%20hover.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/Testh2w/before%20hover.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/before%20hover.png/medium.png","image_name":"before + hover.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/Testh2w/before%20hover.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1505986457593,"updated":1505986458432,"deleted_at":0,"folder_id":5347360845,"hidden":false,"cloud_key_hash":"66f5902225fafec34f1907fd7cb3f650","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/Testh2w/before%20hover.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/testh2w/before%20hover.png"},{"id":5352999023,"portal_id":62515,"name":"1c934594-a5e4-4930-a387-ce76b40ff9d4","size":35721,"height":180,"width":785,"encoding":"jpeg","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_key":"hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4","alt_key_hash":"ffb59768cc7e4036af4985019dbf12f3","title":"1c934594-a5e4-4930-a387-ce76b40ff9d4","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301732738,"updated":1506301733170,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"bf54a1711ce3a457f6f6e4842c8abcd2","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/1c934594-a5e4-4930-a387-ce76b40ff9d4.png"},{"id":5352999024,"portal_id":62515,"name":"HRS216K5PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/HRS216K5PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/HRS216K5PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRS216K5PKA.jpg","alt_key":"hubfs/62515/import-20170924/hrs216k5pka","alt_key_hash":"59496b2b721aa990d1d1d00943178597","title":"HRS216K5PKA","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301733784,"updated":1506301733877,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"5e6c43aa846c1f4f98d0438e1458b593","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRS216K5PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/hrs216k5pka.jpg"},{"id":5352999025,"portal_id":62515,"name":"HRR216K9PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/HRR216K9PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/HRR216K9PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRR216K9PKA.jpg","alt_key":"hubfs/62515/import-20170924/hrr216k9pka","alt_key_hash":"bf205bb61f0ed28b91ff330f7229862f","title":"HRR216K9PKA","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301734420,"updated":1506301734609,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"adbc0d9d08f3ac868cc52538ae755fa2","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRR216K9PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/hrr216k9pka.jpg"},{"id":5352999027,"portal_id":62515,"name":"HRR216K9VKA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/HRR216K9VKA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/HRR216K9VKA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRR216K9VKA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170924/hrr216k9vka_st_rs_hr","alt_key_hash":"04892756d222c4f188a9c143f5810711","title":"HRR216K9VKA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301735154,"updated":1506301735263,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"103b5fa272183cb07475011614f52301","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRR216K9VKA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/hrr216k9vka_st_rs_hr.jpg"},{"id":5352999032,"portal_id":62515,"name":"HRR216K9VLA_ST_RS_LR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/HRR216K9VLA_ST_RS_LR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/HRR216K9VLA_ST_RS_LR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRR216K9VLA_ST_RS_LR.jpg","alt_key":"hubfs/62515/import-20170924/hrr216k9vla_st_rs_lr","alt_key_hash":"7386ca27600d3b4a444a23ceea748cc3","title":"HRR216K9VLA_ST_RS_LR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301736382,"updated":1506301736478,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"443e1b545cfbe082a1810fd68129fca2","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRR216K9VLA_ST_RS_LR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/hrr216k9vla_st_rs_lr.jpg"},{"id":5352999034,"portal_id":62515,"name":"HRX217K5VKA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/HRX217K5VKA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/HRX217K5VKA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRX217K5VKA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170924/hrx217k5vka_st_rs_hr","alt_key_hash":"75e4abec5d1cc9a492f08ba718a416e2","title":"HRX217K5VKA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301737010,"updated":1506301737346,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"b731da8df46c843246446d6e3c9e1a16","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRX217K5VKA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/hrx217k5vka_st_rs_hr.jpg"},{"id":5352999036,"portal_id":62515,"name":"HRX217K5VLA_ST_LS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/HRX217K5VLA_ST_LS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/HRX217K5VLA_ST_LS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRX217K5VLA_ST_LS_HR.jpg","alt_key":"hubfs/62515/import-20170924/hrx217k5vla_st_ls_hr","alt_key_hash":"933c91b2b89b01415ed6d26f04f61909","title":"HRX217K5VLA_ST_LS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301737893,"updated":1506301737999,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"ed62a431c53e6f53511c38eeece729a6","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRX217K5VLA_ST_LS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/hrx217k5vla_st_ls_hr.jpg"},{"id":5352999038,"portal_id":62515,"name":"HRX217K5VYA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/HRX217K5VYA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/HRX217K5VYA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRX217K5VYA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170924/hrx217k5vya_st_rs_hr","alt_key_hash":"56c6dba7d719becc30888469ee449281","title":"HRX217K5VYA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301738499,"updated":1506301738586,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"dc37308d5b2421e0858cee44bfbe09c6","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRX217K5VYA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/hrx217k5vya_st_rs_hr.jpg"},{"id":5352999040,"portal_id":62515,"name":"HRX217K5HYA_ST_LS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/HRX217K5HYA_ST_LS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/HRX217K5HYA_ST_LS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRX217K5HYA_ST_LS_HR.jpg","alt_key":"hubfs/62515/import-20170924/hrx217k5hya_st_ls_hr","alt_key_hash":"587e95cf93d3c8e298426eb237fd5bb9","title":"HRX217K5HYA_ST_LS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301739097,"updated":1506301739261,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"8aee0b183bf711de607876df9852ef5c","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRX217K5HYA_ST_LS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/hrx217k5hya_st_ls_hr.jpg"},{"id":5352999047,"portal_id":62515,"name":"22e30ce4-402b-4357-8537-5ded085bf7ed","size":4197,"height":38,"width":414,"encoding":"png","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png","alt_key":"hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed","alt_key_hash":"87fb44e3352e7fec813f8f05b922e6fa","title":"22e30ce4-402b-4357-8537-5ded085bf7ed","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301740994,"updated":1506301741388,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"23b6d5898dfdb34275491d4caf5acbef","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/22e30ce4-402b-4357-8537-5ded085bf7ed.png"},{"id":5352999062,"portal_id":62515,"name":"AW900xTP-PAIR-2","size":57099,"height":700,"width":700,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg","alt_key":"hubfs/62515/import-20170924/aw900xtp-pair-2","alt_key_hash":"25238113d02b79faa2cc5d60eb3b44ea","title":"AW900xTP-PAIR-2","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg/thumb.jpg","image_name":"AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg/icon.jpg","image_name":"AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg/medium.jpg","image_name":"AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301746488,"updated":1506301747048,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"f056bc90409d4a2c3bb89e999e785d80","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/AW900xTP-PAIR-2.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/aw900xtp-pair-2.jpg"},{"id":5352999105,"portal_id":62515,"name":"Thise","size":23133,"height":475,"width":538,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/Thise.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/Thise.jpg","alt_key":"hubfs/62515/import-20170924/thise","alt_key_hash":"a783ac86d1396af8bc7115ad7918d166","title":"Thise","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170924/Thise.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/Thise.jpg/thumb.jpg","image_name":"Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/Thise.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170924/Thise.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/Thise.jpg/icon.jpg","image_name":"Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/Thise.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170924/Thise.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/Thise.jpg/medium.jpg","image_name":"Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/Thise.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301764672,"updated":1506301765387,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"6bf705b612a10efebcb7ea40e9684adf","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/Thise.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/thise.jpg"},{"id":5352999121,"portal_id":62515,"name":"cardboard-box-printed-design-10","size":4454636,"height":1363,"width":2048,"encoding":"png","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20170924/cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cardboard-box-printed-design-10.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cardboard-box-printed-design-10.png","alt_key":"hubfs/62515/import-20170924/cardboard-box-printed-design-10","alt_key_hash":"6334433a220760883b49a11f030234df","title":"cardboard-box-printed-design-10","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170924/cardboard-box-printed-design-10.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cardboard-box-printed-design-10.png/thumb.png","image_name":"cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cardboard-box-printed-design-10.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20170924/cardboard-box-printed-design-10.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cardboard-box-printed-design-10.png/icon.png","image_name":"cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cardboard-box-printed-design-10.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20170924/cardboard-box-printed-design-10.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cardboard-box-printed-design-10.png/medium.png","image_name":"cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cardboard-box-printed-design-10.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301769832,"updated":1506301771617,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"e2b9e1cf3adfc48aaf8281d24ba106d3","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cardboard-box-printed-design-10.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/cardboard-box-printed-design-10.png"},{"id":5352999122,"portal_id":62515,"name":"copenhagen-bus-wrap-snake","size":235612,"height":835,"width":1400,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg","alt_key":"hubfs/62515/import-20170924/copenhagen-bus-wrap-snake","alt_key_hash":"ff4534bad14b92be2c18e5b960d46371","title":"copenhagen-bus-wrap-snake","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg/thumb.jpg","image_name":"copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg/icon.jpg","image_name":"copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg/medium.jpg","image_name":"copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301772433,"updated":1506301773802,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"fa68280887455ef825c8586966edf1b3","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/copenhagen-bus-wrap-snake.jpg"},{"id":5353096128,"portal_id":62515,"name":"HRR216K9VYA_ST_RS_LR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/HRR216K9VYA_ST_RS_LR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/HRR216K9VYA_ST_RS_LR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRR216K9VYA_ST_RS_LR.jpg","alt_key":"hubfs/62515/import-20170924/hrr216k9vya_st_rs_lr","alt_key_hash":"b84dbcfa1977c63e5a2c0adb1575b616","title":"HRR216K9VYA_ST_RS_LR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301735761,"updated":1506301735877,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"f69ee93e1962bac3e1f0c5c7b8e7f72d","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRR216K9VYA_ST_RS_LR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/hrr216k9vya_st_rs_lr.jpg"},{"id":5353096139,"portal_id":62515,"name":"HRC216K3PDA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/HRC216K3PDA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/HRC216K3PDA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRC216K3PDA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170924/hrc216k3pda_st_rs_hr","alt_key_hash":"39d1a583d98d0c2298da5e6b7390d34c","title":"HRC216K3PDA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301739759,"updated":1506301739824,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"641a1fb4d66294f94560f2c8b83cc641","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRC216K3PDA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/hrc216k3pda_st_rs_hr.jpg"},{"id":5353096141,"portal_id":62515,"name":"HRC216K3HXA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/HRC216K3HXA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/HRC216K3HXA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRC216K3HXA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170924/hrc216k3hxa_st_rs_hr","alt_key_hash":"2f4d98b3f4378c82eae02f1fcf6918d0","title":"HRC216K3HXA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301740344,"updated":1506301740427,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"836201fb7a7fe9552c9e1365e66d3f11","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/HRC216K3HXA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/hrc216k3hxa_st_rs_hr.jpg"},{"id":5353096164,"portal_id":62515,"name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2","size":25283,"height":300,"width":300,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","alt_key":"hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_aw900xtp-pair-2","alt_key_hash":"43330dbb6165be8c5c78607f9a6f33bd","title":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/thumb.jpg","image_name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/icon.jpg","image_name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/medium.jpg","image_name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301747660,"updated":1506301748055,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"fd5b2060d3a1534fb1bef3d639606710","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/cache_300_300_1_100_100_16777215_aw900xtp-pair-2.jpg"},{"id":5353096202,"portal_id":62515,"name":"cookbook","size":191499,"height":736,"width":1080,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cookbook.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cookbook.jpg","alt_key":"hubfs/62515/import-20170924/cookbook","alt_key_hash":"c562eacb16a56c04698e685844cf808c","title":"cookbook","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170924/cookbook.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cookbook.jpg/thumb.jpg","image_name":"cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cookbook.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170924/cookbook.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cookbook.jpg/icon.jpg","image_name":"cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cookbook.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170924/cookbook.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cookbook.jpg/medium.jpg","image_name":"cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/cookbook.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301755721,"updated":1506301756650,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"cc14389267a725c4bafff7495e5be47e","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/cookbook.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/cookbook.jpg"},{"id":5353096214,"portal_id":62515,"name":"Direct-Mail-Pile","size":2763742,"height":2333,"width":3500,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/Direct-Mail-Pile.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/Direct-Mail-Pile.jpg","alt_key":"hubfs/62515/import-20170924/direct-mail-pile","alt_key_hash":"a53a743634f07d86ba75797352ad8925","title":"Direct-Mail-Pile","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170924/Direct-Mail-Pile.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/Direct-Mail-Pile.jpg/thumb.jpg","image_name":"Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/Direct-Mail-Pile.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170924/Direct-Mail-Pile.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/Direct-Mail-Pile.jpg/icon.jpg","image_name":"Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/Direct-Mail-Pile.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170924/Direct-Mail-Pile.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/Direct-Mail-Pile.jpg/medium.jpg","image_name":"Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/Direct-Mail-Pile.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301759588,"updated":1506301764071,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"6e42530e53b9438c233387173ae4b5f1","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/Direct-Mail-Pile.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/direct-mail-pile.jpg"},{"id":5353096247,"portal_id":62515,"name":"ink-art-1","size":141872,"height":920,"width":600,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170924/ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/ink-art-1.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/ink-art-1.jpg","alt_key":"hubfs/62515/import-20170924/ink-art-1","alt_key_hash":"5d67ade55298bc45cd7776a3798315a1","title":"ink-art-1","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170924/ink-art-1.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/ink-art-1.jpg/thumb.jpg","image_name":"ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/ink-art-1.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170924/ink-art-1.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/ink-art-1.jpg/icon.jpg","image_name":"ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/ink-art-1.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170924/ink-art-1.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/ink-art-1.jpg/medium.jpg","image_name":"ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170924/ink-art-1.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506301766236,"updated":1506301767409,"deleted_at":0,"folder_id":5353096113,"hidden":false,"cloud_key_hash":"ca4c23d93bf2a15cdc3046aafbd2f3c6","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170924/ink-art-1.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170924/ink-art-1.jpg"},{"id":5354389728,"portal_id":62515,"name":"HRS216K5PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/HRS216K5PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/HRS216K5PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/HRS216K5PKA.jpg","alt_key":"hubfs/62515/import-20170925/hrs216k5pka","alt_key_hash":"66e98f2d15ce8ad6cb514a47fde86b1e","title":"HRS216K5PKA","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506368501713,"updated":1506368564036,"deleted_at":0,"folder_id":5354389684,"hidden":false,"cloud_key_hash":"1b5ff945d09069510dd459e8cbb6b4e6","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/HRS216K5PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/hrs216k5pka.jpg"},{"id":5354389748,"portal_id":62515,"name":"HRR216K9PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/HRR216K9PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/HRR216K9PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/HRR216K9PKA.jpg","alt_key":"hubfs/62515/import-20170925/hrr216k9pka","alt_key_hash":"034393ec2c9e9603a85f30a888c72698","title":"HRR216K9PKA","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506368502444,"updated":1506368567906,"deleted_at":0,"folder_id":5354389684,"hidden":false,"cloud_key_hash":"5e4b80cf9fd1c6eb5c160c423805fae0","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/HRR216K9PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/hrr216k9pka.jpg"},{"id":5354622648,"portal_id":62515,"name":"1c934594-a5e4-4930-a387-ce76b40ff9d4","size":35721,"height":180,"width":785,"encoding":"jpeg","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_key":"hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4","alt_key_hash":"5b413c341d3782e32b796b4433c7f09b","title":"1c934594-a5e4-4930-a387-ce76b40ff9d4","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506368500319,"updated":1506368560068,"deleted_at":0,"folder_id":5354389684,"hidden":false,"cloud_key_hash":"4c8d646bf529977a70857ba231eefa22","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/1c934594-a5e4-4930-a387-ce76b40ff9d4.png"},{"id":5356960093,"portal_id":62515,"name":"1c934594-a5e4-4930-a387-ce76b40ff9d4","size":35721,"height":180,"width":785,"encoding":"jpeg","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_key":"hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4","alt_key_hash":"814f3f0e50333329d52b2e98731efe1e","title":"1c934594-a5e4-4930-a387-ce76b40ff9d4","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497624044,"updated":1506497624573,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"fdee7f31ee552e00d1d3cf1edde25380","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/1c934594-a5e4-4930-a387-ce76b40ff9d4.png"},{"id":5356960105,"portal_id":62515,"name":"HRS216K5PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/HRS216K5PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/HRS216K5PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRS216K5PKA.jpg","alt_key":"hubfs/62515/import-20170927/hrs216k5pka","alt_key_hash":"1c17c00c0e763a874e72bf22c574ee5d","title":"HRS216K5PKA","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497625045,"updated":1506497625112,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"4f25741fb55d1f331e9841fe72073603","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRS216K5PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/hrs216k5pka.jpg"},{"id":5356960120,"portal_id":62515,"name":"HRR216K9VYA_ST_RS_LR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/HRR216K9VYA_ST_RS_LR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/HRR216K9VYA_ST_RS_LR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRR216K9VYA_ST_RS_LR.jpg","alt_key":"hubfs/62515/import-20170927/hrr216k9vya_st_rs_lr","alt_key_hash":"20f03d5ca734531e723bb6422fa8f1eb","title":"HRR216K9VYA_ST_RS_LR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497626583,"updated":1506497626683,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"bc4d7f22e697ead6b49585d38b05a23b","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRR216K9VYA_ST_RS_LR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/hrr216k9vya_st_rs_lr.jpg"},{"id":5356960124,"portal_id":62515,"name":"HRR216K9VLA_ST_RS_LR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/HRR216K9VLA_ST_RS_LR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/HRR216K9VLA_ST_RS_LR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRR216K9VLA_ST_RS_LR.jpg","alt_key":"hubfs/62515/import-20170927/hrr216k9vla_st_rs_lr","alt_key_hash":"928189b4f2cae66556531c513fb540ae","title":"HRR216K9VLA_ST_RS_LR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497627138,"updated":1506497627224,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"1b201a9ab13e47c880ea7041975d7ebe","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRR216K9VLA_ST_RS_LR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/hrr216k9vla_st_rs_lr.jpg"},{"id":5356960166,"portal_id":62515,"name":"HRC216K3HXA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/HRC216K3HXA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/HRC216K3HXA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRC216K3HXA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170927/hrc216k3hxa_st_rs_hr","alt_key_hash":"7d883937faffae9cdf9b5cf862a566b5","title":"HRC216K3HXA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497630533,"updated":1506497630606,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"2b4c4fb9605099eaeb9a826c21a5dc70","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRC216K3HXA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/hrc216k3hxa_st_rs_hr.jpg"},{"id":5356960216,"portal_id":62515,"name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2","size":25283,"height":300,"width":300,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","alt_key":"hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_aw900xtp-pair-2","alt_key_hash":"42b900456e22b8b4ea34cc908887089e","title":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/thumb.jpg","image_name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/icon.jpg","image_name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/medium.jpg","image_name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497635371,"updated":1506497635770,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"7bf2d949ced1d3680c546ae64ad305ff","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/cache_300_300_1_100_100_16777215_aw900xtp-pair-2.jpg"},{"id":5356960359,"portal_id":62515,"name":"Direct-Mail-Pile","size":2763742,"height":2333,"width":3500,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/Direct-Mail-Pile.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/Direct-Mail-Pile.jpg","alt_key":"hubfs/62515/import-20170927/direct-mail-pile","alt_key_hash":"d3f564aa4f811d2e76dbeb7369a3d906","title":"Direct-Mail-Pile","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170927/Direct-Mail-Pile.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/Direct-Mail-Pile.jpg/thumb.jpg","image_name":"Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/Direct-Mail-Pile.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170927/Direct-Mail-Pile.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/Direct-Mail-Pile.jpg/icon.jpg","image_name":"Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/Direct-Mail-Pile.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170927/Direct-Mail-Pile.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/Direct-Mail-Pile.jpg/medium.jpg","image_name":"Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/Direct-Mail-Pile.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497647262,"updated":1506497650752,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"9f7a29747e5a38e3f71b7415c56aaee9","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/Direct-Mail-Pile.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/direct-mail-pile.jpg"},{"id":5357386674,"portal_id":62515,"name":"HRR216K9PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/HRR216K9PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/HRR216K9PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRR216K9PKA.jpg","alt_key":"hubfs/62515/import-20170927/hrr216k9pka","alt_key_hash":"ff58ed3e2e958d81f26aa255ea8cef9c","title":"HRR216K9PKA","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497625522,"updated":1506497625610,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"c424a3e6e2c51bc3dc910af98fa1e4f5","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRR216K9PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/hrr216k9pka.jpg"},{"id":5357386675,"portal_id":62515,"name":"HRR216K9VKA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/HRR216K9VKA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/HRR216K9VKA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRR216K9VKA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170927/hrr216k9vka_st_rs_hr","alt_key_hash":"67167c676583fd6892fb4903df6cbd00","title":"HRR216K9VKA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497626026,"updated":1506497626107,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"8e76ccb2b5ca54ffb4eb03c029bb2847","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRR216K9VKA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/hrr216k9vka_st_rs_hr.jpg"},{"id":5357386686,"portal_id":62515,"name":"HRX217K5VKA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/HRX217K5VKA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/HRX217K5VKA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRX217K5VKA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170927/hrx217k5vka_st_rs_hr","alt_key_hash":"7ec4afda88653289d77beed388f1c71c","title":"HRX217K5VKA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497627692,"updated":1506497627806,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"4696e237150888a45ae52491d18fa220","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRX217K5VKA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/hrx217k5vka_st_rs_hr.jpg"},{"id":5357386690,"portal_id":62515,"name":"HRX217K5VLA_ST_LS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/HRX217K5VLA_ST_LS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/HRX217K5VLA_ST_LS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRX217K5VLA_ST_LS_HR.jpg","alt_key":"hubfs/62515/import-20170927/hrx217k5vla_st_ls_hr","alt_key_hash":"0b841bc202bacd39580997cdfaffad65","title":"HRX217K5VLA_ST_LS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497628279,"updated":1506497628407,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"03e2193669929a6d18ff17a9a878a92f","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRX217K5VLA_ST_LS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/hrx217k5vla_st_ls_hr.jpg"},{"id":5357386692,"portal_id":62515,"name":"HRX217K5VYA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/HRX217K5VYA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/HRX217K5VYA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRX217K5VYA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170927/hrx217k5vya_st_rs_hr","alt_key_hash":"d8914d128a32ad3d4e51ab150bc820df","title":"HRX217K5VYA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497628796,"updated":1506497628885,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"410e55dd176b399395700978ae64865a","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRX217K5VYA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/hrx217k5vya_st_rs_hr.jpg"},{"id":5357386696,"portal_id":62515,"name":"HRX217K5HYA_ST_LS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/HRX217K5HYA_ST_LS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/HRX217K5HYA_ST_LS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRX217K5HYA_ST_LS_HR.jpg","alt_key":"hubfs/62515/import-20170927/hrx217k5hya_st_ls_hr","alt_key_hash":"49be6356360bebbc05974cf3808719b9","title":"HRX217K5HYA_ST_LS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497629383,"updated":1506497629461,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"3e2e28fafed58cd2afa081a5844074ff","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRX217K5HYA_ST_LS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/hrx217k5hya_st_ls_hr.jpg"},{"id":5357386702,"portal_id":62515,"name":"HRC216K3PDA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/HRC216K3PDA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/HRC216K3PDA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRC216K3PDA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170927/hrc216k3pda_st_rs_hr","alt_key_hash":"f816e6105b8c8b5b65ff8815cfcb46f4","title":"HRC216K3PDA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497629875,"updated":1506497630064,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"74ff387f2d5d9f98c1fd37c676d5a556","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/HRC216K3PDA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/hrc216k3pda_st_rs_hr.jpg"},{"id":5357386708,"portal_id":62515,"name":"22e30ce4-402b-4357-8537-5ded085bf7ed","size":4197,"height":38,"width":414,"encoding":"png","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png","alt_key":"hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed","alt_key_hash":"fbec72d810fd49941c8123959ebeb3d3","title":"22e30ce4-402b-4357-8537-5ded085bf7ed","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497631059,"updated":1506497631314,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"f1b94dd9f08b27718886e1b85e294904","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/22e30ce4-402b-4357-8537-5ded085bf7ed.png"},{"id":5357386729,"portal_id":62515,"name":"AW900xTP-PAIR-2","size":57099,"height":700,"width":700,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg","alt_key":"hubfs/62515/import-20170927/aw900xtp-pair-2","alt_key_hash":"140b25eeba55f08e1db605ec81d00ed3","title":"AW900xTP-PAIR-2","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg/thumb.jpg","image_name":"AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg/icon.jpg","image_name":"AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg/medium.jpg","image_name":"AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497634357,"updated":1506497634932,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"34ba5d93796fb6eb5ee0166168a4abd7","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/AW900xTP-PAIR-2.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/aw900xtp-pair-2.jpg"},{"id":5357386797,"portal_id":62515,"name":"cookbook","size":191499,"height":736,"width":1080,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cookbook.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cookbook.jpg","alt_key":"hubfs/62515/import-20170927/cookbook","alt_key_hash":"05875d6c9a676d5e8a7b63122fc1c0c6","title":"cookbook","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170927/cookbook.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cookbook.jpg/thumb.jpg","image_name":"cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cookbook.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170927/cookbook.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cookbook.jpg/icon.jpg","image_name":"cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cookbook.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170927/cookbook.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cookbook.jpg/medium.jpg","image_name":"cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cookbook.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497644135,"updated":1506497645006,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"fb65866d6b146da739221b9a7fe337b5","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cookbook.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/cookbook.jpg"},{"id":5357386837,"portal_id":62515,"name":"Thise","size":23133,"height":475,"width":538,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/Thise.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/Thise.jpg","alt_key":"hubfs/62515/import-20170927/thise","alt_key_hash":"8821185b826a54bf9981526918af984d","title":"Thise","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170927/Thise.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/Thise.jpg/thumb.jpg","image_name":"Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/Thise.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170927/Thise.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/Thise.jpg/icon.jpg","image_name":"Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/Thise.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170927/Thise.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/Thise.jpg/medium.jpg","image_name":"Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/Thise.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497651299,"updated":1506497651870,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"799c2d6f48b1afe9cc3d26ae8042cf9b","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/Thise.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/thise.jpg"},{"id":5357386851,"portal_id":62515,"name":"ink-art-1","size":141872,"height":920,"width":600,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/ink-art-1.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/ink-art-1.jpg","alt_key":"hubfs/62515/import-20170927/ink-art-1","alt_key_hash":"b36c73043fc26b6f17d3a4b54fd13050","title":"ink-art-1","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170927/ink-art-1.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/ink-art-1.jpg/thumb.jpg","image_name":"ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/ink-art-1.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170927/ink-art-1.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/ink-art-1.jpg/icon.jpg","image_name":"ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/ink-art-1.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170927/ink-art-1.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/ink-art-1.jpg/medium.jpg","image_name":"ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/ink-art-1.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497652438,"updated":1506497653794,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"6994f448a783491521ffc332242fe964","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/ink-art-1.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/ink-art-1.jpg"},{"id":5357386875,"portal_id":62515,"name":"cardboard-box-printed-design-10","size":4454636,"height":1363,"width":2048,"encoding":"png","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20170927/cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cardboard-box-printed-design-10.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cardboard-box-printed-design-10.png","alt_key":"hubfs/62515/import-20170927/cardboard-box-printed-design-10","alt_key_hash":"354b8da620f5bb2c5c612206e74f7712","title":"cardboard-box-printed-design-10","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170927/cardboard-box-printed-design-10.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cardboard-box-printed-design-10.png/thumb.png","image_name":"cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cardboard-box-printed-design-10.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20170927/cardboard-box-printed-design-10.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cardboard-box-printed-design-10.png/icon.png","image_name":"cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cardboard-box-printed-design-10.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20170927/cardboard-box-printed-design-10.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cardboard-box-printed-design-10.png/medium.png","image_name":"cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/cardboard-box-printed-design-10.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497655625,"updated":1506497657323,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"9f411dfd15915983765905a84a2ae770","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/cardboard-box-printed-design-10.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/cardboard-box-printed-design-10.png"},{"id":5357386893,"portal_id":62515,"name":"copenhagen-bus-wrap-snake","size":235612,"height":835,"width":1400,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg","alt_key":"hubfs/62515/import-20170927/copenhagen-bus-wrap-snake","alt_key_hash":"ac35ca45418b7e30e19a3c317f391c51","title":"copenhagen-bus-wrap-snake","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg/thumb.jpg","image_name":"copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg/icon.jpg","image_name":"copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg/medium.jpg","image_name":"copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506497657991,"updated":1506497659361,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"1d79244693562f8b60ae9378a01c2565","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/copenhagen-bus-wrap-snake.jpg"},{"id":5360442473,"portal_id":62515,"name":"testdoc.txt","size":208,"height":null,"width":null,"encoding":null,"type":"OTHER","extension":"zip","cloud_key":"hubfs/62515/sge/testdoc.txt.zip","s3_url":"http://cdn1.hubspot.com/hubfs/62515/sge/testdoc.txt.zip","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/sge/testdoc.txt.zip","alt_key":"hubfs/62515/sge/testdoc.txt","alt_key_hash":"6b1ce4c8f6982f6a5f3a2efb8dc195c4","title":"testdoc.txt","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506636296295,"updated":1506636296369,"deleted_at":0,"folder_id":5360442410,"hidden":false,"cloud_key_hash":"2727cbd0aab99057f370b53279091454","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/sge/testdoc.txt.zip","alt_url":"http://cdn2.hubspot.net/hubfs/62515/sge/testdoc.txt.zip"},{"id":5360507090,"portal_id":62515,"name":"testdoc.txt","size":208,"height":null,"width":null,"encoding":null,"type":"OTHER","extension":"zip","cloud_key":"hubfs/62515/import-20170927/testdoc.txt.zip","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/testdoc.txt.zip","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/testdoc.txt.zip","alt_key":"hubfs/62515/import-20170927/testdoc.txt","alt_key_hash":"66350195ddb34407fefb61b7bd940571","title":"testdoc.txt","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506644286895,"updated":1506644287107,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"50e3e2a3f01bab57b12dcbba19389ee2","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/testdoc.txt.zip","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/testdoc.txt.zip"},{"id":5360716392,"portal_id":62515,"name":"testdoc.txt-1","size":208,"height":null,"width":null,"encoding":null,"type":"OTHER","extension":"zip","cloud_key":"hubfs/62515/import-20170927/testdoc.txt-1.zip","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170927/testdoc.txt-1.zip","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/testdoc.txt-1.zip","alt_key":"hubfs/62515/import-20170927/testdoc.txt-1","alt_key_hash":"3bb4d314eab97a28904ce93036d03f03","title":"testdoc.txt-1","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1506644375502,"updated":1506644375601,"deleted_at":0,"folder_id":5356960089,"hidden":false,"cloud_key_hash":"c9d38a023db8158357f162711480c7e0","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170927/testdoc.txt-1.zip","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170927/testdoc.txt-1.zip"},{"id":5364764644,"portal_id":62515,"name":"1c934594-a5e4-4930-a387-ce76b40ff9d4","size":35721,"height":180,"width":785,"encoding":"jpeg","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_key":"hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4","alt_key_hash":"76a93794f3419d7aefdce5b772bd0ecd","title":"1c934594-a5e4-4930-a387-ce76b40ff9d4","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016974490,"updated":1507017022316,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"1df962528e928de7ec76c8697fd97a9e","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/1c934594-a5e4-4930-a387-ce76b40ff9d4.png"},{"id":5364764657,"portal_id":62515,"name":"HRR216K9PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/HRR216K9PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/HRR216K9PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRR216K9PKA.jpg","alt_key":"hubfs/62515/import-20171003/hrr216k9pka","alt_key_hash":"3f72b490a993e39432dd2ad7f9f92d37","title":"HRR216K9PKA","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016976206,"updated":1507017029481,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"d5536484a1f1cfa8b4b863a219a2f1b2","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRR216K9PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/hrr216k9pka.jpg"},{"id":5364764659,"portal_id":62515,"name":"HRR216K9VKA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/HRR216K9VKA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/HRR216K9VKA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRR216K9VKA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20171003/hrr216k9vka_st_rs_hr","alt_key_hash":"0273b8cc3f5b2308563c6102d46179d5","title":"HRR216K9VKA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016976803,"updated":1507017033165,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"a6b169398f9dc09e7f020e8a294e35a9","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRR216K9VKA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/hrr216k9vka_st_rs_hr.jpg"},{"id":5364764664,"portal_id":62515,"name":"HRR216K9VYA_ST_RS_LR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/HRR216K9VYA_ST_RS_LR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/HRR216K9VYA_ST_RS_LR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRR216K9VYA_ST_RS_LR.jpg","alt_key":"hubfs/62515/import-20171003/hrr216k9vya_st_rs_lr","alt_key_hash":"90db102362c25a117569e92b75ce3a59","title":"HRR216K9VYA_ST_RS_LR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016977341,"updated":1507017036774,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"ad7dd7bc0d0f358c6dfacd1b6d209745","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRR216K9VYA_ST_RS_LR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/hrr216k9vya_st_rs_lr.jpg"},{"id":5364764672,"portal_id":62515,"name":"HRX217K5VKA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/HRX217K5VKA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/HRX217K5VKA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRX217K5VKA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20171003/hrx217k5vka_st_rs_hr","alt_key_hash":"62df2f8118d72e8872aac1fdffcd7dfe","title":"HRX217K5VKA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016978845,"updated":1507016978926,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"6da8dcda04494343ac9841d959b6745f","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRX217K5VKA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/hrx217k5vka_st_rs_hr.jpg"},{"id":5364764691,"portal_id":62515,"name":"HRX217K5HYA_ST_LS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/HRX217K5HYA_ST_LS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/HRX217K5HYA_ST_LS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRX217K5HYA_ST_LS_HR.jpg","alt_key":"hubfs/62515/import-20171003/hrx217k5hya_st_ls_hr","alt_key_hash":"52dafc95b63c129a860a48b4fef544b3","title":"HRX217K5HYA_ST_LS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016980669,"updated":1507016980737,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"1654c125865d346bf9e83939392d2d68","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRX217K5HYA_ST_LS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/hrx217k5hya_st_ls_hr.jpg"},{"id":5364764696,"portal_id":62515,"name":"HRC216K3PDA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/HRC216K3PDA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/HRC216K3PDA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRC216K3PDA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20171003/hrc216k3pda_st_rs_hr","alt_key_hash":"1e7ceea175ad232c104048aabde138ea","title":"HRC216K3PDA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016981219,"updated":1507016981282,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"919835cbf08b5fa55558a482d591f2de","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRC216K3PDA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/hrc216k3pda_st_rs_hr.jpg"},{"id":5364764704,"portal_id":62515,"name":"HRC216K3HXA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/HRC216K3HXA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/HRC216K3HXA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRC216K3HXA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20171003/hrc216k3hxa_st_rs_hr","alt_key_hash":"3b4447adae7876abe4e06524586a176a","title":"HRC216K3HXA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016981860,"updated":1507016981922,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"74063d84d38256ff0ba72c1ea8ee7beb","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRC216K3HXA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/hrc216k3hxa_st_rs_hr.jpg"},{"id":5364764707,"portal_id":62515,"name":"22e30ce4-402b-4357-8537-5ded085bf7ed","size":4197,"height":38,"width":414,"encoding":"png","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png","alt_key":"hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed","alt_key_hash":"523f8f96ccc180ff837679b4b5385049","title":"22e30ce4-402b-4357-8537-5ded085bf7ed","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016982446,"updated":1507016982700,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"4789c37332da382cf18f8515b0445d66","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/22e30ce4-402b-4357-8537-5ded085bf7ed.png"},{"id":5364764743,"portal_id":62515,"name":"AW900xTP-PAIR-2","size":57099,"height":700,"width":700,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg","alt_key":"hubfs/62515/import-20171003/aw900xtp-pair-2","alt_key_hash":"cf8210dfe25403783e73510ed32ed9ce","title":"AW900xTP-PAIR-2","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg/thumb.jpg","image_name":"AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg/icon.jpg","image_name":"AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg/medium.jpg","image_name":"AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016986502,"updated":1507016987084,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"bf4d7a71c8f1ae757df28e5093db4aa0","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/AW900xTP-PAIR-2.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/aw900xtp-pair-2.jpg"},{"id":5364764826,"portal_id":62515,"name":"cookbook","size":191499,"height":736,"width":1080,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cookbook.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cookbook.jpg","alt_key":"hubfs/62515/import-20171003/cookbook","alt_key_hash":"a5a3006ae46433a90e6b1f5539bff651","title":"cookbook","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20171003/cookbook.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cookbook.jpg/thumb.jpg","image_name":"cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cookbook.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20171003/cookbook.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cookbook.jpg/icon.jpg","image_name":"cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cookbook.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20171003/cookbook.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cookbook.jpg/medium.jpg","image_name":"cookbook.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cookbook.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016996063,"updated":1507016997072,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"4aa86846ec15864db4df2dcbf0350074","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cookbook.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/cookbook.jpg"},{"id":5364764891,"portal_id":62515,"name":"Thise","size":23133,"height":475,"width":538,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/Thise.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/Thise.jpg","alt_key":"hubfs/62515/import-20171003/thise","alt_key_hash":"fdf0b58602b063b0bef450ff8c73c835","title":"Thise","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20171003/Thise.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/Thise.jpg/thumb.jpg","image_name":"Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/Thise.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20171003/Thise.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/Thise.jpg/icon.jpg","image_name":"Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/Thise.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20171003/Thise.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/Thise.jpg/medium.jpg","image_name":"Thise.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/Thise.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507017003341,"updated":1507017003926,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"86fe4eb99b61ac179341002025fb0621","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/Thise.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/thise.jpg"},{"id":5364764910,"portal_id":62515,"name":"ink-art-1","size":141872,"height":920,"width":600,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/ink-art-1.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/ink-art-1.jpg","alt_key":"hubfs/62515/import-20171003/ink-art-1","alt_key_hash":"8dbd36f1a63985da18bb29d197e2735d","title":"ink-art-1","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20171003/ink-art-1.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/ink-art-1.jpg/thumb.jpg","image_name":"ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/ink-art-1.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20171003/ink-art-1.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/ink-art-1.jpg/icon.jpg","image_name":"ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/ink-art-1.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20171003/ink-art-1.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/ink-art-1.jpg/medium.jpg","image_name":"ink-art-1.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/ink-art-1.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507017004688,"updated":1507017005870,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"bf8ec7e75118594c36282a2edf49e99f","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/ink-art-1.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/ink-art-1.jpg"},{"id":5364764964,"portal_id":62515,"name":"copenhagen-bus-wrap-snake","size":235612,"height":835,"width":1400,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg","alt_key":"hubfs/62515/import-20171003/copenhagen-bus-wrap-snake","alt_key_hash":"c34688f6e45833a9c9818dc47d68c2d5","title":"copenhagen-bus-wrap-snake","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg/thumb.jpg","image_name":"copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg/icon.jpg","image_name":"copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg/medium.jpg","image_name":"copenhagen-bus-wrap-snake.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507017010187,"updated":1507017011367,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"5660446626f2cbe8bcc3c082d521ef1f","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/copenhagen-bus-wrap-snake.jpg"},{"id":5365015254,"portal_id":62515,"name":"HRS216K5PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/HRS216K5PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/HRS216K5PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRS216K5PKA.jpg","alt_key":"hubfs/62515/import-20171003/hrs216k5pka","alt_key_hash":"b6937a9514dca64b9e2a86b2024489c2","title":"HRS216K5PKA","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016975590,"updated":1507017025871,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"be4b09ebdb21104d02af630b763c41f7","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRS216K5PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/hrs216k5pka.jpg"},{"id":5365015268,"portal_id":62515,"name":"HRR216K9VLA_ST_RS_LR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/HRR216K9VLA_ST_RS_LR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/HRR216K9VLA_ST_RS_LR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRR216K9VLA_ST_RS_LR.jpg","alt_key":"hubfs/62515/import-20171003/hrr216k9vla_st_rs_lr","alt_key_hash":"8faa6f512cc3962a79b4c89c3883b2b2","title":"HRR216K9VLA_ST_RS_LR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016977958,"updated":1507016978374,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"b96e886d702b9dcaea8fd246695c65b6","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRR216K9VLA_ST_RS_LR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/hrr216k9vla_st_rs_lr.jpg"},{"id":5365015273,"portal_id":62515,"name":"HRX217K5VLA_ST_LS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/HRX217K5VLA_ST_LS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/HRX217K5VLA_ST_LS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRX217K5VLA_ST_LS_HR.jpg","alt_key":"hubfs/62515/import-20171003/hrx217k5vla_st_ls_hr","alt_key_hash":"432d83b92fefc3d5e931a2614636c2b3","title":"HRX217K5VLA_ST_LS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016979411,"updated":1507016979526,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"9cc8a8dfe430dc906bff860441d3d5a0","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRX217K5VLA_ST_LS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/hrx217k5vla_st_ls_hr.jpg"},{"id":5365015277,"portal_id":62515,"name":"HRX217K5VYA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/HRX217K5VYA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/HRX217K5VYA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRX217K5VYA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20171003/hrx217k5vya_st_rs_hr","alt_key_hash":"e4a2085c05958d31008d2471d56ccd58","title":"HRX217K5VYA_ST_RS_HR","meta":{"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016980062,"updated":1507016980175,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"7642de83fc06dce6f276fa8cdb644232","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/HRX217K5VYA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/hrx217k5vya_st_rs_hr.jpg"},{"id":5365015328,"portal_id":62515,"name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2","size":25283,"height":300,"width":300,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","alt_key":"hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_aw900xtp-pair-2","alt_key_hash":"c065146b543250530b7686b0bbda4089","title":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/thumb.jpg","image_name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/icon.jpg","image_name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/medium.jpg","image_name":"cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016987617,"updated":1507016987963,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"8d729dc8cfed73ab56707adb9baa0731","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_AW900xTP-PAIR-2.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/cache_300_300_1_100_100_16777215_aw900xtp-pair-2.jpg"},{"id":5365015393,"portal_id":62515,"name":"Direct-Mail-Pile","size":2763742,"height":2333,"width":3500,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20171003/Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/Direct-Mail-Pile.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/Direct-Mail-Pile.jpg","alt_key":"hubfs/62515/import-20171003/direct-mail-pile","alt_key_hash":"49a4c256dda9f15ac24f42c72dd92dbf","title":"Direct-Mail-Pile","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20171003/Direct-Mail-Pile.jpg/thumb.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/Direct-Mail-Pile.jpg/thumb.jpg","image_name":"Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/Direct-Mail-Pile.jpg/thumb.jpg"},"icon":{"cloud_key":"hubfs/62515/import-20171003/Direct-Mail-Pile.jpg/icon.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/Direct-Mail-Pile.jpg/icon.jpg","image_name":"Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/Direct-Mail-Pile.jpg/icon.jpg"},"medium":{"cloud_key":"hubfs/62515/import-20171003/Direct-Mail-Pile.jpg/medium.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/Direct-Mail-Pile.jpg/medium.jpg","image_name":"Direct-Mail-Pile.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/Direct-Mail-Pile.jpg/medium.jpg"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507016999504,"updated":1507017002787,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"381bcd40885e39ada6233464fb76d4a6","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/Direct-Mail-Pile.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/direct-mail-pile.jpg"},{"id":5365015446,"portal_id":62515,"name":"cardboard-box-printed-design-10","size":4454636,"height":1363,"width":2048,"encoding":"png","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20171003/cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cardboard-box-printed-design-10.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cardboard-box-printed-design-10.png","alt_key":"hubfs/62515/import-20171003/cardboard-box-printed-design-10","alt_key_hash":"5a34fc684f8578fc7e4e62082bfe7958","title":"cardboard-box-printed-design-10","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20171003/cardboard-box-printed-design-10.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cardboard-box-printed-design-10.png/thumb.png","image_name":"cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cardboard-box-printed-design-10.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20171003/cardboard-box-printed-design-10.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cardboard-box-printed-design-10.png/icon.png","image_name":"cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cardboard-box-printed-design-10.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20171003/cardboard-box-printed-design-10.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cardboard-box-printed-design-10.png/medium.png","image_name":"cardboard-box-printed-design-10.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20171003/cardboard-box-printed-design-10.png/medium.png"}},"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507017008161,"updated":1507017009470,"deleted_at":0,"folder_id":5364764631,"hidden":false,"cloud_key_hash":"cc101672184a01645dd3e31dd5ea822d","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20171003/cardboard-box-printed-design-10.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20171003/cardboard-box-printed-design-10.png"},{"id":5367042208,"portal_id":62515,"name":"HRS216K5PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/import-20171004/HRS216K5PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/HRS216K5PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRS216K5PKA.jpg","alt_key":"hubfs/62515/import-20170925/import-20171004/hrs216k5pka","alt_key_hash":"899055856d56512ae9f6a2affb5a9c67","title":"HRS216K5PKA","meta":{"redirects":["hubfs/62515/import-20171004/HRS216K5PKA.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107501431,"updated":1511148755740,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"8a2fd6ef916be915f425b502e0140da1","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRS216K5PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/hrs216k5pka.jpg"},{"id":5367042228,"portal_id":62515,"name":"HRR216K9VLA_ST_RS_LR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/import-20171004/HRR216K9VLA_ST_RS_LR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/HRR216K9VLA_ST_RS_LR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRR216K9VLA_ST_RS_LR.jpg","alt_key":"hubfs/62515/import-20170925/import-20171004/hrr216k9vla_st_rs_lr","alt_key_hash":"4c26ead06ce1b073045010bcb413da5a","title":"HRR216K9VLA_ST_RS_LR","meta":{"redirects":["hubfs/62515/import-20171004/HRR216K9VLA_ST_RS_LR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107503392,"updated":1511148755197,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"c91979b779946390112129bb75bc6098","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRR216K9VLA_ST_RS_LR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/hrr216k9vla_st_rs_lr.jpg"},{"id":5367042246,"portal_id":62515,"name":"HRX217K5VYA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/import-20171004/HRX217K5VYA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/HRX217K5VYA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRX217K5VYA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170925/import-20171004/hrx217k5vya_st_rs_hr","alt_key_hash":"99b3c1b030b5ee217991900b5421986c","title":"HRX217K5VYA_ST_RS_HR","meta":{"redirects":["hubfs/62515/import-20171004/HRX217K5VYA_ST_RS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107504782,"updated":1511148756808,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"f1bc52e0efcc167e9119f519316cb08a","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRX217K5VYA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/hrx217k5vya_st_rs_hr.jpg"},{"id":5367422266,"portal_id":62515,"name":"1c934594-a5e4-4930-a387-ce76b40ff9d4","size":35721,"height":180,"width":785,"encoding":"jpeg","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_key":"hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4","alt_key_hash":"fbd157f9b3caf02cefc299dbff6e6c44","title":"1c934594-a5e4-4930-a387-ce76b40ff9d4","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png","image_name":"1c934594-a5e4-4930-a387-ce76b40ff9d4.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png"}},"redirects":["hubfs/62515/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","hubfs/62515/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/thumb.png","hubfs/62515/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/icon.png","hubfs/62515/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png/medium.png"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107500496,"updated":1511148746984,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"0f01622f3197f72df5e4fdf84663bf3d","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/1c934594-a5e4-4930-a387-ce76b40ff9d4.png"},{"id":5367422288,"portal_id":62515,"name":"HRR216K9PKA","size":274,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/import-20171004/HRR216K9PKA.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/HRR216K9PKA.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRR216K9PKA.jpg","alt_key":"hubfs/62515/import-20170925/import-20171004/hrr216k9pka","alt_key_hash":"0965415cc575c4d849718b86c4d2bd25","title":"HRR216K9PKA","meta":{"redirects":["hubfs/62515/import-20171004/HRR216K9PKA.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107501902,"updated":1511148753879,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"bf361593657134256568120ed8055c78","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRR216K9PKA.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/hrr216k9pka.jpg"},{"id":5367422293,"portal_id":62515,"name":"HRR216K9VKA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/import-20171004/HRR216K9VKA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/HRR216K9VKA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRR216K9VKA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170925/import-20171004/hrr216k9vka_st_rs_hr","alt_key_hash":"59663f989253adde520f13f79e597fe5","title":"HRR216K9VKA_ST_RS_HR","meta":{"redirects":["hubfs/62515/import-20171004/HRR216K9VKA_ST_RS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107502436,"updated":1511148754976,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"797251e26febacad088c677a99cd411d","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRR216K9VKA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/hrr216k9vka_st_rs_hr.jpg"},{"id":5367422298,"portal_id":62515,"name":"HRR216K9VYA_ST_RS_LR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/import-20171004/HRR216K9VYA_ST_RS_LR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/HRR216K9VYA_ST_RS_LR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRR216K9VYA_ST_RS_LR.jpg","alt_key":"hubfs/62515/import-20170925/import-20171004/hrr216k9vya_st_rs_lr","alt_key_hash":"01a2a2f8f8959a384521c90351c46384","title":"HRR216K9VYA_ST_RS_LR","meta":{"redirects":["hubfs/62515/import-20171004/HRR216K9VYA_ST_RS_LR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107502897,"updated":1511148755525,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"0cda7ab8255ff9130ae16b6a556bd57d","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRR216K9VYA_ST_RS_LR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/hrr216k9vya_st_rs_lr.jpg"},{"id":5367422306,"portal_id":62515,"name":"HRX217K5VKA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/import-20171004/HRX217K5VKA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/HRX217K5VKA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRX217K5VKA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170925/import-20171004/hrx217k5vka_st_rs_hr","alt_key_hash":"9075cadd4039e7e0832238a346947da8","title":"HRX217K5VKA_ST_RS_HR","meta":{"redirects":["hubfs/62515/import-20171004/HRX217K5VKA_ST_RS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107503880,"updated":1511148756210,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"eb699293803ebb6cbb6e23c2684c6ffb","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRX217K5VKA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/hrx217k5vka_st_rs_hr.jpg"},{"id":5367422314,"portal_id":62515,"name":"HRX217K5VLA_ST_LS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/import-20171004/HRX217K5VLA_ST_LS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/HRX217K5VLA_ST_LS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRX217K5VLA_ST_LS_HR.jpg","alt_key":"hubfs/62515/import-20170925/import-20171004/hrx217k5vla_st_ls_hr","alt_key_hash":"c36dfea9f1141f4fdb612fa25c10ce51","title":"HRX217K5VLA_ST_LS_HR","meta":{"redirects":["hubfs/62515/import-20171004/HRX217K5VLA_ST_LS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107504349,"updated":1511148756572,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"5eb330ddb8d7e74099cd674e56b4d329","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRX217K5VLA_ST_LS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/hrx217k5vla_st_ls_hr.jpg"},{"id":5367422321,"portal_id":62515,"name":"HRX217K5HYA_ST_LS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/import-20171004/HRX217K5HYA_ST_LS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/HRX217K5HYA_ST_LS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRX217K5HYA_ST_LS_HR.jpg","alt_key":"hubfs/62515/import-20170925/import-20171004/hrx217k5hya_st_ls_hr","alt_key_hash":"ce41932acef2c47c06306d4757e3f7bf","title":"HRX217K5HYA_ST_LS_HR","meta":{"redirects":["hubfs/62515/import-20171004/HRX217K5HYA_ST_LS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107505294,"updated":1511148755983,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"f611f73aea45c89233b6d1bfae81b4a0","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRX217K5HYA_ST_LS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/hrx217k5hya_st_ls_hr.jpg"},{"id":5367422328,"portal_id":62515,"name":"HRC216K3PDA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/import-20171004/HRC216K3PDA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/HRC216K3PDA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRC216K3PDA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170925/import-20171004/hrc216k3pda_st_rs_hr","alt_key_hash":"e44601237b15aa4617108489004c5581","title":"HRC216K3PDA_ST_RS_HR","meta":{"redirects":["hubfs/62515/import-20171004/HRC216K3PDA_ST_RS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107505770,"updated":1511148753727,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"c62df6ff6dd600adde6adbd7bdfdc864","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRC216K3PDA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/hrc216k3pda_st_rs_hr.jpg"},{"id":5367422341,"portal_id":62515,"name":"HRC216K3HXA_ST_RS_HR","size":283,"height":null,"width":null,"encoding":"jpeg","type":"IMG","extension":"jpg","cloud_key":"hubfs/62515/import-20170925/import-20171004/HRC216K3HXA_ST_RS_HR.jpg","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/HRC216K3HXA_ST_RS_HR.jpg","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRC216K3HXA_ST_RS_HR.jpg","alt_key":"hubfs/62515/import-20170925/import-20171004/hrc216k3hxa_st_rs_hr","alt_key_hash":"48024f8a77b6a3c34ddbaaab700cf5a2","title":"HRC216K3HXA_ST_RS_HR","meta":{"redirects":["hubfs/62515/import-20171004/HRC216K3HXA_ST_RS_HR.jpg"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107506313,"updated":1511148753365,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"be1d5b7ba232ef820cbefde2c31bde15","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/HRC216K3HXA_ST_RS_HR.jpg","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/hrc216k3hxa_st_rs_hr.jpg"},{"id":5367422343,"portal_id":62515,"name":"22e30ce4-402b-4357-8537-5ded085bf7ed","size":4197,"height":38,"width":414,"encoding":"png","type":"IMG","extension":"png","cloud_key":"hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png","alt_key":"hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed","alt_key_hash":"44404390741fabc78332bfcb83cdbd94","title":"22e30ce4-402b-4357-8537-5ded085bf7ed","meta":{"thumbs":{"thumb":{"cloud_key":"hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png"},"icon":{"cloud_key":"hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png"},"medium":{"cloud_key":"hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png","friendly_url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png","image_name":"22e30ce4-402b-4357-8537-5ded085bf7ed.png","s3_url":"http://cdn1.hubspot.com/hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png"}},"redirects":["hubfs/62515/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png","hubfs/62515/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/thumb.png","hubfs/62515/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/icon.png","hubfs/62515/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png/medium.png"],"url_scheme":"SIMPLIFIED","allows_anonymous_access":true},"created":1507107506765,"updated":1511148747624,"deleted_at":0,"folder_id":5367422259,"hidden":false,"cloud_key_hash":"be362c6c6507ff9f7c436d9f21ac6d2a","archived":false,"url":"https://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png","alt_url":"http://cdn2.hubspot.net/hubfs/62515/import-20170925/import-20171004/22e30ce4-402b-4357-8537-5ded085bf7ed.png"}],"total_count":627}' + http_version: + recorded_at: Wed, 21 Feb 2018 18:45:00 GMT +recorded_with: VCR 4.0.0 diff --git a/spec/lib/hubspot/file_spec.rb b/spec/lib/hubspot/file_spec.rb new file mode 100644 index 00000000..dcecab95 --- /dev/null +++ b/spec/lib/hubspot/file_spec.rb @@ -0,0 +1,38 @@ +describe Hubspot do + + let(:example_file_hash) do + VCR.use_cassette("file_list", record: :none) do + url = Hubspot::Connection.send(:generate_url, Hubspot::File::LIST_FILE_PATH) + resp = HTTParty.get(url, format: :json) + resp.parsed_response["objects"].first + end + end + + before do + Hubspot.configure(hapikey: "demo") + end + + describe Hubspot::File do + + describe ".find_by_id" do + it "should fetch specific file" do + VCR.use_cassette("file_find", record: :none) do + file = Hubspot::File.find_by_id(example_file_hash["id"]) + file.id.should eq(example_file_hash["id"]) + end + end + end + + describe '#destroy!' do + it 'should remove from hubspot' do + VCR.use_cassette("file_delete", record: :none) do + file = Hubspot::File.find_by_id(example_file_hash["id"]) + res = file.destroy! + expect(res["succeeded"]).to be true + end + end + end + + end + +end