lti_skydrive 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Skydrive
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
Binary file
@@ -62222,3 +62222,2142 @@ Processing by Skydrive::FilesController#index as */*
62222
62222
  [ERSMLOMF] SKYDRIVE RESPONSE BODY:
62223
62223
  {"d":{"results":[]}}
62224
62224
  Completed 200 OK in 1136ms (Views: 1.6ms | ActiveRecord: 0.4ms)
62225
+
62226
+
62227
+ Started GET "/skydrive/config.xml?sharepoint_client_domain=instructureplatform" for 127.0.0.1 at 2014-12-02 15:30:59 -0700
62228
+ Processing by Skydrive::LaunchController#xml_config as XML
62229
+ Parameters: {"sharepoint_client_domain"=>"instructureplatform"}
62230
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)
62231
+
62232
+
62233
+ Started POST "/skydrive/launch" for 127.0.0.1 at 2014-12-02 15:31:49 -0700
62234
+ Processing by Skydrive::LaunchController#basic_launch as HTML
62235
+ Parameters: {"oauth_consumer_key"=>"key", "oauth_signature_method"=>"HMAC-SHA1", "oauth_timestamp"=>"1417559509", "oauth_nonce"=>"PdTUNWede7NFF3apAgs3r8V68MbQgzS33CBLo5AWIY", "oauth_version"=>"1.0", "context_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "context_label"=>"LTI", "context_title"=>"LTI Testing", "custom_canvas_api_domain"=>"karl.instructure.com", "custom_canvas_course_id"=>"1", "custom_canvas_enrollment_state"=>"active", "custom_canvas_user_id"=>"170000003832906", "custom_canvas_user_login_id"=>"ericb", "custom_sharepoint_client_domain"=>"instructureplatform", "ext_roles"=>"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User", "launch_presentation_document_target"=>"iframe", "launch_presentation_height"=>"600", "launch_presentation_locale"=>"en", "launch_presentation_return_url"=>"https://karl.instructure.com/external_content/success/external_tool_redirect", "launch_presentation_width"=>"700", "lis_course_offering_sourcedid"=>"1234", "lis_person_contact_email_primary"=>"ericb@instructure.com", "lis_person_name_family"=>"Berry", "lis_person_name_full"=>"Eric Berry", "lis_person_name_given"=>"Eric", "lti_message_type"=>"basic-lti-launch-request", "lti_version"=>"LTI-1p0", "oauth_callback"=>"about:blank", "resource_link_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "resource_link_title"=>"OneDrive Pro (localhost)", "roles"=>"Learner,urn:lti:instrole:ims/lis/Administrator", "tool_consumer_info_product_family_code"=>"canvas", "tool_consumer_info_version"=>"cloud", "tool_consumer_instance_contact_email"=>"notifications@instructure.com", "tool_consumer_instance_guid"=>"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com", "tool_consumer_instance_name"=>"Karl Lloyd Sandbox", "user_id"=>"6c04ace457f1c802ed7ddc76642b26e27003fe7a", "user_image"=>"https://canvas.instructure.com/images/messages/avatar-50.png", "oauth_signature"=>"86LKrAwUia3ZhHUQBln2iG251VA="}
62236
+ Skydrive::Account Load (0.9ms) SELECT "skydrive_accounts".* FROM "skydrive_accounts" WHERE "skydrive_accounts"."key" = 'key' ORDER BY "skydrive_accounts"."id" ASC LIMIT 1
62237
+ Skydrive::User Load (3.2ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."account_id" = ? AND "skydrive_users"."username" = '6c04ace457f1c802ed7ddc76642b26e27003fe7a' ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["account_id", 1]]
62238
+ Skydrive::Token Load (0.9ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 14]]
62239
+  (0.1ms) begin transaction
62240
+ Skydrive::Token Exists (0.2ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 14 AND "skydrive_tokens"."id" != 42) LIMIT 1
62241
+  (0.1ms) commit transaction
62242
+ Skydrive::ApiKey Load (1.6ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."user_id" = ? AND (expired_at < '2014-12-02 22:31:49.923366') [["user_id", 14]]
62243
+  (0.1ms) begin transaction
62244
+ SQL (1.7ms) DELETE FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."id" = ? [["id", 371]]
62245
+  (0.9ms) commit transaction
62246
+  (0.0ms) begin transaction
62247
+ SQL (0.9ms) DELETE FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."id" = ? [["id", 372]]
62248
+  (0.6ms) commit transaction
62249
+  (0.0ms) begin transaction
62250
+ SQL (0.7ms) DELETE FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."id" = ? [["id", 373]]
62251
+  (0.8ms) commit transaction
62252
+  (0.0ms) begin transaction
62253
+ SQL (3.0ms) INSERT INTO "skydrive_api_keys" ("created_at", "expired_at", "init_params", "oauth_code", "scope", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 02 Dec 2014 22:31:49 UTC +00:00], ["expired_at", Tue, 02 Dec 2014 23:31:49 UTC +00:00], ["init_params", "{\"oauth_consumer_key\":\"key\",\"oauth_signature_method\":\"HMAC-SHA1\",\"oauth_timestamp\":\"1417559509\",\"oauth_nonce\":\"PdTUNWede7NFF3apAgs3r8V68MbQgzS33CBLo5AWIY\",\"oauth_version\":\"1.0\",\"context_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"context_label\":\"LTI\",\"context_title\":\"LTI Testing\",\"custom_canvas_api_domain\":\"karl.instructure.com\",\"custom_canvas_course_id\":\"1\",\"custom_canvas_enrollment_state\":\"active\",\"custom_canvas_user_id\":\"170000003832906\",\"custom_canvas_user_login_id\":\"ericb\",\"custom_sharepoint_client_domain\":\"instructureplatform\",\"ext_roles\":\"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User\",\"launch_presentation_document_target\":\"iframe\",\"launch_presentation_height\":\"600\",\"launch_presentation_locale\":\"en\",\"launch_presentation_return_url\":\"https://karl.instructure.com/external_content/success/external_tool_redirect\",\"launch_presentation_width\":\"700\",\"lis_course_offering_sourcedid\":\"1234\",\"lis_person_contact_email_primary\":\"ericb@instructure.com\",\"lis_person_name_family\":\"Berry\",\"lis_person_name_full\":\"Eric Berry\",\"lis_person_name_given\":\"Eric\",\"lti_message_type\":\"basic-lti-launch-request\",\"lti_version\":\"LTI-1p0\",\"oauth_callback\":\"about:blank\",\"resource_link_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"resource_link_title\":\"OneDrive Pro (localhost)\",\"roles\":\"Learner,urn:lti:instrole:ims/lis/Administrator\",\"tool_consumer_info_product_family_code\":\"canvas\",\"tool_consumer_info_version\":\"cloud\",\"tool_consumer_instance_contact_email\":\"notifications@instructure.com\",\"tool_consumer_instance_guid\":\"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com\",\"tool_consumer_instance_name\":\"Karl Lloyd Sandbox\",\"user_id\":\"6c04ace457f1c802ed7ddc76642b26e27003fe7a\",\"user_image\":\"https://canvas.instructure.com/images/messages/avatar-50.png\",\"oauth_signature\":\"86LKrAwUia3ZhHUQBln2iG251VA=\",\"action\":\"basic_launch\",\"controller\":\"skydrive/launch\"}"], ["oauth_code", "fb285329-7e21-4a0e-8981-1458a3549941"], ["scope", "session"], ["user_id", 14]]
62254
+  (0.9ms) commit transaction
62255
+ Redirected to https://localhost:3001/skydrive/launch/fb285329-7e21-4a0e-8981-1458a3549941
62256
+ Completed 302 Found in 111ms (ActiveRecord: 19.5ms)
62257
+
62258
+
62259
+ Started GET "/skydrive/launch/fb285329-7e21-4a0e-8981-1458a3549941" for 127.0.0.1 at 2014-12-02 15:31:49 -0700
62260
+ Processing by Skydrive::EmberController#index as HTML
62261
+ Parameters: {"path"=>"launch/fb285329-7e21-4a0e-8981-1458a3549941"}
62262
+ Rendered /Users/ericb/Projects/Instructure/lti_skydrive_engine/app/views/skydrive/ember/index.html.erb within layouts/skydrive/application (45.0ms)
62263
+ Completed 200 OK in 54ms (Views: 53.8ms | ActiveRecord: 0.0ms)
62264
+
62265
+
62266
+ Started GET "/assets/skydrive/bundle.js?body=1" for 127.0.0.1 at 2014-12-02 15:31:50 -0700
62267
+
62268
+
62269
+ Started GET "/assets/skydrive/application.js?body=1" for 127.0.0.1 at 2014-12-02 15:31:50 -0700
62270
+
62271
+
62272
+ Started POST "/skydrive/oauth2/token" for 127.0.0.1 at 2014-12-02 15:31:50 -0700
62273
+ Processing by Skydrive::ApiKeysController#oauth2_token as HTML
62274
+ Parameters: {"code"=>"fb285329-7e21-4a0e-8981-1458a3549941", "api_key"=>{}}
62275
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE (expired_at >= '2014-12-02 22:31:50.609766') AND "skydrive_api_keys"."oauth_code" = 'fb285329-7e21-4a0e-8981-1458a3549941' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62276
+  (0.0ms) begin transaction
62277
+ SQL (0.4ms) UPDATE "skydrive_api_keys" SET "access_token" = ?, "oauth_code" = ? WHERE "skydrive_api_keys"."id" = 374 [["access_token", "4caab298-fecb-4593-9145-c8ff649fe006"], ["oauth_code", nil]]
62278
+  (0.7ms) commit transaction
62279
+ Completed 201 Created in 4ms (Views: 0.5ms | ActiveRecord: 1.3ms)
62280
+
62281
+
62282
+ Started GET "/skydrive/api/v1/users/self" for 127.0.0.1 at 2014-12-02 15:31:50 -0700
62283
+ Processing by Skydrive::UsersController#show as HTML
62284
+ Parameters: {"id"=>"self"}
62285
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '4caab298-fecb-4593-9145-c8ff649fe006' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62286
+ Skydrive::User Load (0.2ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 14]]
62287
+ Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.4ms)
62288
+
62289
+
62290
+ Started GET "/skydrive/api/v1/skydrive_authorized" for 127.0.0.1 at 2014-12-02 15:31:50 -0700
62291
+ Processing by Skydrive::LaunchController#skydrive_authorized as HTML
62292
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '4caab298-fecb-4593-9145-c8ff649fe006' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62293
+ Skydrive::User Load (0.2ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 14]]
62294
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 14]]
62295
+ RestClient.get "https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/", "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Authorization"=>"Bearer"
62296
+ # => 401 Unauthorized | application/xml 323 bytes
62297
+ [SVDDEJNQ] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/
62298
+ [SVDDEJNQ] SKYDRIVE REQUEST PAYLOAD:
62299
+ [SVDDEJNQ] SKYDRIVE REQUEST HEADERS:
62300
+ - Bearer
62301
+ [SVDDEJNQ] SKYDRIVE RESPONSE CODE: 401
62302
+ [SVDDEJNQ] SKYDRIVE RESPONSE BODY:
62303
+ <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>-2147024891, System.UnauthorizedAccessException</m:code><m:message xml:lang="en-US">Access denied. You do not have permission to perform this action or access this resource.</m:message></m:error>
62304
+ RestClient.post "https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2", 688 byte(s) length, "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Content-Length"=>"688", "Content-Type"=>"application/x-www-form-urlencoded"
62305
+ # => 200 OK | application/json 1202 bytes
62306
+ [XMELBHDE] SKYDRIVE REQUEST: https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2
62307
+ [XMELBHDE] SKYDRIVE REQUEST PAYLOAD:
62308
+ [XMELBHDE] SKYDRIVE REQUEST HEADERS:
62309
+ -
62310
+ [XMELBHDE] SKYDRIVE RESPONSE CODE: 200
62311
+ [XMELBHDE] SKYDRIVE RESPONSE BODY:
62312
+ {"token_type":"Bearer","access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTEyLCJleHAiOjE0MTc2MDI3MTIsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.et2JhesjaMuq52w2AI_uzsdW-JcoxFEhMGTp42HNX81JxgqPKl9TNQZECWIAXtCdC_TekSbKOWBNufUK-w5sML6t-IKHbgdBzlNDk2Ya_PVC_5UHgztG87ohkbfxNRA0yUcSs_nv-44wjLJ-1IsYlk5PNjhGuh9Oy-gWYDbqILkcX2Fws1_trxJH4PyRLBr02jvuvbYBxdCic1qdMckMNazOK_JhDN4eG352agTugbGPGnnHlEZGOoWGEagOOCkz57oRbZ-XxP1DMx2aKDgfV4pXQHlI3AmFCoGkbZ73JaXvtGEUrvXX5H5I2AbCuR78DFX1XW-kVANnn3ie9yiM3Q","expires_in":"43199","not_before":"1417559512","expires_on":"1417602712","resource":"00000003-0000-0ff1-ce00-000000000000/instructureplatform-my.sharepoint.com@b2886a00-7c28-4880-9ef5-eeeb09ca10c7"}
62313
+  (0.1ms) begin transaction
62314
+ Skydrive::Token Exists (0.2ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 14 AND "skydrive_tokens"."id" != 42) LIMIT 1
62315
+ SQL (1.0ms) UPDATE "skydrive_tokens" SET "access_token" = ?, "not_before" = ?, "expires_on" = ? WHERE "skydrive_tokens"."id" = 42 [["access_token", "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTEyLCJleHAiOjE0MTc2MDI3MTIsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.et2JhesjaMuq52w2AI_uzsdW-JcoxFEhMGTp42HNX81JxgqPKl9TNQZECWIAXtCdC_TekSbKOWBNufUK-w5sML6t-IKHbgdBzlNDk2Ya_PVC_5UHgztG87ohkbfxNRA0yUcSs_nv-44wjLJ-1IsYlk5PNjhGuh9Oy-gWYDbqILkcX2Fws1_trxJH4PyRLBr02jvuvbYBxdCic1qdMckMNazOK_JhDN4eG352agTugbGPGnnHlEZGOoWGEagOOCkz57oRbZ-XxP1DMx2aKDgfV4pXQHlI3AmFCoGkbZ73JaXvtGEUrvXX5H5I2AbCuR78DFX1XW-kVANnn3ie9yiM3Q"], ["not_before", Tue, 02 Dec 2014 22:31:52 UTC +00:00], ["expires_on", Wed, 03 Dec 2014 10:31:52 UTC +00:00]]
62316
+  (2.2ms) commit transaction
62317
+ Completed 201 Created in 962ms (Views: 0.1ms | ActiveRecord: 3.9ms)
62318
+
62319
+
62320
+ Started GET "/skydrive/api/v1/files/?uri=root" for 127.0.0.1 at 2014-12-02 15:31:51 -0700
62321
+ Processing by Skydrive::FilesController#index as */*
62322
+ Parameters: {"uri"=>"root"}
62323
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '4caab298-fecb-4593-9145-c8ff649fe006' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62324
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 14]]
62325
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 14]]
62326
+ RestClient.get "https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/", "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Authorization"=>"Bearer"
62327
+ # => 401 Unauthorized | application/xml 323 bytes
62328
+ [HWXHRYPP] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/
62329
+ [HWXHRYPP] SKYDRIVE REQUEST PAYLOAD:
62330
+ [HWXHRYPP] SKYDRIVE REQUEST HEADERS:
62331
+ - Bearer
62332
+ [HWXHRYPP] SKYDRIVE RESPONSE CODE: 401
62333
+ [HWXHRYPP] SKYDRIVE RESPONSE BODY:
62334
+ <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>-2147024891, System.UnauthorizedAccessException</m:code><m:message xml:lang="en-US">Access denied. You do not have permission to perform this action or access this resource.</m:message></m:error>
62335
+ RestClient.post "https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2", 688 byte(s) length, "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Content-Length"=>"688", "Content-Type"=>"application/x-www-form-urlencoded"
62336
+ # => 200 OK | application/json 1202 bytes
62337
+ [GSRTFIHF] SKYDRIVE REQUEST: https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2
62338
+ [GSRTFIHF] SKYDRIVE REQUEST PAYLOAD:
62339
+ [GSRTFIHF] SKYDRIVE REQUEST HEADERS:
62340
+ -
62341
+ [GSRTFIHF] SKYDRIVE RESPONSE CODE: 200
62342
+ [GSRTFIHF] SKYDRIVE RESPONSE BODY:
62343
+ {"token_type":"Bearer","access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTEyLCJleHAiOjE0MTc2MDI3MTIsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.et2JhesjaMuq52w2AI_uzsdW-JcoxFEhMGTp42HNX81JxgqPKl9TNQZECWIAXtCdC_TekSbKOWBNufUK-w5sML6t-IKHbgdBzlNDk2Ya_PVC_5UHgztG87ohkbfxNRA0yUcSs_nv-44wjLJ-1IsYlk5PNjhGuh9Oy-gWYDbqILkcX2Fws1_trxJH4PyRLBr02jvuvbYBxdCic1qdMckMNazOK_JhDN4eG352agTugbGPGnnHlEZGOoWGEagOOCkz57oRbZ-XxP1DMx2aKDgfV4pXQHlI3AmFCoGkbZ73JaXvtGEUrvXX5H5I2AbCuR78DFX1XW-kVANnn3ie9yiM3Q","expires_in":"43199","not_before":"1417559512","expires_on":"1417602712","resource":"00000003-0000-0ff1-ce00-000000000000/instructureplatform-my.sharepoint.com@b2886a00-7c28-4880-9ef5-eeeb09ca10c7"}
62344
+  (0.1ms) begin transaction
62345
+ Skydrive::Token Exists (0.1ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 14 AND "skydrive_tokens"."id" != 42) LIMIT 1
62346
+  (0.1ms) commit transaction
62347
+ [HJFDAKCH] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/web/lists/Documents/
62348
+ [HJFDAKCH] SKYDRIVE REQUEST HEADERS:
62349
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTEyLCJleHAiOjE0MTc2MDI3MTIsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.et2JhesjaMuq52w2AI_uzsdW-JcoxFEhMGTp42HNX81JxgqPKl9TNQZECWIAXtCdC_TekSbKOWBNufUK-w5sML6t-IKHbgdBzlNDk2Ya_PVC_5UHgztG87ohkbfxNRA0yUcSs_nv-44wjLJ-1IsYlk5PNjhGuh9Oy-gWYDbqILkcX2Fws1_trxJH4PyRLBr02jvuvbYBxdCic1qdMckMNazOK_JhDN4eG352agTugbGPGnnHlEZGOoWGEagOOCkz57oRbZ-XxP1DMx2aKDgfV4pXQHlI3AmFCoGkbZ73JaXvtGEUrvXX5H5I2AbCuR78DFX1XW-kVANnn3ie9yiM3Q
62350
+ - application/json; odata=verbose
62351
+ [HJFDAKCH] SKYDRIVE RESPONSE HEADERS:
62352
+ - HTTP/1.1 200 OK
62353
+ - Cache-Control: private, max-age=0
62354
+ - Transfer-Encoding: chunked
62355
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62356
+ - Expires: Mon, 17 Nov 2014 22:31:52 GMT
62357
+ - Last-Modified: Tue, 02 Dec 2014 22:31:52 GMT
62358
+ - ETag: "2"
62359
+ - Server: Microsoft-IIS/7.5
62360
+ - X-SharePointHealthScore: 0
62361
+ - X-SP-SERVERSTATE: ReadOnly=0
62362
+ - DATASERVICEVERSION: 3.0
62363
+ - SPClientServiceRequestDuration: 138
62364
+ - X-AspNet-Version: 4.0.30319
62365
+ - SPRequestGuid: e6f4d19c-50d1-1000-a3da-f2c4e1dcad13
62366
+ - request-id: e6f4d19c-50d1-1000-a3da-f2c4e1dcad13
62367
+ - X-FRAME-OPTIONS: SAMEORIGIN
62368
+ - X-Powered-By: ASP.NET
62369
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62370
+ - X-Content-Type-Options: nosniff
62371
+ - X-MS-InvokeApp: 1; RequireReadOnly
62372
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62373
+ - Date: Tue, 02 Dec 2014 22:31:52 GMT
62374
+ -
62375
+
62376
+ [HJFDAKCH] SKYDRIVE RESPONSE BODY:
62377
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","etag":"\"2\"","type":"SP.List"},"FirstUniqueAncestorSecurableObject":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/FirstUniqueAncestorSecurableObject"}},"RoleAssignments":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RoleAssignments"}},"ContentTypes":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ContentTypes"}},"CreatablesInfo":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/CreatablesInfo"}},"DefaultView":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DefaultView"}},"DescriptionResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DescriptionResource"}},"EventReceivers":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/EventReceivers"}},"Fields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Fields"}},"Forms":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Forms"}},"InformationRightsManagementSettings":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/InformationRightsManagementSettings"}},"Items":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Items"}},"ParentWeb":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ParentWeb"}},"RootFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder"}},"TitleResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/TitleResource"}},"UserCustomActions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/UserCustomActions"}},"Views":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Views"}},"WorkflowAssociations":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/WorkflowAssociations"}},"AllowContentTypes":true,"BaseTemplate":700,"BaseType":1,"ContentTypesEnabled":false,"CrawlNonDefaultViews":false,"Created":"2014-11-18T22:05:40Z","DefaultContentApprovalWorkflowId":"00000000-0000-0000-0000-000000000000","Description":"","Direction":"none","DocumentTemplateUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms/template.dotx","DraftVersionVisibility":0,"EnableAttachments":false,"EnableFolderCreation":true,"EnableMinorVersions":false,"EnableModeration":false,"EnableVersioning":true,"EntityTypeName":"Documents","ForceCheckout":false,"HasExternalDataSource":false,"Hidden":false,"Id":"e9615701-62f7-4d95-8475-9ea66bf1a1cc","ImageUrl":"/_layouts/15/images/itdl.png?rev=38","IrmEnabled":false,"IrmExpire":false,"IrmReject":false,"IsApplicationList":false,"IsCatalog":false,"IsPrivate":false,"ItemCount":13,"LastItemDeletedDate":"2014-11-18T22:05:40Z","LastItemModifiedDate":"2014-11-19T16:37:50Z","ListItemEntityTypeFullName":"SP.Data.DocumentsItem","MajorVersionLimit":0,"MajorWithMinorVersionsLimit":0,"MultipleDataList":false,"NoCrawl":false,"ParentWebUrl":"/personal/ericb_instructureplatform_onmicrosoft_com","ParserDisabled":false,"ServerTemplateCanCreateFolders":true,"TemplateFeatureId":"e9c0ff81-d821-4771-8b4c-246aa7e5e9eb","Title":"Documents"}}
62378
+ [VOCXBDSQ] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder
62379
+ [VOCXBDSQ] SKYDRIVE REQUEST HEADERS:
62380
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTEyLCJleHAiOjE0MTc2MDI3MTIsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.et2JhesjaMuq52w2AI_uzsdW-JcoxFEhMGTp42HNX81JxgqPKl9TNQZECWIAXtCdC_TekSbKOWBNufUK-w5sML6t-IKHbgdBzlNDk2Ya_PVC_5UHgztG87ohkbfxNRA0yUcSs_nv-44wjLJ-1IsYlk5PNjhGuh9Oy-gWYDbqILkcX2Fws1_trxJH4PyRLBr02jvuvbYBxdCic1qdMckMNazOK_JhDN4eG352agTugbGPGnnHlEZGOoWGEagOOCkz57oRbZ-XxP1DMx2aKDgfV4pXQHlI3AmFCoGkbZ73JaXvtGEUrvXX5H5I2AbCuR78DFX1XW-kVANnn3ie9yiM3Q
62381
+ - application/json; odata=verbose
62382
+ [VOCXBDSQ] SKYDRIVE RESPONSE HEADERS:
62383
+ - HTTP/1.1 200 OK
62384
+ - Cache-Control: private, max-age=0
62385
+ - Transfer-Encoding: chunked
62386
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62387
+ - Expires: Mon, 17 Nov 2014 22:31:52 GMT
62388
+ - Last-Modified: Tue, 02 Dec 2014 22:31:52 GMT
62389
+ - Server: Microsoft-IIS/7.5
62390
+ - X-SharePointHealthScore: 0
62391
+ - X-SP-SERVERSTATE: ReadOnly=0
62392
+ - DATASERVICEVERSION: 3.0
62393
+ - SPClientServiceRequestDuration: 50
62394
+ - X-AspNet-Version: 4.0.30319
62395
+ - SPRequestGuid: e6f4d19c-e0ee-1000-a3da-f71ac7c464c8
62396
+ - request-id: e6f4d19c-e0ee-1000-a3da-f71ac7c464c8
62397
+ - X-FRAME-OPTIONS: SAMEORIGIN
62398
+ - X-Powered-By: ASP.NET
62399
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62400
+ - X-Content-Type-Options: nosniff
62401
+ - X-MS-InvokeApp: 1; RequireReadOnly
62402
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62403
+ - Date: Tue, 02 Dec 2014 22:31:51 GMT
62404
+ -
62405
+
62406
+ [VOCXBDSQ] SKYDRIVE RESPONSE BODY:
62407
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Documents","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-19T16:36:51Z","UniqueId":"bfbf6722-aed4-442d-a212-6f832edaec7a","WelcomePage":""}}
62408
+ [KTQEGTAJ] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files
62409
+ [KTQEGTAJ] SKYDRIVE REQUEST HEADERS:
62410
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTEyLCJleHAiOjE0MTc2MDI3MTIsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.et2JhesjaMuq52w2AI_uzsdW-JcoxFEhMGTp42HNX81JxgqPKl9TNQZECWIAXtCdC_TekSbKOWBNufUK-w5sML6t-IKHbgdBzlNDk2Ya_PVC_5UHgztG87ohkbfxNRA0yUcSs_nv-44wjLJ-1IsYlk5PNjhGuh9Oy-gWYDbqILkcX2Fws1_trxJH4PyRLBr02jvuvbYBxdCic1qdMckMNazOK_JhDN4eG352agTugbGPGnnHlEZGOoWGEagOOCkz57oRbZ-XxP1DMx2aKDgfV4pXQHlI3AmFCoGkbZ73JaXvtGEUrvXX5H5I2AbCuR78DFX1XW-kVANnn3ie9yiM3Q
62411
+ - application/json; odata=verbose
62412
+ [KTQEGTAJ] SKYDRIVE RESPONSE HEADERS:
62413
+ - HTTP/1.1 200 OK
62414
+ - Cache-Control: private, max-age=0
62415
+ - Transfer-Encoding: chunked
62416
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62417
+ - Expires: Mon, 17 Nov 2014 22:31:53 GMT
62418
+ - Last-Modified: Tue, 02 Dec 2014 22:31:53 GMT
62419
+ - Server: Microsoft-IIS/7.5
62420
+ - X-SharePointHealthScore: 0
62421
+ - X-SP-SERVERSTATE: ReadOnly=0
62422
+ - DATASERVICEVERSION: 3.0
62423
+ - SPClientServiceRequestDuration: 32
62424
+ - X-AspNet-Version: 4.0.30319
62425
+ - SPRequestGuid: e7f4d19c-2011-1000-a3da-fde58de794b1
62426
+ - request-id: e7f4d19c-2011-1000-a3da-fde58de794b1
62427
+ - X-FRAME-OPTIONS: SAMEORIGIN
62428
+ - X-Powered-By: ASP.NET
62429
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62430
+ - X-Content-Type-Options: nosniff
62431
+ - X-MS-InvokeApp: 1; RequireReadOnly
62432
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62433
+ - Date: Tue, 02 Dec 2014 22:31:52 GMT
62434
+ -
62435
+
62436
+ [KTQEGTAJ] SKYDRIVE RESPONSE BODY:
62437
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{E9C42D82-0B9B-4B70-9575-65207356F092},1,1","CustomizedPageStatus":0,"ETag":"\"{E9C42D82-0B9B-4B70-9575-65207356F092},1\"","Exists":true,"Length":"1724","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","TimeCreated":"2014-11-19T16:36:51Z","TimeLastModified":"2014-11-19T16:36:51Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"e9c42d82-0b9b-4b70-9575-65207356f092"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1,2","CustomizedPageStatus":0,"ETag":"\"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1\"","Exists":true,"Length":"11324","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"cavneb-gmail-com_1_1_flickr-logo.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg","TimeCreated":"2014-11-19T16:35:23Z","TimeLastModified":"2014-11-19T16:35:23Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"2c377fcd-51ae-4aac-89e8-d8e0fea6ef71"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1,2","CustomizedPageStatus":0,"ETag":"\"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1\"","Exists":true,"Length":"34296","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"1505125_10152761955082564_5476862585517437071_n.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg","TimeCreated":"2014-11-19T16:35:29Z","TimeLastModified":"2014-11-19T16:35:29Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"03efd0a6-11eb-4e88-98a8-e910f5c88029"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{85E5336E-F84F-4E10-9D74-EF29149302A8},1,1","CustomizedPageStatus":0,"ETag":"\"{85E5336E-F84F-4E10-9D74-EF29149302A8},1\"","Exists":true,"Length":"80","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"app.js","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js","TimeCreated":"2014-11-19T16:36:27Z","TimeLastModified":"2014-11-19T16:36:27Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"85e5336e-f84f-4e10-9d74-ef29149302a8"}]}}
62438
+ [FOLGTREK] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders
62439
+ [FOLGTREK] SKYDRIVE REQUEST HEADERS:
62440
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTEyLCJleHAiOjE0MTc2MDI3MTIsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.et2JhesjaMuq52w2AI_uzsdW-JcoxFEhMGTp42HNX81JxgqPKl9TNQZECWIAXtCdC_TekSbKOWBNufUK-w5sML6t-IKHbgdBzlNDk2Ya_PVC_5UHgztG87ohkbfxNRA0yUcSs_nv-44wjLJ-1IsYlk5PNjhGuh9Oy-gWYDbqILkcX2Fws1_trxJH4PyRLBr02jvuvbYBxdCic1qdMckMNazOK_JhDN4eG352agTugbGPGnnHlEZGOoWGEagOOCkz57oRbZ-XxP1DMx2aKDgfV4pXQHlI3AmFCoGkbZ73JaXvtGEUrvXX5H5I2AbCuR78DFX1XW-kVANnn3ie9yiM3Q
62441
+ - application/json; odata=verbose
62442
+ [FOLGTREK] SKYDRIVE RESPONSE HEADERS:
62443
+ - HTTP/1.1 200 OK
62444
+ - Cache-Control: private, max-age=0
62445
+ - Transfer-Encoding: chunked
62446
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62447
+ - Expires: Mon, 17 Nov 2014 22:31:53 GMT
62448
+ - Last-Modified: Tue, 02 Dec 2014 22:31:53 GMT
62449
+ - Server: Microsoft-IIS/7.5
62450
+ - X-SharePointHealthScore: 0
62451
+ - X-SP-SERVERSTATE: ReadOnly=0
62452
+ - DATASERVICEVERSION: 3.0
62453
+ - SPClientServiceRequestDuration: 24
62454
+ - X-AspNet-Version: 4.0.30319
62455
+ - SPRequestGuid: e7f4d19c-5025-1000-a3da-f62c4f02a398
62456
+ - request-id: e7f4d19c-5025-1000-a3da-f62c4f02a398
62457
+ - X-FRAME-OPTIONS: SAMEORIGIN
62458
+ - X-Powered-By: ASP.NET
62459
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62460
+ - X-Content-Type-Options: nosniff
62461
+ - X-MS-InvokeApp: 1; RequireReadOnly
62462
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62463
+ - Date: Tue, 02 Dec 2014 22:31:53 GMT
62464
+ -
62465
+
62466
+ [FOLGTREK] SKYDRIVE RESPONSE BODY:
62467
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Folders"}},"Exists":true,"ItemCount":1,"Name":"Stuff","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff","TimeCreated":"2014-11-19T16:35:51Z","TimeLastModified":"2014-11-19T16:35:59Z","UniqueId":"9209c389-d167-4757-9b7c-918a7b80c433","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Shared with Everyone","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone","TimeCreated":"2014-11-19T16:34:55Z","TimeLastModified":"2014-11-19T16:37:50Z","UniqueId":"83da2482-70d2-428b-80fd-9abcbc403386","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Folders"}},"Exists":true,"ItemCount":0,"Name":"Forms","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-18T22:05:40Z","UniqueId":"08531851-69bf-49fa-922f-e8b2a3abf2fc","WelcomePage":""}]}}
62468
+ Completed 200 OK in 1961ms (Views: 1.3ms | ActiveRecord: 0.6ms)
62469
+
62470
+
62471
+ Started POST "/skydrive/launch" for 127.0.0.1 at 2014-12-02 15:33:00 -0700
62472
+ Processing by Skydrive::LaunchController#basic_launch as HTML
62473
+ Parameters: {"oauth_consumer_key"=>"key", "oauth_signature_method"=>"HMAC-SHA1", "oauth_timestamp"=>"1417559578", "oauth_nonce"=>"ebnFOi4KsZOvSh51tGj2nz7TF5fAPedPVhKczwPNvHI", "oauth_version"=>"1.0", "context_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "context_label"=>"LTI", "context_title"=>"LTI Testing", "custom_canvas_api_domain"=>"karl.instructure.com", "custom_canvas_course_id"=>"1", "custom_canvas_enrollment_state"=>"active", "custom_canvas_user_id"=>"170000003832906", "custom_canvas_user_login_id"=>"ericb", "custom_sharepoint_client_domain"=>"instructureplatform", "ext_roles"=>"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User", "launch_presentation_document_target"=>"iframe", "launch_presentation_height"=>"600", "launch_presentation_locale"=>"en", "launch_presentation_return_url"=>"https://karl.instructure.com/external_content/success/external_tool_redirect", "launch_presentation_width"=>"700", "lis_course_offering_sourcedid"=>"1234", "lis_person_contact_email_primary"=>"ericb@instructure.com", "lis_person_name_family"=>"Berry", "lis_person_name_full"=>"Eric Berry", "lis_person_name_given"=>"Eric", "lti_message_type"=>"basic-lti-launch-request", "lti_version"=>"LTI-1p0", "oauth_callback"=>"about:blank", "resource_link_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "resource_link_title"=>"OneDrive Pro (localhost)", "roles"=>"Learner,urn:lti:instrole:ims/lis/Administrator", "tool_consumer_info_product_family_code"=>"canvas", "tool_consumer_info_version"=>"cloud", "tool_consumer_instance_contact_email"=>"notifications@instructure.com", "tool_consumer_instance_guid"=>"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com", "tool_consumer_instance_name"=>"Karl Lloyd Sandbox", "user_id"=>"6c04ace457f1c802ed7ddc76642b26e27003fe7a", "user_image"=>"https://canvas.instructure.com/images/messages/avatar-50.png", "oauth_signature"=>"4k3xmISvdsHBSVFivuB8FXX2So8="}
62474
+ Skydrive::Account Load (0.1ms) SELECT "skydrive_accounts".* FROM "skydrive_accounts" WHERE "skydrive_accounts"."key" = 'key' ORDER BY "skydrive_accounts"."id" ASC LIMIT 1
62475
+ Skydrive::User Load (1.7ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."account_id" = ? AND "skydrive_users"."username" = '6c04ace457f1c802ed7ddc76642b26e27003fe7a' ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["account_id", 1]]
62476
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 14]]
62477
+  (0.1ms) begin transaction
62478
+ Skydrive::Token Exists (0.1ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 14 AND "skydrive_tokens"."id" != 43) LIMIT 1
62479
+  (0.1ms) commit transaction
62480
+ Skydrive::ApiKey Load (0.1ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."user_id" = ? AND (expired_at < '2014-12-02 22:33:00.913463') [["user_id", 14]]
62481
+  (0.0ms) begin transaction
62482
+ SQL (1.4ms) INSERT INTO "skydrive_api_keys" ("created_at", "expired_at", "init_params", "oauth_code", "scope", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 02 Dec 2014 22:33:00 UTC +00:00], ["expired_at", Tue, 02 Dec 2014 23:33:00 UTC +00:00], ["init_params", "{\"oauth_consumer_key\":\"key\",\"oauth_signature_method\":\"HMAC-SHA1\",\"oauth_timestamp\":\"1417559578\",\"oauth_nonce\":\"ebnFOi4KsZOvSh51tGj2nz7TF5fAPedPVhKczwPNvHI\",\"oauth_version\":\"1.0\",\"context_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"context_label\":\"LTI\",\"context_title\":\"LTI Testing\",\"custom_canvas_api_domain\":\"karl.instructure.com\",\"custom_canvas_course_id\":\"1\",\"custom_canvas_enrollment_state\":\"active\",\"custom_canvas_user_id\":\"170000003832906\",\"custom_canvas_user_login_id\":\"ericb\",\"custom_sharepoint_client_domain\":\"instructureplatform\",\"ext_roles\":\"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User\",\"launch_presentation_document_target\":\"iframe\",\"launch_presentation_height\":\"600\",\"launch_presentation_locale\":\"en\",\"launch_presentation_return_url\":\"https://karl.instructure.com/external_content/success/external_tool_redirect\",\"launch_presentation_width\":\"700\",\"lis_course_offering_sourcedid\":\"1234\",\"lis_person_contact_email_primary\":\"ericb@instructure.com\",\"lis_person_name_family\":\"Berry\",\"lis_person_name_full\":\"Eric Berry\",\"lis_person_name_given\":\"Eric\",\"lti_message_type\":\"basic-lti-launch-request\",\"lti_version\":\"LTI-1p0\",\"oauth_callback\":\"about:blank\",\"resource_link_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"resource_link_title\":\"OneDrive Pro (localhost)\",\"roles\":\"Learner,urn:lti:instrole:ims/lis/Administrator\",\"tool_consumer_info_product_family_code\":\"canvas\",\"tool_consumer_info_version\":\"cloud\",\"tool_consumer_instance_contact_email\":\"notifications@instructure.com\",\"tool_consumer_instance_guid\":\"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com\",\"tool_consumer_instance_name\":\"Karl Lloyd Sandbox\",\"user_id\":\"6c04ace457f1c802ed7ddc76642b26e27003fe7a\",\"user_image\":\"https://canvas.instructure.com/images/messages/avatar-50.png\",\"oauth_signature\":\"4k3xmISvdsHBSVFivuB8FXX2So8=\",\"action\":\"basic_launch\",\"controller\":\"skydrive/launch\"}"], ["oauth_code", "6a431172-1ed3-438a-872b-bf6afe2ebc58"], ["scope", "session"], ["user_id", 14]]
62483
+  (2.5ms) commit transaction
62484
+ Redirected to https://localhost:3001/skydrive/launch/6a431172-1ed3-438a-872b-bf6afe2ebc58
62485
+ Completed 302 Found in 68ms (ActiveRecord: 8.6ms)
62486
+
62487
+
62488
+ Started GET "/skydrive/launch/6a431172-1ed3-438a-872b-bf6afe2ebc58" for 127.0.0.1 at 2014-12-02 15:33:00 -0700
62489
+ Processing by Skydrive::EmberController#index as HTML
62490
+ Parameters: {"path"=>"launch/6a431172-1ed3-438a-872b-bf6afe2ebc58"}
62491
+ Rendered /Users/ericb/Projects/Instructure/lti_skydrive_engine/app/views/skydrive/ember/index.html.erb within layouts/skydrive/application (16.0ms)
62492
+ Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms)
62493
+
62494
+
62495
+ Started GET "/assets/skydrive/bundle.js?body=1" for 127.0.0.1 at 2014-12-02 15:33:01 -0700
62496
+
62497
+
62498
+ Started GET "/assets/skydrive/application.js?body=1" for 127.0.0.1 at 2014-12-02 15:33:01 -0700
62499
+
62500
+
62501
+ Started POST "/skydrive/oauth2/token" for 127.0.0.1 at 2014-12-02 15:33:01 -0700
62502
+ Processing by Skydrive::ApiKeysController#oauth2_token as HTML
62503
+ Parameters: {"code"=>"6a431172-1ed3-438a-872b-bf6afe2ebc58", "api_key"=>{}}
62504
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE (expired_at >= '2014-12-02 22:33:01.572903') AND "skydrive_api_keys"."oauth_code" = '6a431172-1ed3-438a-872b-bf6afe2ebc58' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62505
+  (0.0ms) begin transaction
62506
+ SQL (0.4ms) UPDATE "skydrive_api_keys" SET "access_token" = ?, "oauth_code" = ? WHERE "skydrive_api_keys"."id" = 375 [["access_token", "bcc89c57-630a-46ff-9d5d-eb9abeae17c9"], ["oauth_code", nil]]
62507
+  (2.1ms) commit transaction
62508
+ Completed 201 Created in 6ms (Views: 0.5ms | ActiveRecord: 2.7ms)
62509
+
62510
+
62511
+ Started GET "/skydrive/api/v1/users/self" for 127.0.0.1 at 2014-12-02 15:33:01 -0700
62512
+ Processing by Skydrive::UsersController#show as HTML
62513
+ Parameters: {"id"=>"self"}
62514
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = 'bcc89c57-630a-46ff-9d5d-eb9abeae17c9' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62515
+ Skydrive::User Load (0.3ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 14]]
62516
+ Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.5ms)
62517
+
62518
+
62519
+ Started GET "/skydrive/api/v1/skydrive_authorized" for 127.0.0.1 at 2014-12-02 15:33:01 -0700
62520
+ Processing by Skydrive::LaunchController#skydrive_authorized as HTML
62521
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = 'bcc89c57-630a-46ff-9d5d-eb9abeae17c9' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62522
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 14]]
62523
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 14]]
62524
+  (0.1ms) begin transaction
62525
+ SQL (0.4ms) INSERT INTO "skydrive_api_keys" ("created_at", "expired_at", "oauth_code", "scope", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 02 Dec 2014 22:33:01 UTC +00:00], ["expired_at", Tue, 02 Dec 2014 23:03:01 UTC +00:00], ["oauth_code", "07a6d3af-4d4c-4b4b-845f-22167dd83ecb"], ["scope", "skydrive_oauth"], ["user_id", 14]]
62526
+  (1.0ms) commit transaction
62527
+ Skydrive::Account Load (0.2ms) SELECT "skydrive_accounts".* FROM "skydrive_accounts" WHERE "skydrive_accounts"."id" = ? ORDER BY "skydrive_accounts"."id" ASC LIMIT 1 [["id", 1]]
62528
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 14]]
62529
+ Rendered text template (0.0ms)
62530
+ Completed 401 Unauthorized in 54ms (Views: 1.4ms | ActiveRecord: 2.1ms)
62531
+
62532
+
62533
+ Started POST "/skydrive/microsoft_oauth?state=07a6d3af-4d4c-4b4b-845f-22167dd83ecb" for 127.0.0.1 at 2014-12-02 15:33:05 -0700
62534
+ Processing by Skydrive::LaunchController#app_redirect as HTML
62535
+ Parameters: {"SPAppToken"=>"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiIyMTQ2NjI3Zi1lZWQ1LTRhZjAtYjUzMy05MDQ1MzU2MDY3YTEvbG9jYWxob3N0OjMwMDFAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwiaXNzIjoiMDAwMDAwMDEtMDAwMC0wMDAwLWMwMDAtMDAwMDAwMDAwMDAwQGIyODg2YTAwLTdjMjgtNDg4MC05ZWY1LWVlZWIwOWNhMTBjNyIsIm5iZiI6MTQxNzU1OTU4NSwiZXhwIjoxNDE3NjAyNzg1LCJhcHBjdHhzZW5kZXIiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwiYXBwY3R4Ijoie1wiQ2FjaGVLZXlcIjpcInNmZWxxNUw0cWFieHU5UnBLdStvZjVFRFVaVXRHWG9SeHUzemUyQWNYU3M9XCIsXCJOZXh0Q2FjaGVLZXlcIjpudWxsLFwiU2VjdXJpdHlUb2tlblNlcnZpY2VVcmlcIjpcImh0dHBzOi8vYWNjb3VudHMuYWNjZXNzY29udHJvbC53aW5kb3dzLm5ldC90b2tlbnMvT0F1dGgvMlwifSIsInJlZnJlc2h0b2tlbiI6IklBQUFBQTBaNjRFOFFseGR3MkVJSm45ZkZ1dm1QaEE5ejJEUjhQM1ZhX0tTVjNZWmNtcXc1QjBFNzZvV2JBMFZBb05Eb3ZUaC03ZmlFTWNuc2s1VGlHdG1oNVdENWV2U1RhZzVfTTQzM1g2YUVNSkxuV1FkcDZXQmhBUU5wdEVnMkt3X2R3Y1hwbTVUTUt5S0xPc1A2R2s4TTl0dEIzQlZlVFNJc2N0ZUNUdWZUR0x5Qk1MZUdaWGNpOVRWN2pGaFg1VkVvUWNVeEJBUEsydndSV2ZjUmpqeElKQlhHWUNrdzJPNER6aFJ4emtvQzhJa2FJSXBwR1VTUHdydjhPWHRlWF9uSDlRcUs5a3VITEd5ZDZxSGRqMTBDcUZnTGtQa3JNU3c2Z01oVXVvbVkxSmNYcll2cFV0Mk5sWlJQYlVJeFlGaGlnIiwiaXNicm93c2VyaG9zdGVkYXBwIjoidHJ1ZSJ9.1QTcmVfbc4ZEVXhqKWKNgGvXIE00YdibxwO_Z3xSz00", "SPSiteUrl"=>"https://instructureplatform-my.sharepoint.com", "SPSiteTitle"=>"", "SPSiteLogoUrl"=>"", "SPSiteLanguage"=>"en-US", "SPSiteCulture"=>"en-US", "SPRedirectMessage"=>"EndpointAuthorityMatches", "SPCorrelationId"=>"f8f4d19c-806e-1000-a3da-fe14adca64f8", "SPErrorCorrelationId"=>"", "SPErrorInfo"=>"", "state"=>"07a6d3af-4d4c-4b4b-845f-22167dd83ecb"}
62536
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE (expired_at >= '2014-12-02 22:33:05.365409') AND "skydrive_api_keys"."oauth_code" = '07a6d3af-4d4c-4b4b-845f-22167dd83ecb' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62537
+  (0.0ms) begin transaction
62538
+ SQL (0.4ms) UPDATE "skydrive_api_keys" SET "access_token" = ?, "oauth_code" = ? WHERE "skydrive_api_keys"."id" = 376 [["access_token", "4e036ba7-69c4-4857-b0da-7299524c9567"], ["oauth_code", nil]]
62539
+  (2.0ms) commit transaction
62540
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 14]]
62541
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 14]]
62542
+ RestClient.post "https://accounts.accesscontrol.windows.net/tokens/OAuth/2", 658 byte(s) length, "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Content-Length"=>"658", "Content-Type"=>"application/x-www-form-urlencoded"
62543
+ # => 200 OK | application/json 1202 bytes
62544
+ [IWJORCXU] SKYDRIVE REQUEST: https://accounts.accesscontrol.windows.net/tokens/OAuth/2
62545
+ [IWJORCXU] SKYDRIVE REQUEST PAYLOAD:
62546
+ [IWJORCXU] SKYDRIVE REQUEST HEADERS:
62547
+ -
62548
+ [IWJORCXU] SKYDRIVE RESPONSE CODE: 200
62549
+ [IWJORCXU] SKYDRIVE RESPONSE BODY:
62550
+ {"token_type":"Bearer","access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ","expires_in":"43199","not_before":"1417559585","expires_on":"1417602785","resource":"00000003-0000-0ff1-ce00-000000000000/instructureplatform-my.sharepoint.com@b2886a00-7c28-4880-9ef5-eeeb09ca10c7"}
62551
+ [BIZHVGAA] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/_api/SP.UserProfiles.PeopleManager/GetMyProperties
62552
+ [BIZHVGAA] SKYDRIVE REQUEST HEADERS:
62553
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ
62554
+ - application/json; odata=verbose
62555
+ [BIZHVGAA] SKYDRIVE RESPONSE HEADERS:
62556
+ - HTTP/1.1 200 OK
62557
+ - Cache-Control: private, max-age=0
62558
+ - Transfer-Encoding: chunked
62559
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62560
+ - Expires: Mon, 17 Nov 2014 22:33:05 GMT
62561
+ - Last-Modified: Tue, 02 Dec 2014 22:33:05 GMT
62562
+ - Server: Microsoft-IIS/7.5
62563
+ - X-SharePointHealthScore: 0
62564
+ - X-SP-SERVERSTATE: ReadOnly=0
62565
+ - DATASERVICEVERSION: 3.0
62566
+ - SPClientServiceRequestDuration: 136
62567
+ - X-AspNet-Version: 4.0.30319
62568
+ - SPRequestGuid: f8f4d19c-10ca-1000-a3da-f7dc72c98fdb
62569
+ - request-id: f8f4d19c-10ca-1000-a3da-f7dc72c98fdb
62570
+ - X-FRAME-OPTIONS: SAMEORIGIN
62571
+ - X-Powered-By: ASP.NET
62572
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62573
+ - X-Content-Type-Options: nosniff
62574
+ - X-MS-InvokeApp: 1; RequireReadOnly
62575
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62576
+ - Date: Tue, 02 Dec 2014 22:33:05 GMT
62577
+ -
62578
+
62579
+ [BIZHVGAA] SKYDRIVE RESPONSE BODY:
62580
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/_api/SP.UserProfiles.PeopleManager/GetMyProperties","uri":"https://instructureplatform-my.sharepoint.com/_api/SP.UserProfiles.PeopleManager/GetMyProperties","type":"SP.UserProfiles.PersonProperties"},"AccountName":"i:0#.f|membership|ericb@instructureplatform.onmicrosoft.com","DirectReports":{"__metadata":{"type":"Collection(Edm.String)"},"results":[]},"DisplayName":"Eric Berry","Email":null,"ExtendedManagers":{"__metadata":{"type":"Collection(Edm.String)"},"results":[]},"ExtendedReports":{"__metadata":{"type":"Collection(Edm.String)"},"results":["i:0#.f|membership|ericb@instructureplatform.onmicrosoft.com"]},"IsFollowed":false,"LatestPost":null,"Peers":{"__metadata":{"type":"Collection(Edm.String)"},"results":[]},"PersonalUrl":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/","PictureUrl":null,"Title":null,"UserProfileProperties":{"results":[{"__metadata":{"type":"SP.KeyValue"},"Key":"UserProfile_GUID","Value":"2a37ec7c-f84a-46db-8fe0-54a6e0753d9a","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SID","Value":"i:0h.f|membership|10033fff8c2c3d20@live.com","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"ADGuid","Value":"System.Byte[]","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"AccountName","Value":"i:0#.f|membership|ericb@instructureplatform.onmicrosoft.com","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"FirstName","Value":"Eric","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PhoneticFirstName","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"LastName","Value":"Berry","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PhoneticLastName","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"PreferredName","Value":"Eric Berry","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PhoneticDisplayName","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"WorkPhone","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Department","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Title","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Department","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Manager","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"AboutMe","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"PersonalSpace","Value":"/personal/ericb_instructureplatform_onmicrosoft_com/","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"PictureURL","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"UserName","Value":"ericb@instructureplatform.onmicrosoft.com","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"QuickLinks","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"WebSite","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"PublicSiteRedirect","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-JobTitle","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-DataSource","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-MemberOf","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Dotted-line","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Peers","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Responsibility","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-SipAddress","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-MySiteUpgrade","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-DontSuggestList","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ProxyAddresses","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-HireDate","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-DisplayOrder","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ClaimID","Value":"ericb@instructureplatform.onmicrosoft.com","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ClaimProviderID","Value":"membership","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-LastColleagueAdded","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-OWAUrl","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ResourceSID","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ResourceAccountName","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-MasterAccountName","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-UserPrincipalName","Value":"ericb@instructureplatform.onmicrosoft.com","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-O15FirstRunExperience","Value":"1310751","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteInstantiationState","Value":"2","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-DistinguishedName","Value":"CN=78ec7a4c-04e3-48bd-9929-5a333ea754f9,OU=b2886a00-7c28-4880-9ef5-eeeb09ca10c7,OU=Tenants,OU=MSOnline,DC=spods14311060,DC=msoprd,DC=msft,DC=net","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-SourceObjectDN","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-LastKeywordAdded","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ClaimProviderType","Value":"Forms","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-SavedAccountName","Value":"SPODS14311060\\$M3TI50-VM7EDM5JQFE1","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-SavedSID","Value":"System.Byte[]","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ObjectExists","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteCapabilities","Value":"12","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteFirstCreationTime","Value":"11/19/2014 4:35:02 PM","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteLastCreationTime","Value":"11/19/2014 4:35:02 PM","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteNumberOfRetries","Value":"1","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteFirstCreationError","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-FeedIdentifier","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"WorkEmail","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"CellPhone","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Fax","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"HomePhone","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Office","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Location","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Assistant","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PastProjects","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Skills","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-School","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Birthday","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-StatusNotes","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Interests","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-HashTags","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-EmailOptin","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PrivacyPeople","Value":"True","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PrivacyActivity","Value":"4095","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PictureTimestamp","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PicturePlaceholderState","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PictureExchangeSyncState","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-MUILanguages","Value":"en-US","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ContentLanguages","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-TimeZone","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-RegionalSettings-FollowWeb","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Locale","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-CalendarType","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-AltCalendarType","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-AdjustHijriDays","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ShowWeeks","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-WorkDays","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-WorkDayStartHour","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-WorkDayEndHour","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Time24","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-FirstDayOfWeek","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-FirstWeekOfYear","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-RegionalSettings-Initialized","Value":"True","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"OfficeGraphEnabled","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-UserType","Value":"0","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-HideFromAddressLists","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-RecipientTypeDetails","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"DelveFlags","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"VideoUserPopup","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"msOnline-ObjectId","Value":"","ValueType":"Edm.String"}]},"UserUrl":"https://instructureplatform-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7Cericb%40instructureplatform%2Eonmicrosoft%2Ecom"}}
62581
+  (0.1ms) begin transaction
62582
+ Skydrive::Token Exists (0.2ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 14 AND "skydrive_tokens"."id" != 43) LIMIT 1
62583
+ SQL (0.5ms) UPDATE "skydrive_tokens" SET "token_type" = ?, "refresh_token" = ?, "personal_url" = ?, "access_token" = ?, "not_before" = ?, "expires_on" = ?, "expires_in" = ? WHERE "skydrive_tokens"."id" = 43 [["token_type", "user"], ["refresh_token", "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiIyMTQ2NjI3Zi1lZWQ1LTRhZjAtYjUzMy05MDQ1MzU2MDY3YTEvbG9jYWxob3N0OjMwMDFAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwiaXNzIjoiMDAwMDAwMDEtMDAwMC0wMDAwLWMwMDAtMDAwMDAwMDAwMDAwQGIyODg2YTAwLTdjMjgtNDg4MC05ZWY1LWVlZWIwOWNhMTBjNyIsIm5iZiI6MTQxNzU1OTU4NSwiZXhwIjoxNDE3NjAyNzg1LCJhcHBjdHhzZW5kZXIiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwiYXBwY3R4Ijoie1wiQ2FjaGVLZXlcIjpcInNmZWxxNUw0cWFieHU5UnBLdStvZjVFRFVaVXRHWG9SeHUzemUyQWNYU3M9XCIsXCJOZXh0Q2FjaGVLZXlcIjpudWxsLFwiU2VjdXJpdHlUb2tlblNlcnZpY2VVcmlcIjpcImh0dHBzOi8vYWNjb3VudHMuYWNjZXNzY29udHJvbC53aW5kb3dzLm5ldC90b2tlbnMvT0F1dGgvMlwifSIsInJlZnJlc2h0b2tlbiI6IklBQUFBQTBaNjRFOFFseGR3MkVJSm45ZkZ1dm1QaEE5ejJEUjhQM1ZhX0tTVjNZWmNtcXc1QjBFNzZvV2JBMFZBb05Eb3ZUaC03ZmlFTWNuc2s1VGlHdG1oNVdENWV2U1RhZzVfTTQzM1g2YUVNSkxuV1FkcDZXQmhBUU5wdEVnMkt3X2R3Y1hwbTVUTUt5S0xPc1A2R2s4TTl0dEIzQlZlVFNJc2N0ZUNUdWZUR0x5Qk1MZUdaWGNpOVRWN2pGaFg1VkVvUWNVeEJBUEsydndSV2ZjUmpqeElKQlhHWUNrdzJPNER6aFJ4emtvQzhJa2FJSXBwR1VTUHdydjhPWHRlWF9uSDlRcUs5a3VITEd5ZDZxSGRqMTBDcUZnTGtQa3JNU3c2Z01oVXVvbVkxSmNYcll2cFV0Mk5sWlJQYlVJeFlGaGlnIiwiaXNicm93c2VyaG9zdGVkYXBwIjoidHJ1ZSJ9.1QTcmVfbc4ZEVXhqKWKNgGvXIE00YdibxwO_Z3xSz00"], ["personal_url", "https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/"], ["access_token", "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ"], ["not_before", Tue, 02 Dec 2014 22:33:05 UTC +00:00], ["expires_on", Wed, 03 Dec 2014 10:33:05 UTC +00:00], ["expires_in", 43199]]
62584
+  (2.5ms) commit transaction
62585
+ Redirected to https://localhost:3001/skydrive/oauth/callback
62586
+ Completed 302 Found in 791ms (ActiveRecord: 5.9ms)
62587
+
62588
+
62589
+ Started GET "/skydrive/oauth/callback" for 127.0.0.1 at 2014-12-02 15:33:06 -0700
62590
+ Processing by Skydrive::EmberController#index as HTML
62591
+ Parameters: {"path"=>"oauth/callback"}
62592
+ Rendered /Users/ericb/Projects/Instructure/lti_skydrive_engine/app/views/skydrive/ember/index.html.erb within layouts/skydrive/application (0.7ms)
62593
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
62594
+
62595
+
62596
+ Started GET "/assets/skydrive/bundle.js?body=1" for 127.0.0.1 at 2014-12-02 15:33:06 -0700
62597
+
62598
+
62599
+ Started GET "/skydrive/api/v1/files/?uri=root" for 127.0.0.1 at 2014-12-02 15:33:06 -0700
62600
+ Processing by Skydrive::FilesController#index as */*
62601
+ Parameters: {"uri"=>"root"}
62602
+ Skydrive::ApiKey Load (0.3ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = 'bcc89c57-630a-46ff-9d5d-eb9abeae17c9' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62603
+ Skydrive::User Load (0.3ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 14]]
62604
+ Skydrive::Token Load (0.2ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 14]]
62605
+ [EPHHNYKA] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/web/lists/Documents/
62606
+ [EPHHNYKA] SKYDRIVE REQUEST HEADERS:
62607
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ
62608
+ - application/json; odata=verbose
62609
+ [EPHHNYKA] SKYDRIVE RESPONSE HEADERS:
62610
+ - HTTP/1.1 200 OK
62611
+ - Cache-Control: private, max-age=0
62612
+ - Transfer-Encoding: chunked
62613
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62614
+ - Expires: Mon, 17 Nov 2014 22:33:07 GMT
62615
+ - Last-Modified: Tue, 02 Dec 2014 22:33:07 GMT
62616
+ - ETag: "2"
62617
+ - Server: Microsoft-IIS/7.5
62618
+ - X-SharePointHealthScore: 0
62619
+ - X-SP-SERVERSTATE: ReadOnly=0
62620
+ - DATASERVICEVERSION: 3.0
62621
+ - SPClientServiceRequestDuration: 34
62622
+ - X-AspNet-Version: 4.0.30319
62623
+ - SPRequestGuid: f9f4d19c-6015-1000-a3da-f2b5af168479
62624
+ - request-id: f9f4d19c-6015-1000-a3da-f2b5af168479
62625
+ - X-FRAME-OPTIONS: SAMEORIGIN
62626
+ - X-Powered-By: ASP.NET
62627
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62628
+ - X-Content-Type-Options: nosniff
62629
+ - X-MS-InvokeApp: 1; RequireReadOnly
62630
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62631
+ - Date: Tue, 02 Dec 2014 22:33:07 GMT
62632
+ -
62633
+
62634
+ [EPHHNYKA] SKYDRIVE RESPONSE BODY:
62635
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","etag":"\"2\"","type":"SP.List"},"FirstUniqueAncestorSecurableObject":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/FirstUniqueAncestorSecurableObject"}},"RoleAssignments":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RoleAssignments"}},"ContentTypes":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ContentTypes"}},"CreatablesInfo":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/CreatablesInfo"}},"DefaultView":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DefaultView"}},"DescriptionResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DescriptionResource"}},"EventReceivers":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/EventReceivers"}},"Fields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Fields"}},"Forms":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Forms"}},"InformationRightsManagementSettings":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/InformationRightsManagementSettings"}},"Items":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Items"}},"ParentWeb":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ParentWeb"}},"RootFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder"}},"TitleResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/TitleResource"}},"UserCustomActions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/UserCustomActions"}},"Views":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Views"}},"WorkflowAssociations":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/WorkflowAssociations"}},"AllowContentTypes":true,"BaseTemplate":700,"BaseType":1,"ContentTypesEnabled":false,"CrawlNonDefaultViews":false,"Created":"2014-11-18T22:05:40Z","DefaultContentApprovalWorkflowId":"00000000-0000-0000-0000-000000000000","Description":"","Direction":"none","DocumentTemplateUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms/template.dotx","DraftVersionVisibility":0,"EnableAttachments":false,"EnableFolderCreation":true,"EnableMinorVersions":false,"EnableModeration":false,"EnableVersioning":true,"EntityTypeName":"Documents","ForceCheckout":false,"HasExternalDataSource":false,"Hidden":false,"Id":"e9615701-62f7-4d95-8475-9ea66bf1a1cc","ImageUrl":"/_layouts/15/images/itdl.png?rev=38","IrmEnabled":false,"IrmExpire":false,"IrmReject":false,"IsApplicationList":false,"IsCatalog":false,"IsPrivate":false,"ItemCount":13,"LastItemDeletedDate":"2014-11-18T22:05:40Z","LastItemModifiedDate":"2014-11-19T16:37:50Z","ListItemEntityTypeFullName":"SP.Data.DocumentsItem","MajorVersionLimit":0,"MajorWithMinorVersionsLimit":0,"MultipleDataList":false,"NoCrawl":false,"ParentWebUrl":"/personal/ericb_instructureplatform_onmicrosoft_com","ParserDisabled":false,"ServerTemplateCanCreateFolders":true,"TemplateFeatureId":"e9c0ff81-d821-4771-8b4c-246aa7e5e9eb","Title":"Documents"}}
62636
+ [OCFVKQBE] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder
62637
+ [OCFVKQBE] SKYDRIVE REQUEST HEADERS:
62638
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ
62639
+ - application/json; odata=verbose
62640
+ [OCFVKQBE] SKYDRIVE RESPONSE HEADERS:
62641
+ - HTTP/1.1 200 OK
62642
+ - Cache-Control: private, max-age=0
62643
+ - Transfer-Encoding: chunked
62644
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62645
+ - Expires: Mon, 17 Nov 2014 22:33:07 GMT
62646
+ - Last-Modified: Tue, 02 Dec 2014 22:33:07 GMT
62647
+ - Server: Microsoft-IIS/7.5
62648
+ - X-SharePointHealthScore: 0
62649
+ - X-SP-SERVERSTATE: ReadOnly=0
62650
+ - DATASERVICEVERSION: 3.0
62651
+ - SPClientServiceRequestDuration: 37
62652
+ - X-AspNet-Version: 4.0.30319
62653
+ - SPRequestGuid: f9f4d19c-d02c-1000-a3da-fdd0e44f28c1
62654
+ - request-id: f9f4d19c-d02c-1000-a3da-fdd0e44f28c1
62655
+ - X-FRAME-OPTIONS: SAMEORIGIN
62656
+ - X-Powered-By: ASP.NET
62657
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62658
+ - X-Content-Type-Options: nosniff
62659
+ - X-MS-InvokeApp: 1; RequireReadOnly
62660
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62661
+ - Date: Tue, 02 Dec 2014 22:33:07 GMT
62662
+ -
62663
+
62664
+ [OCFVKQBE] SKYDRIVE RESPONSE BODY:
62665
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Documents","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-19T16:36:51Z","UniqueId":"bfbf6722-aed4-442d-a212-6f832edaec7a","WelcomePage":""}}
62666
+ [LAGCMKHB] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files
62667
+ [LAGCMKHB] SKYDRIVE REQUEST HEADERS:
62668
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ
62669
+ - application/json; odata=verbose
62670
+ [LAGCMKHB] SKYDRIVE RESPONSE HEADERS:
62671
+ - HTTP/1.1 200 OK
62672
+ - Cache-Control: private, max-age=0
62673
+ - Transfer-Encoding: chunked
62674
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62675
+ - Expires: Mon, 17 Nov 2014 22:33:07 GMT
62676
+ - Last-Modified: Tue, 02 Dec 2014 22:33:07 GMT
62677
+ - Server: Microsoft-IIS/7.5
62678
+ - X-SharePointHealthScore: 0
62679
+ - X-SP-SERVERSTATE: ReadOnly=0
62680
+ - DATASERVICEVERSION: 3.0
62681
+ - SPClientServiceRequestDuration: 23
62682
+ - X-AspNet-Version: 4.0.30319
62683
+ - SPRequestGuid: f9f4d19c-e019-1000-a3da-f8ea7ad25708
62684
+ - request-id: f9f4d19c-e019-1000-a3da-f8ea7ad25708
62685
+ - X-FRAME-OPTIONS: SAMEORIGIN
62686
+ - X-Powered-By: ASP.NET
62687
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62688
+ - X-Content-Type-Options: nosniff
62689
+ - X-MS-InvokeApp: 1; RequireReadOnly
62690
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62691
+ - Date: Tue, 02 Dec 2014 22:33:06 GMT
62692
+ -
62693
+
62694
+ [LAGCMKHB] SKYDRIVE RESPONSE BODY:
62695
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{E9C42D82-0B9B-4B70-9575-65207356F092},1,1","CustomizedPageStatus":0,"ETag":"\"{E9C42D82-0B9B-4B70-9575-65207356F092},1\"","Exists":true,"Length":"1724","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","TimeCreated":"2014-11-19T16:36:51Z","TimeLastModified":"2014-11-19T16:36:51Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"e9c42d82-0b9b-4b70-9575-65207356f092"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1,2","CustomizedPageStatus":0,"ETag":"\"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1\"","Exists":true,"Length":"11324","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"cavneb-gmail-com_1_1_flickr-logo.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg","TimeCreated":"2014-11-19T16:35:23Z","TimeLastModified":"2014-11-19T16:35:23Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"2c377fcd-51ae-4aac-89e8-d8e0fea6ef71"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1,2","CustomizedPageStatus":0,"ETag":"\"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1\"","Exists":true,"Length":"34296","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"1505125_10152761955082564_5476862585517437071_n.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg","TimeCreated":"2014-11-19T16:35:29Z","TimeLastModified":"2014-11-19T16:35:29Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"03efd0a6-11eb-4e88-98a8-e910f5c88029"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{85E5336E-F84F-4E10-9D74-EF29149302A8},1,1","CustomizedPageStatus":0,"ETag":"\"{85E5336E-F84F-4E10-9D74-EF29149302A8},1\"","Exists":true,"Length":"80","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"app.js","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js","TimeCreated":"2014-11-19T16:36:27Z","TimeLastModified":"2014-11-19T16:36:27Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"85e5336e-f84f-4e10-9d74-ef29149302a8"}]}}
62696
+ [BJMFTWAM] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders
62697
+ [BJMFTWAM] SKYDRIVE REQUEST HEADERS:
62698
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ
62699
+ - application/json; odata=verbose
62700
+ [BJMFTWAM] SKYDRIVE RESPONSE HEADERS:
62701
+ - HTTP/1.1 200 OK
62702
+ - Cache-Control: private, max-age=0
62703
+ - Transfer-Encoding: chunked
62704
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62705
+ - Expires: Mon, 17 Nov 2014 22:33:07 GMT
62706
+ - Last-Modified: Tue, 02 Dec 2014 22:33:07 GMT
62707
+ - Server: Microsoft-IIS/7.5
62708
+ - X-SharePointHealthScore: 0
62709
+ - X-SP-SERVERSTATE: ReadOnly=0
62710
+ - DATASERVICEVERSION: 3.0
62711
+ - SPClientServiceRequestDuration: 23
62712
+ - X-AspNet-Version: 4.0.30319
62713
+ - SPRequestGuid: f9f4d19c-e022-1000-a3da-f16547fe326a
62714
+ - request-id: f9f4d19c-e022-1000-a3da-f16547fe326a
62715
+ - X-FRAME-OPTIONS: SAMEORIGIN
62716
+ - X-Powered-By: ASP.NET
62717
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62718
+ - X-Content-Type-Options: nosniff
62719
+ - X-MS-InvokeApp: 1; RequireReadOnly
62720
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62721
+ - Date: Tue, 02 Dec 2014 22:33:07 GMT
62722
+ -
62723
+
62724
+ [BJMFTWAM] SKYDRIVE RESPONSE BODY:
62725
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Folders"}},"Exists":true,"ItemCount":1,"Name":"Stuff","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff","TimeCreated":"2014-11-19T16:35:51Z","TimeLastModified":"2014-11-19T16:35:59Z","UniqueId":"9209c389-d167-4757-9b7c-918a7b80c433","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Shared with Everyone","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone","TimeCreated":"2014-11-19T16:34:55Z","TimeLastModified":"2014-11-19T16:37:50Z","UniqueId":"83da2482-70d2-428b-80fd-9abcbc403386","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Folders"}},"Exists":true,"ItemCount":0,"Name":"Forms","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-18T22:05:40Z","UniqueId":"08531851-69bf-49fa-922f-e8b2a3abf2fc","WelcomePage":""}]}}
62726
+ Completed 200 OK in 1257ms (Views: 1.2ms | ActiveRecord: 0.7ms)
62727
+
62728
+
62729
+ Started GET "/skydrive/api/v1/files/?uri=https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl(%27/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone%27)" for 127.0.0.1 at 2014-12-02 15:33:18 -0700
62730
+ Processing by Skydrive::FilesController#index as */*
62731
+ Parameters: {"uri"=>"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')"}
62732
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = 'bcc89c57-630a-46ff-9d5d-eb9abeae17c9' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62733
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 14]]
62734
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 14]]
62735
+ [ZVXHJLXZ] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')
62736
+ [ZVXHJLXZ] SKYDRIVE REQUEST HEADERS:
62737
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ
62738
+ - application/json; odata=verbose
62739
+ [ZVXHJLXZ] SKYDRIVE RESPONSE HEADERS:
62740
+ - HTTP/1.1 200 OK
62741
+ - Cache-Control: private, max-age=0
62742
+ - Transfer-Encoding: chunked
62743
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62744
+ - Expires: Mon, 17 Nov 2014 22:33:18 GMT
62745
+ - Last-Modified: Tue, 02 Dec 2014 22:33:18 GMT
62746
+ - Server: Microsoft-IIS/7.5
62747
+ - X-SharePointHealthScore: 0
62748
+ - X-SP-SERVERSTATE: ReadOnly=0
62749
+ - DATASERVICEVERSION: 3.0
62750
+ - SPClientServiceRequestDuration: 43
62751
+ - X-AspNet-Version: 4.0.30319
62752
+ - SPRequestGuid: fbf4d19c-e0e1-1000-a3da-fb31b1d72799
62753
+ - request-id: fbf4d19c-e0e1-1000-a3da-fb31b1d72799
62754
+ - X-FRAME-OPTIONS: SAMEORIGIN
62755
+ - X-Powered-By: ASP.NET
62756
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62757
+ - X-Content-Type-Options: nosniff
62758
+ - X-MS-InvokeApp: 1; RequireReadOnly
62759
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62760
+ - Date: Tue, 02 Dec 2014 22:33:18 GMT
62761
+ -
62762
+
62763
+ [ZVXHJLXZ] SKYDRIVE RESPONSE BODY:
62764
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Shared with Everyone","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone","TimeCreated":"2014-11-19T16:34:55Z","TimeLastModified":"2014-11-19T16:37:50Z","UniqueId":"83da2482-70d2-428b-80fd-9abcbc403386","WelcomePage":""}}
62765
+ [EVFDWHWV] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files
62766
+ [EVFDWHWV] SKYDRIVE REQUEST HEADERS:
62767
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ
62768
+ - application/json; odata=verbose
62769
+ [EVFDWHWV] SKYDRIVE RESPONSE HEADERS:
62770
+ - HTTP/1.1 200 OK
62771
+ - Cache-Control: private, max-age=0
62772
+ - Transfer-Encoding: chunked
62773
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62774
+ - Expires: Mon, 17 Nov 2014 22:33:18 GMT
62775
+ - Last-Modified: Tue, 02 Dec 2014 22:33:18 GMT
62776
+ - Server: Microsoft-IIS/7.5
62777
+ - X-SharePointHealthScore: 0
62778
+ - X-SP-SERVERSTATE: ReadOnly=0
62779
+ - DATASERVICEVERSION: 3.0
62780
+ - SPClientServiceRequestDuration: 37
62781
+ - X-AspNet-Version: 4.0.30319
62782
+ - SPRequestGuid: fbf4d19c-30d9-1000-a3da-ff02c6af925a
62783
+ - request-id: fbf4d19c-30d9-1000-a3da-ff02c6af925a
62784
+ - X-FRAME-OPTIONS: SAMEORIGIN
62785
+ - X-Powered-By: ASP.NET
62786
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62787
+ - X-Content-Type-Options: nosniff
62788
+ - X-MS-InvokeApp: 1; RequireReadOnly
62789
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62790
+ - Date: Tue, 02 Dec 2014 22:33:17 GMT
62791
+ -
62792
+
62793
+ [EVFDWHWV] SKYDRIVE RESPONSE BODY:
62794
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 3.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{5609DC6B-46F3-4FE0-8598-14D78D4F119A},1,2","CustomizedPageStatus":0,"ETag":"\"{5609DC6B-46F3-4FE0-8598-14D78D4F119A},1\"","Exists":true,"Length":"63935","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"LTI 2 - Step 3.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 3.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"5609dc6b-46f3-4fe0-8598-14d78d4f119a"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 2.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{579E6E66-101A-4713-A93D-16E8F518E1F3},1,2","CustomizedPageStatus":0,"ETag":"\"{579E6E66-101A-4713-A93D-16E8F518E1F3},1\"","Exists":true,"Length":"24617","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"LTI 2 - Step 2.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 2.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"579e6e66-101a-4713-a93d-16e8f518e1f3"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 1.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{11CD32DD-AAAC-4F49-BBC5-1CF899EF23E2},1,2","CustomizedPageStatus":0,"ETag":"\"{11CD32DD-AAAC-4F49-BBC5-1CF899EF23E2},1\"","Exists":true,"Length":"33755","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"LTI 2 - Step 1.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 1.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"11cd32dd-aaac-4f49-bbc5-1cf899ef23e2"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Manual Entry.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{E3359F62-F3BB-4D15-8710-838AF4C1190E},1,2","CustomizedPageStatus":0,"ETag":"\"{E3359F62-F3BB-4D15-8710-838AF4C1190E},1\"","Exists":true,"Length":"51895","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"Manual Entry.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Manual Entry.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"e3359f62-f3bb-4d15-8710-838af4c1190e"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/By URL.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{A84C660F-C21A-4789-97C7-B09E3AE5BC94},1,2","CustomizedPageStatus":0,"ETag":"\"{A84C660F-C21A-4789-97C7-B09E3AE5BC94},1\"","Exists":true,"Length":"41637","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"By URL.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/By URL.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"a84c660f-c21a-4789-97c7-b09e3ae5bc94"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Paste XML.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{6DE1E233-412F-426A-83E4-E80CCECD5D27},1,2","CustomizedPageStatus":0,"ETag":"\"{6DE1E233-412F-426A-83E4-E80CCECD5D27},1\"","Exists":true,"Length":"43236","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"Paste XML.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Paste XML.png","TimeCreated":"2014-11-19T16:37:50Z","TimeLastModified":"2014-11-19T16:37:50Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"6de1e233-412f-426a-83e4-e80ccecd5d27"}]}}
62795
+ [OEYKJTMC] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders
62796
+ [OEYKJTMC] SKYDRIVE REQUEST HEADERS:
62797
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ
62798
+ - application/json; odata=verbose
62799
+ [OEYKJTMC] SKYDRIVE RESPONSE HEADERS:
62800
+ - HTTP/1.1 200 OK
62801
+ - Cache-Control: private, max-age=0
62802
+ - Transfer-Encoding: chunked
62803
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62804
+ - Expires: Mon, 17 Nov 2014 22:33:19 GMT
62805
+ - Last-Modified: Tue, 02 Dec 2014 22:33:19 GMT
62806
+ - Server: Microsoft-IIS/7.5
62807
+ - X-SharePointHealthScore: 0
62808
+ - X-SP-SERVERSTATE: ReadOnly=0
62809
+ - DATASERVICEVERSION: 3.0
62810
+ - SPClientServiceRequestDuration: 22
62811
+ - X-AspNet-Version: 4.0.30319
62812
+ - SPRequestGuid: fcf4d19c-200e-1000-a3da-f050d1cbc8d6
62813
+ - request-id: fcf4d19c-200e-1000-a3da-f050d1cbc8d6
62814
+ - X-FRAME-OPTIONS: SAMEORIGIN
62815
+ - X-Powered-By: ASP.NET
62816
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62817
+ - X-Content-Type-Options: nosniff
62818
+ - X-MS-InvokeApp: 1; RequireReadOnly
62819
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62820
+ - Date: Tue, 02 Dec 2014 22:33:19 GMT
62821
+ -
62822
+
62823
+ [OEYKJTMC] SKYDRIVE RESPONSE BODY:
62824
+ {"d":{"results":[]}}
62825
+ Completed 200 OK in 980ms (Views: 1.8ms | ActiveRecord: 0.3ms)
62826
+
62827
+
62828
+ Started GET "/skydrive/api/v1/files/?uri=https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl(%27/personal/ericb_instructureplatform_onmicrosoft_com/Documents%27)" for 127.0.0.1 at 2014-12-02 15:33:20 -0700
62829
+ Processing by Skydrive::FilesController#index as */*
62830
+ Parameters: {"uri"=>"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')"}
62831
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = 'bcc89c57-630a-46ff-9d5d-eb9abeae17c9' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62832
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 14]]
62833
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 14]]
62834
+ [EMDSDVUW] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')
62835
+ [EMDSDVUW] SKYDRIVE REQUEST HEADERS:
62836
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ
62837
+ - application/json; odata=verbose
62838
+ [EMDSDVUW] SKYDRIVE RESPONSE HEADERS:
62839
+ - HTTP/1.1 200 OK
62840
+ - Cache-Control: private, max-age=0
62841
+ - Transfer-Encoding: chunked
62842
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62843
+ - Expires: Mon, 17 Nov 2014 22:33:21 GMT
62844
+ - Last-Modified: Tue, 02 Dec 2014 22:33:21 GMT
62845
+ - Server: Microsoft-IIS/7.5
62846
+ - X-SharePointHealthScore: 0
62847
+ - X-SP-SERVERSTATE: ReadOnly=0
62848
+ - DATASERVICEVERSION: 3.0
62849
+ - SPClientServiceRequestDuration: 18
62850
+ - X-AspNet-Version: 4.0.30319
62851
+ - SPRequestGuid: fcf4d19c-c078-1000-a3da-ff3ea8ec2dfa
62852
+ - request-id: fcf4d19c-c078-1000-a3da-ff3ea8ec2dfa
62853
+ - X-FRAME-OPTIONS: SAMEORIGIN
62854
+ - X-Powered-By: ASP.NET
62855
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62856
+ - X-Content-Type-Options: nosniff
62857
+ - X-MS-InvokeApp: 1; RequireReadOnly
62858
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62859
+ - Date: Tue, 02 Dec 2014 22:33:20 GMT
62860
+ -
62861
+
62862
+ [EMDSDVUW] SKYDRIVE RESPONSE BODY:
62863
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Documents","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-19T16:36:51Z","UniqueId":"bfbf6722-aed4-442d-a212-6f832edaec7a","WelcomePage":""}}
62864
+ [ZGQCLRLR] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files
62865
+ [ZGQCLRLR] SKYDRIVE REQUEST HEADERS:
62866
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ
62867
+ - application/json; odata=verbose
62868
+ [ZGQCLRLR] SKYDRIVE RESPONSE HEADERS:
62869
+ - HTTP/1.1 200 OK
62870
+ - Cache-Control: private, max-age=0
62871
+ - Transfer-Encoding: chunked
62872
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62873
+ - Expires: Mon, 17 Nov 2014 22:33:21 GMT
62874
+ - Last-Modified: Tue, 02 Dec 2014 22:33:21 GMT
62875
+ - Server: Microsoft-IIS/7.5
62876
+ - X-SharePointHealthScore: 0
62877
+ - X-SP-SERVERSTATE: ReadOnly=0
62878
+ - DATASERVICEVERSION: 3.0
62879
+ - SPClientServiceRequestDuration: 36
62880
+ - X-AspNet-Version: 4.0.30319
62881
+ - SPRequestGuid: fcf4d19c-3087-1000-a3da-faa0a48f4857
62882
+ - request-id: fcf4d19c-3087-1000-a3da-faa0a48f4857
62883
+ - X-FRAME-OPTIONS: SAMEORIGIN
62884
+ - X-Powered-By: ASP.NET
62885
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62886
+ - X-Content-Type-Options: nosniff
62887
+ - X-MS-InvokeApp: 1; RequireReadOnly
62888
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62889
+ - Date: Tue, 02 Dec 2014 22:33:20 GMT
62890
+ -
62891
+
62892
+ [ZGQCLRLR] SKYDRIVE RESPONSE BODY:
62893
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{E9C42D82-0B9B-4B70-9575-65207356F092},1,1","CustomizedPageStatus":0,"ETag":"\"{E9C42D82-0B9B-4B70-9575-65207356F092},1\"","Exists":true,"Length":"1724","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","TimeCreated":"2014-11-19T16:36:51Z","TimeLastModified":"2014-11-19T16:36:51Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"e9c42d82-0b9b-4b70-9575-65207356f092"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1,2","CustomizedPageStatus":0,"ETag":"\"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1\"","Exists":true,"Length":"11324","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"cavneb-gmail-com_1_1_flickr-logo.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg","TimeCreated":"2014-11-19T16:35:23Z","TimeLastModified":"2014-11-19T16:35:23Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"2c377fcd-51ae-4aac-89e8-d8e0fea6ef71"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1,2","CustomizedPageStatus":0,"ETag":"\"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1\"","Exists":true,"Length":"34296","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"1505125_10152761955082564_5476862585517437071_n.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg","TimeCreated":"2014-11-19T16:35:29Z","TimeLastModified":"2014-11-19T16:35:29Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"03efd0a6-11eb-4e88-98a8-e910f5c88029"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{85E5336E-F84F-4E10-9D74-EF29149302A8},1,1","CustomizedPageStatus":0,"ETag":"\"{85E5336E-F84F-4E10-9D74-EF29149302A8},1\"","Exists":true,"Length":"80","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"app.js","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js","TimeCreated":"2014-11-19T16:36:27Z","TimeLastModified":"2014-11-19T16:36:27Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"85e5336e-f84f-4e10-9d74-ef29149302a8"}]}}
62894
+ [OYVPDZUC] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders
62895
+ [OYVPDZUC] SKYDRIVE REQUEST HEADERS:
62896
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NTg1LCJleHAiOjE0MTc2MDI3ODUsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.HwXKEu8SbFUON4P-2LwrFmLFoZ3Um1UsmdpQAWPywTtuJgdwJ_3dA098ePtyPchEaUvdCSefF4RgX35GKgxwuV5JYP_nsTOaBRcZzcojcZejCGbmGo1Gf9azXuBArszWaIHvz6tGrGAMitW9vU7G49ikba6oZ8VAAz-M_ct3gE52cGi66JWYrlFzZaO3Z3YdzN22t9lU7GXXhgbFyTMsEF00GxFPZsGznHdT40NtLjd7jFG166Q5EpkZqFKv-1ztfI2lLHcjKNeKBoeEkUrmzu1bCGwKD2OeMRXf4I43BsZyEpbzRfjzOunSPI-Q2t66lOM9q3qezGpVucJFe0iKvQ
62897
+ - application/json; odata=verbose
62898
+ [OYVPDZUC] SKYDRIVE RESPONSE HEADERS:
62899
+ - HTTP/1.1 200 OK
62900
+ - Cache-Control: private, max-age=0
62901
+ - Transfer-Encoding: chunked
62902
+ - Content-Type: application/json;odata=verbose;charset=utf-8
62903
+ - Expires: Mon, 17 Nov 2014 22:33:21 GMT
62904
+ - Last-Modified: Tue, 02 Dec 2014 22:33:21 GMT
62905
+ - Server: Microsoft-IIS/7.5
62906
+ - X-SharePointHealthScore: 0
62907
+ - X-SP-SERVERSTATE: ReadOnly=0
62908
+ - DATASERVICEVERSION: 3.0
62909
+ - SPClientServiceRequestDuration: 46
62910
+ - X-AspNet-Version: 4.0.30319
62911
+ - SPRequestGuid: fcf4d19c-c08c-1000-a3da-f736b1035ac5
62912
+ - request-id: fcf4d19c-c08c-1000-a3da-f736b1035ac5
62913
+ - X-FRAME-OPTIONS: SAMEORIGIN
62914
+ - X-Powered-By: ASP.NET
62915
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
62916
+ - X-Content-Type-Options: nosniff
62917
+ - X-MS-InvokeApp: 1; RequireReadOnly
62918
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
62919
+ - Date: Tue, 02 Dec 2014 22:33:20 GMT
62920
+ -
62921
+
62922
+ [OYVPDZUC] SKYDRIVE RESPONSE BODY:
62923
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Folders"}},"Exists":true,"ItemCount":1,"Name":"Stuff","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff","TimeCreated":"2014-11-19T16:35:51Z","TimeLastModified":"2014-11-19T16:35:59Z","UniqueId":"9209c389-d167-4757-9b7c-918a7b80c433","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Shared with Everyone","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone","TimeCreated":"2014-11-19T16:34:55Z","TimeLastModified":"2014-11-19T16:37:50Z","UniqueId":"83da2482-70d2-428b-80fd-9abcbc403386","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Folders"}},"Exists":true,"ItemCount":0,"Name":"Forms","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-18T22:05:40Z","UniqueId":"08531851-69bf-49fa-922f-e8b2a3abf2fc","WelcomePage":""}]}}
62924
+ Completed 200 OK in 904ms (Views: 1.1ms | ActiveRecord: 0.3ms)
62925
+
62926
+
62927
+ Started POST "/skydrive/launch" for 127.0.0.1 at 2014-12-02 15:34:04 -0700
62928
+ Processing by Skydrive::LaunchController#basic_launch as HTML
62929
+ Parameters: {"oauth_consumer_key"=>"key", "oauth_signature_method"=>"HMAC-SHA1", "oauth_timestamp"=>"1417559642", "oauth_nonce"=>"rpZrlYcW1Mnyxu36p80S4LaEwBK3SDvLEQl4I0TX4g", "oauth_version"=>"1.0", "context_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "context_label"=>"LTI", "context_title"=>"LTI Testing", "custom_canvas_api_domain"=>"karl.instructure.com", "custom_canvas_course_id"=>"1", "custom_canvas_enrollment_state"=>"active", "custom_canvas_user_id"=>"170000003832906", "custom_canvas_user_login_id"=>"ericb", "custom_sharepoint_client_domain"=>"instructureplatform", "ext_roles"=>"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User", "launch_presentation_document_target"=>"iframe", "launch_presentation_height"=>"600", "launch_presentation_locale"=>"en", "launch_presentation_return_url"=>"https://karl.instructure.com/external_content/success/external_tool_redirect", "launch_presentation_width"=>"700", "lis_course_offering_sourcedid"=>"1234", "lis_person_contact_email_primary"=>"ericb@instructure.com", "lis_person_name_family"=>"Berry", "lis_person_name_full"=>"Eric Berry", "lis_person_name_given"=>"Eric", "lti_message_type"=>"basic-lti-launch-request", "lti_version"=>"LTI-1p0", "oauth_callback"=>"about:blank", "resource_link_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "resource_link_title"=>"OneDrive Pro (localhost)", "roles"=>"Learner,urn:lti:instrole:ims/lis/Administrator", "tool_consumer_info_product_family_code"=>"canvas", "tool_consumer_info_version"=>"cloud", "tool_consumer_instance_contact_email"=>"notifications@instructure.com", "tool_consumer_instance_guid"=>"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com", "tool_consumer_instance_name"=>"Karl Lloyd Sandbox", "user_id"=>"6c04ace457f1c802ed7ddc76642b26e27003fe7a", "user_image"=>"https://canvas.instructure.com/images/messages/avatar-50.png", "oauth_signature"=>"Fzn8BFGJD6Dgksp4hJjchx5apqU="}
62930
+ Skydrive::Account Load (0.1ms) SELECT "skydrive_accounts".* FROM "skydrive_accounts" WHERE "skydrive_accounts"."key" = 'key' ORDER BY "skydrive_accounts"."id" ASC LIMIT 1
62931
+ Skydrive::User Load (1.6ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."account_id" = ? AND "skydrive_users"."username" = '6c04ace457f1c802ed7ddc76642b26e27003fe7a' ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["account_id", 1]]
62932
+  (0.1ms) begin transaction
62933
+ SQL (1.2ms) INSERT INTO "skydrive_users" ("account_id", "created_at", "email", "lti_user_id", "name", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["created_at", Tue, 02 Dec 2014 22:34:04 UTC +00:00], ["email", "ericb@instructure.com"], ["lti_user_id", "6c04ace457f1c802ed7ddc76642b26e27003fe7a"], ["name", "Eric Berry"], ["updated_at", Tue, 02 Dec 2014 22:34:04 UTC +00:00], ["username", "6c04ace457f1c802ed7ddc76642b26e27003fe7a"]]
62934
+  (2.5ms) commit transaction
62935
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
62936
+  (0.1ms) begin transaction
62937
+ Skydrive::Token Exists (0.1ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" IS NULL LIMIT 1
62938
+ SQL (0.3ms) INSERT INTO "skydrive_tokens" ("client_domain") VALUES (?) [["client_domain", "instructureplatform-my.sharepoint.com"]]
62939
+  (0.8ms) commit transaction
62940
+  (0.0ms) begin transaction
62941
+ Skydrive::Token Exists (0.1ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 15 AND "skydrive_tokens"."id" != 44) LIMIT 1
62942
+ SQL (0.2ms) UPDATE "skydrive_tokens" SET "user_id" = ? WHERE "skydrive_tokens"."id" = 44 [["user_id", 15]]
62943
+  (0.7ms) commit transaction
62944
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."user_id" = ? AND (expired_at < '2014-12-02 22:34:04.898236') [["user_id", 15]]
62945
+  (0.1ms) begin transaction
62946
+ SQL (0.5ms) INSERT INTO "skydrive_api_keys" ("created_at", "expired_at", "init_params", "oauth_code", "scope", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 02 Dec 2014 22:34:04 UTC +00:00], ["expired_at", Tue, 02 Dec 2014 23:34:04 UTC +00:00], ["init_params", "{\"oauth_consumer_key\":\"key\",\"oauth_signature_method\":\"HMAC-SHA1\",\"oauth_timestamp\":\"1417559642\",\"oauth_nonce\":\"rpZrlYcW1Mnyxu36p80S4LaEwBK3SDvLEQl4I0TX4g\",\"oauth_version\":\"1.0\",\"context_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"context_label\":\"LTI\",\"context_title\":\"LTI Testing\",\"custom_canvas_api_domain\":\"karl.instructure.com\",\"custom_canvas_course_id\":\"1\",\"custom_canvas_enrollment_state\":\"active\",\"custom_canvas_user_id\":\"170000003832906\",\"custom_canvas_user_login_id\":\"ericb\",\"custom_sharepoint_client_domain\":\"instructureplatform\",\"ext_roles\":\"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User\",\"launch_presentation_document_target\":\"iframe\",\"launch_presentation_height\":\"600\",\"launch_presentation_locale\":\"en\",\"launch_presentation_return_url\":\"https://karl.instructure.com/external_content/success/external_tool_redirect\",\"launch_presentation_width\":\"700\",\"lis_course_offering_sourcedid\":\"1234\",\"lis_person_contact_email_primary\":\"ericb@instructure.com\",\"lis_person_name_family\":\"Berry\",\"lis_person_name_full\":\"Eric Berry\",\"lis_person_name_given\":\"Eric\",\"lti_message_type\":\"basic-lti-launch-request\",\"lti_version\":\"LTI-1p0\",\"oauth_callback\":\"about:blank\",\"resource_link_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"resource_link_title\":\"OneDrive Pro (localhost)\",\"roles\":\"Learner,urn:lti:instrole:ims/lis/Administrator\",\"tool_consumer_info_product_family_code\":\"canvas\",\"tool_consumer_info_version\":\"cloud\",\"tool_consumer_instance_contact_email\":\"notifications@instructure.com\",\"tool_consumer_instance_guid\":\"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com\",\"tool_consumer_instance_name\":\"Karl Lloyd Sandbox\",\"user_id\":\"6c04ace457f1c802ed7ddc76642b26e27003fe7a\",\"user_image\":\"https://canvas.instructure.com/images/messages/avatar-50.png\",\"oauth_signature\":\"Fzn8BFGJD6Dgksp4hJjchx5apqU=\",\"action\":\"basic_launch\",\"controller\":\"skydrive/launch\"}"], ["oauth_code", "ce38203d-7d13-46e6-83ee-f1c54d4f24b3"], ["scope", "session"], ["user_id", 15]]
62947
+  (0.8ms) commit transaction
62948
+ Redirected to https://localhost:3001/skydrive/launch/ce38203d-7d13-46e6-83ee-f1c54d4f24b3
62949
+ Completed 302 Found in 86ms (ActiveRecord: 11.9ms)
62950
+
62951
+
62952
+ Started GET "/skydrive/launch/ce38203d-7d13-46e6-83ee-f1c54d4f24b3" for 127.0.0.1 at 2014-12-02 15:34:04 -0700
62953
+ Processing by Skydrive::EmberController#index as HTML
62954
+ Parameters: {"path"=>"launch/ce38203d-7d13-46e6-83ee-f1c54d4f24b3"}
62955
+ Rendered /Users/ericb/Projects/Instructure/lti_skydrive_engine/app/views/skydrive/ember/index.html.erb within layouts/skydrive/application (16.4ms)
62956
+ Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms)
62957
+
62958
+
62959
+ Started GET "/assets/skydrive/bundle.js?body=1" for 127.0.0.1 at 2014-12-02 15:34:04 -0700
62960
+
62961
+
62962
+ Started GET "/assets/skydrive/application.js?body=1" for 127.0.0.1 at 2014-12-02 15:34:05 -0700
62963
+
62964
+
62965
+ Started POST "/skydrive/oauth2/token" for 127.0.0.1 at 2014-12-02 15:34:05 -0700
62966
+ Processing by Skydrive::ApiKeysController#oauth2_token as HTML
62967
+ Parameters: {"code"=>"ce38203d-7d13-46e6-83ee-f1c54d4f24b3", "api_key"=>{}}
62968
+ Skydrive::ApiKey Load (0.3ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE (expired_at >= '2014-12-02 22:34:05.558783') AND "skydrive_api_keys"."oauth_code" = 'ce38203d-7d13-46e6-83ee-f1c54d4f24b3' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62969
+  (0.0ms) begin transaction
62970
+ SQL (0.4ms) UPDATE "skydrive_api_keys" SET "access_token" = ?, "oauth_code" = ? WHERE "skydrive_api_keys"."id" = 377 [["access_token", "07432cd5-09d4-4c7c-ae59-c7dfe992b563"], ["oauth_code", nil]]
62971
+  (2.2ms) commit transaction
62972
+ Completed 201 Created in 6ms (Views: 0.6ms | ActiveRecord: 2.9ms)
62973
+
62974
+
62975
+ Started GET "/assets/skydrive/application.js?body=1" for 127.0.0.1 at 2014-12-02 15:34:05 -0700
62976
+
62977
+
62978
+ Started GET "/skydrive/api/v1/users/self" for 127.0.0.1 at 2014-12-02 15:34:05 -0700
62979
+ Processing by Skydrive::UsersController#show as HTML
62980
+ Parameters: {"id"=>"self"}
62981
+ Skydrive::ApiKey Load (0.3ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '07432cd5-09d4-4c7c-ae59-c7dfe992b563' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62982
+ Skydrive::User Load (0.2ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
62983
+ Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)
62984
+
62985
+
62986
+ Started GET "/skydrive/api/v1/skydrive_authorized" for 127.0.0.1 at 2014-12-02 15:34:05 -0700
62987
+ Processing by Skydrive::LaunchController#skydrive_authorized as HTML
62988
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '07432cd5-09d4-4c7c-ae59-c7dfe992b563' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
62989
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
62990
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
62991
+  (0.0ms) begin transaction
62992
+ SQL (0.5ms) INSERT INTO "skydrive_api_keys" ("created_at", "expired_at", "oauth_code", "scope", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 02 Dec 2014 22:34:05 UTC +00:00], ["expired_at", Tue, 02 Dec 2014 23:04:05 UTC +00:00], ["oauth_code", "404c0c64-1b79-47be-8013-ea5ae20bb4f3"], ["scope", "skydrive_oauth"], ["user_id", 15]]
62993
+  (0.7ms) commit transaction
62994
+ Skydrive::Account Load (0.2ms) SELECT "skydrive_accounts".* FROM "skydrive_accounts" WHERE "skydrive_accounts"."id" = ? ORDER BY "skydrive_accounts"."id" ASC LIMIT 1 [["id", 1]]
62995
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 14]]
62996
+ Rendered text template (0.0ms)
62997
+ Completed 401 Unauthorized in 51ms (Views: 1.2ms | ActiveRecord: 1.9ms)
62998
+
62999
+
63000
+ Started GET "/skydrive/microsoft_oauth?code=IAAAAEJRe0LIwuqdEzdaULbdGgC4SnaZfeSGCNeCtl7Ms33xZ3M%2DOIGprejAaovFO3yNDwTdS%2DfxeOKMVj5m9qKlMcDcFZWQjm5X0cfxk31lcuWwU9T2oPJv74iH2eFWwk7ZgG8WP93ddqOVYCoZotp6Y4Xp%5F4EJALyFbGIGmsPiW7QknSidh44Tv7QdD6aa7VZJD0X2eBfQYMHTcQklb145x1jUw32cK6nWjo79upZ%5FbY0gXUau8%5F4FOZ7DIb3PkX315Yf%2DAkPH%5FRY9l9i906EJ8rXehurMBPK8czdqGluS7fPjDJ9cWny2%5F4d%5Fsh6x8zi6ktIyzBUwytgXWu9Tq1VumlGm3cg5LUb4MgxvCzhRIq37fHiVxtkOExI2jdYG0AXTrA&state=404c0c64%2D1b79%2D47be%2D8013%2Dea5ae20bb4f3" for 127.0.0.1 at 2014-12-02 15:34:15 -0700
63001
+ Processing by Skydrive::LaunchController#microsoft_oauth as HTML
63002
+ Parameters: {"code"=>"IAAAAEJRe0LIwuqdEzdaULbdGgC4SnaZfeSGCNeCtl7Ms33xZ3M-OIGprejAaovFO3yNDwTdS-fxeOKMVj5m9qKlMcDcFZWQjm5X0cfxk31lcuWwU9T2oPJv74iH2eFWwk7ZgG8WP93ddqOVYCoZotp6Y4Xp_4EJALyFbGIGmsPiW7QknSidh44Tv7QdD6aa7VZJD0X2eBfQYMHTcQklb145x1jUw32cK6nWjo79upZ_bY0gXUau8_4FOZ7DIb3PkX315Yf-AkPH_RY9l9i906EJ8rXehurMBPK8czdqGluS7fPjDJ9cWny2_4d_sh6x8zi6ktIyzBUwytgXWu9Tq1VumlGm3cg5LUb4MgxvCzhRIq37fHiVxtkOExI2jdYG0AXTrA", "state"=>"404c0c64-1b79-47be-8013-ea5ae20bb4f3"}
63003
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE (expired_at >= '2014-12-02 22:34:15.797773') AND "skydrive_api_keys"."oauth_code" = '404c0c64-1b79-47be-8013-ea5ae20bb4f3' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63004
+  (0.0ms) begin transaction
63005
+ SQL (0.3ms) UPDATE "skydrive_api_keys" SET "access_token" = ?, "oauth_code" = ? WHERE "skydrive_api_keys"."id" = 378 [["access_token", "e7131cf9-b8e0-4f8f-a8a2-adb85a4ecb9d"], ["oauth_code", nil]]
63006
+  (2.5ms) commit transaction
63007
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63008
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63009
+ RestClient.get "https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/", "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Authorization"=>"Bearer"
63010
+ # => 401 Unauthorized | application/xml 323 bytes
63011
+ [QWSTEURL] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/
63012
+ [QWSTEURL] SKYDRIVE REQUEST PAYLOAD:
63013
+ [QWSTEURL] SKYDRIVE REQUEST HEADERS:
63014
+ - Bearer
63015
+ [QWSTEURL] SKYDRIVE RESPONSE CODE: 401
63016
+ [QWSTEURL] SKYDRIVE RESPONSE BODY:
63017
+ <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>-2147024891, System.UnauthorizedAccessException</m:code><m:message xml:lang="en-US">Access denied. You do not have permission to perform this action or access this resource.</m:message></m:error>
63018
+ RestClient.post "https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2", 821 byte(s) length, "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Content-Length"=>"821", "Content-Type"=>"application/x-www-form-urlencoded"
63019
+ # => 200 OK | application/json 1547 bytes
63020
+ [ZJGCWETQ] SKYDRIVE REQUEST: https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2
63021
+ [ZJGCWETQ] SKYDRIVE REQUEST PAYLOAD:
63022
+ [ZJGCWETQ] SKYDRIVE REQUEST HEADERS:
63023
+ -
63024
+ [ZJGCWETQ] SKYDRIVE RESPONSE CODE: 200
63025
+ [ZJGCWETQ] SKYDRIVE RESPONSE BODY:
63026
+ {"token_type":"Bearer","access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NjU2LCJleHAiOjE0MTc2MDI4NTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.L_quEHChU6LJZfN03wtY1yB_JAQroefyCkBmmOwWEb_EDz1DPRfw9F87qDqQrDZkzQKJD1A0p7nogDZKL__reVvBQsewY1U1JUpiQnb-n7QTv7gXcg_sool7rhenQfBawwJ9_voo_mHdsbrk9_422QrnBFzPLIDAD0ZKmdqS5xbEqhqj45KRVec7gDytTGZTtI2ezoKLatyRe6DnnKKYRAvHEDOGiv8meDflJCZ8Ng0KM_jOmTIFYzQQyiOS8YQxS78RGzFKCh8P27O_zb7lGwB2ryqMqmd9mFe1MmHCH1G6dqAvO4EcyYyv3Ziz2h7HojWpM8vxc2DxW2ERVA_TwA","expires_in":"43199","refresh_token":"IAAAAMcURcD30trBIuQdtVXNMefnP0C34uChwpVPKBL9iCXARywZMvu5fd_X52OBcayDDd818d-j_oYmbi8uxKlitFsHdI8FWYsVjqigFxg0jaEvg4TQUSKrXtCF3B-4B8DeGkdN_Dw_lNAxCyq4ZsBE3Zk2iV_WaTRTzqyzycVKg4zCVggt-9q2KBvZIi32o8kPL-Lm7Rsy5M_OG7XdZnuqnULuLWxGq2P72VsxFltwotrhKxdsEM4fFq7k5IVD8D4wNbF9u03qhVtCE997Nm_KM1Analc2Spph2DapwSJgHh0oxGkF5H8xxQ3RaMzoT0ZPag","not_before":"1417559656","expires_on":"1417602856","resource":"00000003-0000-0ff1-ce00-000000000000/instructureplatform-my.sharepoint.com@b2886a00-7c28-4880-9ef5-eeeb09ca10c7"}
63027
+ [RYHHIPEE] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/_api/SP.UserProfiles.PeopleManager/GetMyProperties
63028
+ [RYHHIPEE] SKYDRIVE REQUEST HEADERS:
63029
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NjU2LCJleHAiOjE0MTc2MDI4NTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.L_quEHChU6LJZfN03wtY1yB_JAQroefyCkBmmOwWEb_EDz1DPRfw9F87qDqQrDZkzQKJD1A0p7nogDZKL__reVvBQsewY1U1JUpiQnb-n7QTv7gXcg_sool7rhenQfBawwJ9_voo_mHdsbrk9_422QrnBFzPLIDAD0ZKmdqS5xbEqhqj45KRVec7gDytTGZTtI2ezoKLatyRe6DnnKKYRAvHEDOGiv8meDflJCZ8Ng0KM_jOmTIFYzQQyiOS8YQxS78RGzFKCh8P27O_zb7lGwB2ryqMqmd9mFe1MmHCH1G6dqAvO4EcyYyv3Ziz2h7HojWpM8vxc2DxW2ERVA_TwA
63030
+ - application/json; odata=verbose
63031
+ [RYHHIPEE] SKYDRIVE RESPONSE HEADERS:
63032
+ - HTTP/1.1 200 OK
63033
+ - Cache-Control: private, max-age=0
63034
+ - Transfer-Encoding: chunked
63035
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63036
+ - Expires: Mon, 17 Nov 2014 22:34:16 GMT
63037
+ - Last-Modified: Tue, 02 Dec 2014 22:34:16 GMT
63038
+ - Server: Microsoft-IIS/7.5
63039
+ - X-SharePointHealthScore: 0
63040
+ - X-SP-SERVERSTATE: ReadOnly=0
63041
+ - DATASERVICEVERSION: 3.0
63042
+ - SPClientServiceRequestDuration: 144
63043
+ - X-AspNet-Version: 4.0.30319
63044
+ - SPRequestGuid: 0af5d19c-1006-1000-a3da-fedea31a992f
63045
+ - request-id: 0af5d19c-1006-1000-a3da-fedea31a992f
63046
+ - X-FRAME-OPTIONS: SAMEORIGIN
63047
+ - X-Powered-By: ASP.NET
63048
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63049
+ - X-Content-Type-Options: nosniff
63050
+ - X-MS-InvokeApp: 1; RequireReadOnly
63051
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63052
+ - Date: Tue, 02 Dec 2014 22:34:15 GMT
63053
+ -
63054
+
63055
+ [RYHHIPEE] SKYDRIVE RESPONSE BODY:
63056
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/_api/SP.UserProfiles.PeopleManager/GetMyProperties","uri":"https://instructureplatform-my.sharepoint.com/_api/SP.UserProfiles.PeopleManager/GetMyProperties","type":"SP.UserProfiles.PersonProperties"},"AccountName":"i:0#.f|membership|ericb@instructureplatform.onmicrosoft.com","DirectReports":{"__metadata":{"type":"Collection(Edm.String)"},"results":[]},"DisplayName":"Eric Berry","Email":null,"ExtendedManagers":{"__metadata":{"type":"Collection(Edm.String)"},"results":[]},"ExtendedReports":{"__metadata":{"type":"Collection(Edm.String)"},"results":["i:0#.f|membership|ericb@instructureplatform.onmicrosoft.com"]},"IsFollowed":false,"LatestPost":null,"Peers":{"__metadata":{"type":"Collection(Edm.String)"},"results":[]},"PersonalUrl":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/","PictureUrl":null,"Title":null,"UserProfileProperties":{"results":[{"__metadata":{"type":"SP.KeyValue"},"Key":"UserProfile_GUID","Value":"2a37ec7c-f84a-46db-8fe0-54a6e0753d9a","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SID","Value":"i:0h.f|membership|10033fff8c2c3d20@live.com","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"ADGuid","Value":"System.Byte[]","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"AccountName","Value":"i:0#.f|membership|ericb@instructureplatform.onmicrosoft.com","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"FirstName","Value":"Eric","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PhoneticFirstName","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"LastName","Value":"Berry","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PhoneticLastName","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"PreferredName","Value":"Eric Berry","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PhoneticDisplayName","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"WorkPhone","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Department","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Title","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Department","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Manager","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"AboutMe","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"PersonalSpace","Value":"/personal/ericb_instructureplatform_onmicrosoft_com/","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"PictureURL","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"UserName","Value":"ericb@instructureplatform.onmicrosoft.com","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"QuickLinks","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"WebSite","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"PublicSiteRedirect","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-JobTitle","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-DataSource","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-MemberOf","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Dotted-line","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Peers","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Responsibility","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-SipAddress","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-MySiteUpgrade","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-DontSuggestList","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ProxyAddresses","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-HireDate","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-DisplayOrder","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ClaimID","Value":"ericb@instructureplatform.onmicrosoft.com","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ClaimProviderID","Value":"membership","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-LastColleagueAdded","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-OWAUrl","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ResourceSID","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ResourceAccountName","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-MasterAccountName","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-UserPrincipalName","Value":"ericb@instructureplatform.onmicrosoft.com","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-O15FirstRunExperience","Value":"1310751","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteInstantiationState","Value":"2","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-DistinguishedName","Value":"CN=78ec7a4c-04e3-48bd-9929-5a333ea754f9,OU=b2886a00-7c28-4880-9ef5-eeeb09ca10c7,OU=Tenants,OU=MSOnline,DC=spods14311060,DC=msoprd,DC=msft,DC=net","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-SourceObjectDN","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-LastKeywordAdded","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ClaimProviderType","Value":"Forms","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-SavedAccountName","Value":"SPODS14311060\\$M3TI50-VM7EDM5JQFE1","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-SavedSID","Value":"System.Byte[]","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ObjectExists","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteCapabilities","Value":"12","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteFirstCreationTime","Value":"11/19/2014 4:35:02 PM","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteLastCreationTime","Value":"11/19/2014 4:35:02 PM","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteNumberOfRetries","Value":"1","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PersonalSiteFirstCreationError","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-FeedIdentifier","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"WorkEmail","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"CellPhone","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Fax","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"HomePhone","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Office","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Location","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"Assistant","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PastProjects","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Skills","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-School","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Birthday","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-StatusNotes","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Interests","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-HashTags","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-EmailOptin","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PrivacyPeople","Value":"True","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PrivacyActivity","Value":"4095","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PictureTimestamp","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PicturePlaceholderState","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-PictureExchangeSyncState","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-MUILanguages","Value":"en-US","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ContentLanguages","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-TimeZone","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-RegionalSettings-FollowWeb","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Locale","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-CalendarType","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-AltCalendarType","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-AdjustHijriDays","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-ShowWeeks","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-WorkDays","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-WorkDayStartHour","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-WorkDayEndHour","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-Time24","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-FirstDayOfWeek","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-FirstWeekOfYear","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-RegionalSettings-Initialized","Value":"True","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"OfficeGraphEnabled","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-UserType","Value":"0","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-HideFromAddressLists","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"SPS-RecipientTypeDetails","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"DelveFlags","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"VideoUserPopup","Value":"","ValueType":"Edm.String"},{"__metadata":{"type":"SP.KeyValue"},"Key":"msOnline-ObjectId","Value":"","ValueType":"Edm.String"}]},"UserUrl":"https://instructureplatform-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7Cericb%40instructureplatform%2Eonmicrosoft%2Ecom"}}
63057
+  (0.1ms) begin transaction
63058
+ Skydrive::Token Exists (0.2ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 15 AND "skydrive_tokens"."id" != 44) LIMIT 1
63059
+ SQL (0.4ms) UPDATE "skydrive_tokens" SET "token_type" = ?, "access_token" = ?, "expires_in" = ?, "refresh_token" = ?, "not_before" = ?, "expires_on" = ?, "resource" = ?, "personal_url" = ? WHERE "skydrive_tokens"."id" = 44 [["token_type", "admin"], ["access_token", "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NjU2LCJleHAiOjE0MTc2MDI4NTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.L_quEHChU6LJZfN03wtY1yB_JAQroefyCkBmmOwWEb_EDz1DPRfw9F87qDqQrDZkzQKJD1A0p7nogDZKL__reVvBQsewY1U1JUpiQnb-n7QTv7gXcg_sool7rhenQfBawwJ9_voo_mHdsbrk9_422QrnBFzPLIDAD0ZKmdqS5xbEqhqj45KRVec7gDytTGZTtI2ezoKLatyRe6DnnKKYRAvHEDOGiv8meDflJCZ8Ng0KM_jOmTIFYzQQyiOS8YQxS78RGzFKCh8P27O_zb7lGwB2ryqMqmd9mFe1MmHCH1G6dqAvO4EcyYyv3Ziz2h7HojWpM8vxc2DxW2ERVA_TwA"], ["expires_in", 43199], ["refresh_token", "IAAAAMcURcD30trBIuQdtVXNMefnP0C34uChwpVPKBL9iCXARywZMvu5fd_X52OBcayDDd818d-j_oYmbi8uxKlitFsHdI8FWYsVjqigFxg0jaEvg4TQUSKrXtCF3B-4B8DeGkdN_Dw_lNAxCyq4ZsBE3Zk2iV_WaTRTzqyzycVKg4zCVggt-9q2KBvZIi32o8kPL-Lm7Rsy5M_OG7XdZnuqnULuLWxGq2P72VsxFltwotrhKxdsEM4fFq7k5IVD8D4wNbF9u03qhVtCE997Nm_KM1Analc2Spph2DapwSJgHh0oxGkF5H8xxQ3RaMzoT0ZPag"], ["not_before", Tue, 02 Dec 2014 22:34:16 UTC +00:00], ["expires_on", Wed, 03 Dec 2014 10:34:16 UTC +00:00], ["resource", "00000003-0000-0ff1-ce00-000000000000/instructureplatform-my.sharepoint.com@b2886a00-7c28-4880-9ef5-eeeb09ca10c7"], ["personal_url", "https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/"]]
63060
+  (0.8ms) commit transaction
63061
+ Skydrive::Account Load (0.1ms) SELECT "skydrive_accounts".* FROM "skydrive_accounts" WHERE "skydrive_accounts"."id" = ? ORDER BY "skydrive_accounts"."id" ASC LIMIT 1 [["id", 1]]
63062
+  (0.0ms) begin transaction
63063
+ Skydrive::Account Exists (0.1ms) SELECT 1 AS one FROM "skydrive_accounts" WHERE ("skydrive_accounts"."key" = 'key' AND "skydrive_accounts"."id" != 1) LIMIT 1
63064
+ SQL (0.3ms) UPDATE "skydrive_accounts" SET "admin_id" = ? WHERE "skydrive_accounts"."id" = 1 [["admin_id", 15]]
63065
+  (0.7ms) commit transaction
63066
+ Redirected to https://localhost:3001/skydrive/oauth/callback
63067
+ Completed 302 Found in 1052ms (ActiveRecord: 6.0ms)
63068
+
63069
+
63070
+ Started GET "/skydrive/oauth/callback" for 127.0.0.1 at 2014-12-02 15:34:16 -0700
63071
+ Processing by Skydrive::EmberController#index as HTML
63072
+ Parameters: {"path"=>"oauth/callback"}
63073
+ Rendered /Users/ericb/Projects/Instructure/lti_skydrive_engine/app/views/skydrive/ember/index.html.erb within layouts/skydrive/application (0.5ms)
63074
+ Completed 200 OK in 2ms (Views: 2.4ms | ActiveRecord: 0.0ms)
63075
+
63076
+
63077
+ Started GET "/assets/skydrive/bundle.js?body=1" for 127.0.0.1 at 2014-12-02 15:34:16 -0700
63078
+
63079
+
63080
+ Started GET "/skydrive/api/v1/files/?uri=root" for 127.0.0.1 at 2014-12-02 15:34:17 -0700
63081
+ Processing by Skydrive::FilesController#index as */*
63082
+ Parameters: {"uri"=>"root"}
63083
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '07432cd5-09d4-4c7c-ae59-c7dfe992b563' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63084
+ Skydrive::User Load (0.3ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63085
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63086
+ [BPNNUPKO] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/web/lists/Documents/
63087
+ [BPNNUPKO] SKYDRIVE REQUEST HEADERS:
63088
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NjU2LCJleHAiOjE0MTc2MDI4NTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.L_quEHChU6LJZfN03wtY1yB_JAQroefyCkBmmOwWEb_EDz1DPRfw9F87qDqQrDZkzQKJD1A0p7nogDZKL__reVvBQsewY1U1JUpiQnb-n7QTv7gXcg_sool7rhenQfBawwJ9_voo_mHdsbrk9_422QrnBFzPLIDAD0ZKmdqS5xbEqhqj45KRVec7gDytTGZTtI2ezoKLatyRe6DnnKKYRAvHEDOGiv8meDflJCZ8Ng0KM_jOmTIFYzQQyiOS8YQxS78RGzFKCh8P27O_zb7lGwB2ryqMqmd9mFe1MmHCH1G6dqAvO4EcyYyv3Ziz2h7HojWpM8vxc2DxW2ERVA_TwA
63089
+ - application/json; odata=verbose
63090
+ [BPNNUPKO] SKYDRIVE RESPONSE HEADERS:
63091
+ - HTTP/1.1 200 OK
63092
+ - Cache-Control: private, max-age=0
63093
+ - Transfer-Encoding: chunked
63094
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63095
+ - Expires: Mon, 17 Nov 2014 22:34:17 GMT
63096
+ - Last-Modified: Tue, 02 Dec 2014 22:34:17 GMT
63097
+ - ETag: "2"
63098
+ - Server: Microsoft-IIS/7.5
63099
+ - X-SharePointHealthScore: 0
63100
+ - X-SP-SERVERSTATE: ReadOnly=0
63101
+ - DATASERVICEVERSION: 3.0
63102
+ - SPClientServiceRequestDuration: 50
63103
+ - X-AspNet-Version: 4.0.30319
63104
+ - SPRequestGuid: 0af5d19c-804f-1000-a3da-f9c4c19f11fb
63105
+ - request-id: 0af5d19c-804f-1000-a3da-f9c4c19f11fb
63106
+ - X-FRAME-OPTIONS: SAMEORIGIN
63107
+ - X-Powered-By: ASP.NET
63108
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63109
+ - X-Content-Type-Options: nosniff
63110
+ - X-MS-InvokeApp: 1; RequireReadOnly
63111
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63112
+ - Date: Tue, 02 Dec 2014 22:34:17 GMT
63113
+ -
63114
+
63115
+ [BPNNUPKO] SKYDRIVE RESPONSE BODY:
63116
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","etag":"\"2\"","type":"SP.List"},"FirstUniqueAncestorSecurableObject":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/FirstUniqueAncestorSecurableObject"}},"RoleAssignments":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RoleAssignments"}},"ContentTypes":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ContentTypes"}},"CreatablesInfo":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/CreatablesInfo"}},"DefaultView":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DefaultView"}},"DescriptionResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DescriptionResource"}},"EventReceivers":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/EventReceivers"}},"Fields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Fields"}},"Forms":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Forms"}},"InformationRightsManagementSettings":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/InformationRightsManagementSettings"}},"Items":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Items"}},"ParentWeb":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ParentWeb"}},"RootFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder"}},"TitleResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/TitleResource"}},"UserCustomActions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/UserCustomActions"}},"Views":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Views"}},"WorkflowAssociations":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/WorkflowAssociations"}},"AllowContentTypes":true,"BaseTemplate":700,"BaseType":1,"ContentTypesEnabled":false,"CrawlNonDefaultViews":false,"Created":"2014-11-18T22:05:40Z","DefaultContentApprovalWorkflowId":"00000000-0000-0000-0000-000000000000","Description":"","Direction":"none","DocumentTemplateUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms/template.dotx","DraftVersionVisibility":0,"EnableAttachments":false,"EnableFolderCreation":true,"EnableMinorVersions":false,"EnableModeration":false,"EnableVersioning":true,"EntityTypeName":"Documents","ForceCheckout":false,"HasExternalDataSource":false,"Hidden":false,"Id":"e9615701-62f7-4d95-8475-9ea66bf1a1cc","ImageUrl":"/_layouts/15/images/itdl.png?rev=38","IrmEnabled":false,"IrmExpire":false,"IrmReject":false,"IsApplicationList":false,"IsCatalog":false,"IsPrivate":false,"ItemCount":13,"LastItemDeletedDate":"2014-11-18T22:05:40Z","LastItemModifiedDate":"2014-11-19T16:37:50Z","ListItemEntityTypeFullName":"SP.Data.DocumentsItem","MajorVersionLimit":0,"MajorWithMinorVersionsLimit":0,"MultipleDataList":false,"NoCrawl":false,"ParentWebUrl":"/personal/ericb_instructureplatform_onmicrosoft_com","ParserDisabled":false,"ServerTemplateCanCreateFolders":true,"TemplateFeatureId":"e9c0ff81-d821-4771-8b4c-246aa7e5e9eb","Title":"Documents"}}
63117
+ [YTNIEOEL] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder
63118
+ [YTNIEOEL] SKYDRIVE REQUEST HEADERS:
63119
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NjU2LCJleHAiOjE0MTc2MDI4NTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.L_quEHChU6LJZfN03wtY1yB_JAQroefyCkBmmOwWEb_EDz1DPRfw9F87qDqQrDZkzQKJD1A0p7nogDZKL__reVvBQsewY1U1JUpiQnb-n7QTv7gXcg_sool7rhenQfBawwJ9_voo_mHdsbrk9_422QrnBFzPLIDAD0ZKmdqS5xbEqhqj45KRVec7gDytTGZTtI2ezoKLatyRe6DnnKKYRAvHEDOGiv8meDflJCZ8Ng0KM_jOmTIFYzQQyiOS8YQxS78RGzFKCh8P27O_zb7lGwB2ryqMqmd9mFe1MmHCH1G6dqAvO4EcyYyv3Ziz2h7HojWpM8vxc2DxW2ERVA_TwA
63120
+ - application/json; odata=verbose
63121
+ [YTNIEOEL] SKYDRIVE RESPONSE HEADERS:
63122
+ - HTTP/1.1 200 OK
63123
+ - Cache-Control: private, max-age=0
63124
+ - Transfer-Encoding: chunked
63125
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63126
+ - Expires: Mon, 17 Nov 2014 22:34:18 GMT
63127
+ - Last-Modified: Tue, 02 Dec 2014 22:34:18 GMT
63128
+ - Server: Microsoft-IIS/7.5
63129
+ - X-SharePointHealthScore: 0
63130
+ - X-SP-SERVERSTATE: ReadOnly=0
63131
+ - DATASERVICEVERSION: 3.0
63132
+ - SPClientServiceRequestDuration: 36
63133
+ - X-AspNet-Version: 4.0.30319
63134
+ - SPRequestGuid: 0af5d19c-506e-1000-a3da-f60a13eb9e23
63135
+ - request-id: 0af5d19c-506e-1000-a3da-f60a13eb9e23
63136
+ - X-FRAME-OPTIONS: SAMEORIGIN
63137
+ - X-Powered-By: ASP.NET
63138
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63139
+ - X-Content-Type-Options: nosniff
63140
+ - X-MS-InvokeApp: 1; RequireReadOnly
63141
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63142
+ - Date: Tue, 02 Dec 2014 22:34:18 GMT
63143
+ -
63144
+
63145
+ [YTNIEOEL] SKYDRIVE RESPONSE BODY:
63146
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Documents","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-19T16:36:51Z","UniqueId":"bfbf6722-aed4-442d-a212-6f832edaec7a","WelcomePage":""}}
63147
+ [EKNOIJLC] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files
63148
+ [EKNOIJLC] SKYDRIVE REQUEST HEADERS:
63149
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NjU2LCJleHAiOjE0MTc2MDI4NTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.L_quEHChU6LJZfN03wtY1yB_JAQroefyCkBmmOwWEb_EDz1DPRfw9F87qDqQrDZkzQKJD1A0p7nogDZKL__reVvBQsewY1U1JUpiQnb-n7QTv7gXcg_sool7rhenQfBawwJ9_voo_mHdsbrk9_422QrnBFzPLIDAD0ZKmdqS5xbEqhqj45KRVec7gDytTGZTtI2ezoKLatyRe6DnnKKYRAvHEDOGiv8meDflJCZ8Ng0KM_jOmTIFYzQQyiOS8YQxS78RGzFKCh8P27O_zb7lGwB2ryqMqmd9mFe1MmHCH1G6dqAvO4EcyYyv3Ziz2h7HojWpM8vxc2DxW2ERVA_TwA
63150
+ - application/json; odata=verbose
63151
+ [EKNOIJLC] SKYDRIVE RESPONSE HEADERS:
63152
+ - HTTP/1.1 200 OK
63153
+ - Cache-Control: private, max-age=0
63154
+ - Transfer-Encoding: chunked
63155
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63156
+ - Expires: Mon, 17 Nov 2014 22:34:17 GMT
63157
+ - Last-Modified: Tue, 02 Dec 2014 22:34:17 GMT
63158
+ - Server: Microsoft-IIS/7.5
63159
+ - X-SharePointHealthScore: 0
63160
+ - X-SP-SERVERSTATE: ReadOnly=0
63161
+ - DATASERVICEVERSION: 3.0
63162
+ - SPClientServiceRequestDuration: 36
63163
+ - X-AspNet-Version: 4.0.30319
63164
+ - SPRequestGuid: 0af5d19c-805f-1000-a3da-f3eb0a72fd4f
63165
+ - request-id: 0af5d19c-805f-1000-a3da-f3eb0a72fd4f
63166
+ - X-FRAME-OPTIONS: SAMEORIGIN
63167
+ - X-Powered-By: ASP.NET
63168
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63169
+ - X-Content-Type-Options: nosniff
63170
+ - X-MS-InvokeApp: 1; RequireReadOnly
63171
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63172
+ - Date: Tue, 02 Dec 2014 22:34:17 GMT
63173
+ -
63174
+
63175
+ [EKNOIJLC] SKYDRIVE RESPONSE BODY:
63176
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{E9C42D82-0B9B-4B70-9575-65207356F092},1,1","CustomizedPageStatus":0,"ETag":"\"{E9C42D82-0B9B-4B70-9575-65207356F092},1\"","Exists":true,"Length":"1724","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","TimeCreated":"2014-11-19T16:36:51Z","TimeLastModified":"2014-11-19T16:36:51Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"e9c42d82-0b9b-4b70-9575-65207356f092"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1,2","CustomizedPageStatus":0,"ETag":"\"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1\"","Exists":true,"Length":"11324","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"cavneb-gmail-com_1_1_flickr-logo.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg","TimeCreated":"2014-11-19T16:35:23Z","TimeLastModified":"2014-11-19T16:35:23Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"2c377fcd-51ae-4aac-89e8-d8e0fea6ef71"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1,2","CustomizedPageStatus":0,"ETag":"\"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1\"","Exists":true,"Length":"34296","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"1505125_10152761955082564_5476862585517437071_n.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg","TimeCreated":"2014-11-19T16:35:29Z","TimeLastModified":"2014-11-19T16:35:29Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"03efd0a6-11eb-4e88-98a8-e910f5c88029"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{85E5336E-F84F-4E10-9D74-EF29149302A8},1,1","CustomizedPageStatus":0,"ETag":"\"{85E5336E-F84F-4E10-9D74-EF29149302A8},1\"","Exists":true,"Length":"80","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"app.js","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js","TimeCreated":"2014-11-19T16:36:27Z","TimeLastModified":"2014-11-19T16:36:27Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"85e5336e-f84f-4e10-9d74-ef29149302a8"}]}}
63177
+ [NQVSGHUH] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders
63178
+ [NQVSGHUH] SKYDRIVE REQUEST HEADERS:
63179
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5NjU2LCJleHAiOjE0MTc2MDI4NTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.L_quEHChU6LJZfN03wtY1yB_JAQroefyCkBmmOwWEb_EDz1DPRfw9F87qDqQrDZkzQKJD1A0p7nogDZKL__reVvBQsewY1U1JUpiQnb-n7QTv7gXcg_sool7rhenQfBawwJ9_voo_mHdsbrk9_422QrnBFzPLIDAD0ZKmdqS5xbEqhqj45KRVec7gDytTGZTtI2ezoKLatyRe6DnnKKYRAvHEDOGiv8meDflJCZ8Ng0KM_jOmTIFYzQQyiOS8YQxS78RGzFKCh8P27O_zb7lGwB2ryqMqmd9mFe1MmHCH1G6dqAvO4EcyYyv3Ziz2h7HojWpM8vxc2DxW2ERVA_TwA
63180
+ - application/json; odata=verbose
63181
+ [NQVSGHUH] SKYDRIVE RESPONSE HEADERS:
63182
+ - HTTP/1.1 200 OK
63183
+ - Cache-Control: private, max-age=0
63184
+ - Transfer-Encoding: chunked
63185
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63186
+ - Expires: Mon, 17 Nov 2014 22:34:18 GMT
63187
+ - Last-Modified: Tue, 02 Dec 2014 22:34:18 GMT
63188
+ - Server: Microsoft-IIS/7.5
63189
+ - X-SharePointHealthScore: 0
63190
+ - X-SP-SERVERSTATE: ReadOnly=0
63191
+ - DATASERVICEVERSION: 3.0
63192
+ - SPClientServiceRequestDuration: 35
63193
+ - X-AspNet-Version: 4.0.30319
63194
+ - SPRequestGuid: 0af5d19c-f089-1000-a3da-fb4af8c81541
63195
+ - request-id: 0af5d19c-f089-1000-a3da-fb4af8c81541
63196
+ - X-FRAME-OPTIONS: SAMEORIGIN
63197
+ - X-Powered-By: ASP.NET
63198
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63199
+ - X-Content-Type-Options: nosniff
63200
+ - X-MS-InvokeApp: 1; RequireReadOnly
63201
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63202
+ - Date: Tue, 02 Dec 2014 22:34:18 GMT
63203
+ -
63204
+
63205
+ [NQVSGHUH] SKYDRIVE RESPONSE BODY:
63206
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Folders"}},"Exists":true,"ItemCount":1,"Name":"Stuff","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff","TimeCreated":"2014-11-19T16:35:51Z","TimeLastModified":"2014-11-19T16:35:59Z","UniqueId":"9209c389-d167-4757-9b7c-918a7b80c433","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Shared with Everyone","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone","TimeCreated":"2014-11-19T16:34:55Z","TimeLastModified":"2014-11-19T16:37:50Z","UniqueId":"83da2482-70d2-428b-80fd-9abcbc403386","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Folders"}},"Exists":true,"ItemCount":0,"Name":"Forms","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-18T22:05:40Z","UniqueId":"08531851-69bf-49fa-922f-e8b2a3abf2fc","WelcomePage":""}]}}
63207
+ Completed 200 OK in 1269ms (Views: 1.4ms | ActiveRecord: 0.6ms)
63208
+
63209
+
63210
+ Started POST "/skydrive/launch" for 127.0.0.1 at 2014-12-02 15:39:14 -0700
63211
+ Processing by Skydrive::LaunchController#basic_launch as HTML
63212
+ Parameters: {"oauth_consumer_key"=>"key", "oauth_signature_method"=>"HMAC-SHA1", "oauth_timestamp"=>"1417559952", "oauth_nonce"=>"oTrBxS3Lkxn1dYMy56rMMt1iJ0HFrv14f3gtQ16fI", "oauth_version"=>"1.0", "context_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "context_label"=>"LTI", "context_title"=>"LTI Testing", "custom_canvas_api_domain"=>"karl.instructure.com", "custom_canvas_course_id"=>"1", "custom_canvas_enrollment_state"=>"active", "custom_canvas_user_id"=>"170000003832906", "custom_canvas_user_login_id"=>"ericb", "custom_sharepoint_client_domain"=>"instructureplatform", "ext_roles"=>"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User", "launch_presentation_document_target"=>"iframe", "launch_presentation_height"=>"600", "launch_presentation_locale"=>"en", "launch_presentation_return_url"=>"https://karl.instructure.com/external_content/success/external_tool_redirect", "launch_presentation_width"=>"700", "lis_course_offering_sourcedid"=>"1234", "lis_person_contact_email_primary"=>"ericb@instructure.com", "lis_person_name_family"=>"Berry", "lis_person_name_full"=>"Eric Berry", "lis_person_name_given"=>"Eric", "lti_message_type"=>"basic-lti-launch-request", "lti_version"=>"LTI-1p0", "oauth_callback"=>"about:blank", "resource_link_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "resource_link_title"=>"OneDrive Pro (localhost)", "roles"=>"Learner,urn:lti:instrole:ims/lis/Administrator", "tool_consumer_info_product_family_code"=>"canvas", "tool_consumer_info_version"=>"cloud", "tool_consumer_instance_contact_email"=>"notifications@instructure.com", "tool_consumer_instance_guid"=>"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com", "tool_consumer_instance_name"=>"Karl Lloyd Sandbox", "user_id"=>"6c04ace457f1c802ed7ddc76642b26e27003fe7a", "user_image"=>"https://canvas.instructure.com/images/messages/avatar-50.png", "oauth_signature"=>"SyVrmiorj4+yFsmPvNq4S22vtBc="}
63213
+ Skydrive::Account Load (0.2ms) SELECT "skydrive_accounts".* FROM "skydrive_accounts" WHERE "skydrive_accounts"."key" = 'key' ORDER BY "skydrive_accounts"."id" ASC LIMIT 1
63214
+ Skydrive::User Load (0.2ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."account_id" = ? AND "skydrive_users"."username" = '6c04ace457f1c802ed7ddc76642b26e27003fe7a' ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["account_id", 1]]
63215
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63216
+  (0.1ms) begin transaction
63217
+ Skydrive::Token Exists (0.1ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 15 AND "skydrive_tokens"."id" != 44) LIMIT 1
63218
+  (0.1ms) commit transaction
63219
+ Skydrive::ApiKey Load (0.3ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."user_id" = ? AND (expired_at < '2014-12-02 22:39:14.801602') [["user_id", 15]]
63220
+  (0.1ms) begin transaction
63221
+ SQL (0.5ms) INSERT INTO "skydrive_api_keys" ("created_at", "expired_at", "init_params", "oauth_code", "scope", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 02 Dec 2014 22:39:14 UTC +00:00], ["expired_at", Tue, 02 Dec 2014 23:39:14 UTC +00:00], ["init_params", "{\"oauth_consumer_key\":\"key\",\"oauth_signature_method\":\"HMAC-SHA1\",\"oauth_timestamp\":\"1417559952\",\"oauth_nonce\":\"oTrBxS3Lkxn1dYMy56rMMt1iJ0HFrv14f3gtQ16fI\",\"oauth_version\":\"1.0\",\"context_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"context_label\":\"LTI\",\"context_title\":\"LTI Testing\",\"custom_canvas_api_domain\":\"karl.instructure.com\",\"custom_canvas_course_id\":\"1\",\"custom_canvas_enrollment_state\":\"active\",\"custom_canvas_user_id\":\"170000003832906\",\"custom_canvas_user_login_id\":\"ericb\",\"custom_sharepoint_client_domain\":\"instructureplatform\",\"ext_roles\":\"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User\",\"launch_presentation_document_target\":\"iframe\",\"launch_presentation_height\":\"600\",\"launch_presentation_locale\":\"en\",\"launch_presentation_return_url\":\"https://karl.instructure.com/external_content/success/external_tool_redirect\",\"launch_presentation_width\":\"700\",\"lis_course_offering_sourcedid\":\"1234\",\"lis_person_contact_email_primary\":\"ericb@instructure.com\",\"lis_person_name_family\":\"Berry\",\"lis_person_name_full\":\"Eric Berry\",\"lis_person_name_given\":\"Eric\",\"lti_message_type\":\"basic-lti-launch-request\",\"lti_version\":\"LTI-1p0\",\"oauth_callback\":\"about:blank\",\"resource_link_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"resource_link_title\":\"OneDrive Pro (localhost)\",\"roles\":\"Learner,urn:lti:instrole:ims/lis/Administrator\",\"tool_consumer_info_product_family_code\":\"canvas\",\"tool_consumer_info_version\":\"cloud\",\"tool_consumer_instance_contact_email\":\"notifications@instructure.com\",\"tool_consumer_instance_guid\":\"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com\",\"tool_consumer_instance_name\":\"Karl Lloyd Sandbox\",\"user_id\":\"6c04ace457f1c802ed7ddc76642b26e27003fe7a\",\"user_image\":\"https://canvas.instructure.com/images/messages/avatar-50.png\",\"oauth_signature\":\"SyVrmiorj4+yFsmPvNq4S22vtBc=\",\"action\":\"basic_launch\",\"controller\":\"skydrive/launch\"}"], ["oauth_code", "3561871c-098e-472a-b1a6-d1a6b936019c"], ["scope", "session"], ["user_id", 15]]
63222
+  (0.9ms) commit transaction
63223
+ Redirected to https://localhost:3001/skydrive/launch/3561871c-098e-472a-b1a6-d1a6b936019c
63224
+ Completed 302 Found in 12ms (ActiveRecord: 2.5ms)
63225
+
63226
+
63227
+ Started GET "/skydrive/launch/3561871c-098e-472a-b1a6-d1a6b936019c" for 127.0.0.1 at 2014-12-02 15:39:14 -0700
63228
+ Processing by Skydrive::EmberController#index as HTML
63229
+ Parameters: {"path"=>"launch/3561871c-098e-472a-b1a6-d1a6b936019c"}
63230
+ Rendered /Users/ericb/Projects/Instructure/lti_skydrive_engine/app/views/skydrive/ember/index.html.erb within layouts/skydrive/application (0.6ms)
63231
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
63232
+
63233
+
63234
+ Started GET "/assets/skydrive/application.js?body=1" for 127.0.0.1 at 2014-12-02 15:39:14 -0700
63235
+
63236
+
63237
+ Started GET "/assets/skydrive/bundle.js?body=1" for 127.0.0.1 at 2014-12-02 15:39:14 -0700
63238
+
63239
+
63240
+ Started POST "/skydrive/oauth2/token" for 127.0.0.1 at 2014-12-02 15:39:15 -0700
63241
+ Processing by Skydrive::ApiKeysController#oauth2_token as HTML
63242
+ Parameters: {"code"=>"3561871c-098e-472a-b1a6-d1a6b936019c", "api_key"=>{}}
63243
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE (expired_at >= '2014-12-02 22:39:15.518994') AND "skydrive_api_keys"."oauth_code" = '3561871c-098e-472a-b1a6-d1a6b936019c' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63244
+  (0.1ms) begin transaction
63245
+ SQL (0.4ms) UPDATE "skydrive_api_keys" SET "access_token" = ?, "oauth_code" = ? WHERE "skydrive_api_keys"."id" = 379 [["access_token", "ba1b52e7-e270-4d5f-8bec-099d4e268681"], ["oauth_code", nil]]
63246
+  (2.0ms) commit transaction
63247
+ Completed 201 Created in 6ms (Views: 0.6ms | ActiveRecord: 2.8ms)
63248
+
63249
+
63250
+ Started GET "/skydrive/api/v1/users/self" for 127.0.0.1 at 2014-12-02 15:39:15 -0700
63251
+ Processing by Skydrive::UsersController#show as HTML
63252
+ Parameters: {"id"=>"self"}
63253
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = 'ba1b52e7-e270-4d5f-8bec-099d4e268681' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63254
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63255
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.3ms)
63256
+
63257
+
63258
+ Started GET "/skydrive/api/v1/skydrive_authorized" for 127.0.0.1 at 2014-12-02 15:39:15 -0700
63259
+ Processing by Skydrive::LaunchController#skydrive_authorized as HTML
63260
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = 'ba1b52e7-e270-4d5f-8bec-099d4e268681' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63261
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63262
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63263
+ RestClient.get "https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/", "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Authorization"=>"Bearer"
63264
+ # => 401 Unauthorized | application/xml 323 bytes
63265
+ [JHUAAAYQ] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/
63266
+ [JHUAAAYQ] SKYDRIVE REQUEST PAYLOAD:
63267
+ [JHUAAAYQ] SKYDRIVE REQUEST HEADERS:
63268
+ - Bearer
63269
+ [JHUAAAYQ] SKYDRIVE RESPONSE CODE: 401
63270
+ [JHUAAAYQ] SKYDRIVE RESPONSE BODY:
63271
+ <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>-2147024891, System.UnauthorizedAccessException</m:code><m:message xml:lang="en-US">Access denied. You do not have permission to perform this action or access this resource.</m:message></m:error>
63272
+ RestClient.post "https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2", 688 byte(s) length, "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Content-Length"=>"688", "Content-Type"=>"application/x-www-form-urlencoded"
63273
+ # => 200 OK | application/json 1202 bytes
63274
+ [KDDWHVNE] SKYDRIVE REQUEST: https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2
63275
+ [KDDWHVNE] SKYDRIVE REQUEST PAYLOAD:
63276
+ [KDDWHVNE] SKYDRIVE REQUEST HEADERS:
63277
+ -
63278
+ [KDDWHVNE] SKYDRIVE RESPONSE CODE: 200
63279
+ [KDDWHVNE] SKYDRIVE RESPONSE BODY:
63280
+ {"token_type":"Bearer","access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5OTU2LCJleHAiOjE0MTc2MDMxNTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.LAv-Y5cVIkMWvcm-rZ61KBdjUbNeSI3Hmi9Vy7TneY9O89jKQJoYwOSxOqSk7DS5te0f-B4FdA3ghLas25pgxAMQEGlmXWmJldxofmz0HOQgOsduQWXgmfCW7LZTdRkEOdd0ReMqbbocDNwuGan4i_BldG0BM_wJnSruncUlFk-u3zWozWi9ClgPuXXpQ9TOHKQVX-5v5RWYS5cYuoYitwbF0pFViDo3h5atO75UZwAvq0mEotItPuInrzzaNnuBJbMXhNBoNriJsfi0RAcs7osHnqwcSNP_6W29pjDLk3T7CdO4v4m22bXREoz-uGTMAy0bd7mwzYzRGBLFHHTjEQ","expires_in":"43199","not_before":"1417559956","expires_on":"1417603156","resource":"00000003-0000-0ff1-ce00-000000000000/instructureplatform-my.sharepoint.com@b2886a00-7c28-4880-9ef5-eeeb09ca10c7"}
63281
+  (0.1ms) begin transaction
63282
+ Skydrive::Token Exists (0.2ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 15 AND "skydrive_tokens"."id" != 44) LIMIT 1
63283
+ SQL (0.4ms) UPDATE "skydrive_tokens" SET "access_token" = ?, "not_before" = ?, "expires_on" = ? WHERE "skydrive_tokens"."id" = 44 [["access_token", "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5OTU2LCJleHAiOjE0MTc2MDMxNTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.LAv-Y5cVIkMWvcm-rZ61KBdjUbNeSI3Hmi9Vy7TneY9O89jKQJoYwOSxOqSk7DS5te0f-B4FdA3ghLas25pgxAMQEGlmXWmJldxofmz0HOQgOsduQWXgmfCW7LZTdRkEOdd0ReMqbbocDNwuGan4i_BldG0BM_wJnSruncUlFk-u3zWozWi9ClgPuXXpQ9TOHKQVX-5v5RWYS5cYuoYitwbF0pFViDo3h5atO75UZwAvq0mEotItPuInrzzaNnuBJbMXhNBoNriJsfi0RAcs7osHnqwcSNP_6W29pjDLk3T7CdO4v4m22bXREoz-uGTMAy0bd7mwzYzRGBLFHHTjEQ"], ["not_before", Tue, 02 Dec 2014 22:39:16 UTC +00:00], ["expires_on", Wed, 03 Dec 2014 10:39:16 UTC +00:00]]
63284
+  (2.4ms) commit transaction
63285
+ Completed 201 Created in 642ms (Views: 0.2ms | ActiveRecord: 3.5ms)
63286
+
63287
+
63288
+ Started GET "/skydrive/api/v1/files/?uri=root" for 127.0.0.1 at 2014-12-02 15:39:16 -0700
63289
+ Processing by Skydrive::FilesController#index as */*
63290
+ Parameters: {"uri"=>"root"}
63291
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = 'ba1b52e7-e270-4d5f-8bec-099d4e268681' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63292
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63293
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63294
+ [RYUKJBMS] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/web/lists/Documents/
63295
+ [RYUKJBMS] SKYDRIVE REQUEST HEADERS:
63296
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5OTU2LCJleHAiOjE0MTc2MDMxNTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.LAv-Y5cVIkMWvcm-rZ61KBdjUbNeSI3Hmi9Vy7TneY9O89jKQJoYwOSxOqSk7DS5te0f-B4FdA3ghLas25pgxAMQEGlmXWmJldxofmz0HOQgOsduQWXgmfCW7LZTdRkEOdd0ReMqbbocDNwuGan4i_BldG0BM_wJnSruncUlFk-u3zWozWi9ClgPuXXpQ9TOHKQVX-5v5RWYS5cYuoYitwbF0pFViDo3h5atO75UZwAvq0mEotItPuInrzzaNnuBJbMXhNBoNriJsfi0RAcs7osHnqwcSNP_6W29pjDLk3T7CdO4v4m22bXREoz-uGTMAy0bd7mwzYzRGBLFHHTjEQ
63297
+ - application/json; odata=verbose
63298
+ [RYUKJBMS] SKYDRIVE RESPONSE HEADERS:
63299
+ - HTTP/1.1 200 OK
63300
+ - Cache-Control: private, max-age=0
63301
+ - Transfer-Encoding: chunked
63302
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63303
+ - Expires: Mon, 17 Nov 2014 22:39:16 GMT
63304
+ - Last-Modified: Tue, 02 Dec 2014 22:39:16 GMT
63305
+ - ETag: "2"
63306
+ - Server: Microsoft-IIS/7.5
63307
+ - X-SharePointHealthScore: 0
63308
+ - X-SP-SERVERSTATE: ReadOnly=0
63309
+ - DATASERVICEVERSION: 3.0
63310
+ - SPClientServiceRequestDuration: 51
63311
+ - X-AspNet-Version: 4.0.30319
63312
+ - SPRequestGuid: 53f5d19c-1056-1000-a3da-f7de8d1d0132
63313
+ - request-id: 53f5d19c-1056-1000-a3da-f7de8d1d0132
63314
+ - X-FRAME-OPTIONS: SAMEORIGIN
63315
+ - X-Powered-By: ASP.NET
63316
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63317
+ - X-Content-Type-Options: nosniff
63318
+ - X-MS-InvokeApp: 1; RequireReadOnly
63319
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63320
+ - Date: Tue, 02 Dec 2014 22:39:16 GMT
63321
+ -
63322
+
63323
+ [RYUKJBMS] SKYDRIVE RESPONSE BODY:
63324
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","etag":"\"2\"","type":"SP.List"},"FirstUniqueAncestorSecurableObject":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/FirstUniqueAncestorSecurableObject"}},"RoleAssignments":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RoleAssignments"}},"ContentTypes":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ContentTypes"}},"CreatablesInfo":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/CreatablesInfo"}},"DefaultView":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DefaultView"}},"DescriptionResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DescriptionResource"}},"EventReceivers":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/EventReceivers"}},"Fields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Fields"}},"Forms":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Forms"}},"InformationRightsManagementSettings":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/InformationRightsManagementSettings"}},"Items":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Items"}},"ParentWeb":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ParentWeb"}},"RootFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder"}},"TitleResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/TitleResource"}},"UserCustomActions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/UserCustomActions"}},"Views":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Views"}},"WorkflowAssociations":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/WorkflowAssociations"}},"AllowContentTypes":true,"BaseTemplate":700,"BaseType":1,"ContentTypesEnabled":false,"CrawlNonDefaultViews":false,"Created":"2014-11-18T22:05:40Z","DefaultContentApprovalWorkflowId":"00000000-0000-0000-0000-000000000000","Description":"","Direction":"none","DocumentTemplateUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms/template.dotx","DraftVersionVisibility":0,"EnableAttachments":false,"EnableFolderCreation":true,"EnableMinorVersions":false,"EnableModeration":false,"EnableVersioning":true,"EntityTypeName":"Documents","ForceCheckout":false,"HasExternalDataSource":false,"Hidden":false,"Id":"e9615701-62f7-4d95-8475-9ea66bf1a1cc","ImageUrl":"/_layouts/15/images/itdl.png?rev=38","IrmEnabled":false,"IrmExpire":false,"IrmReject":false,"IsApplicationList":false,"IsCatalog":false,"IsPrivate":false,"ItemCount":13,"LastItemDeletedDate":"2014-11-18T22:05:40Z","LastItemModifiedDate":"2014-11-19T16:37:50Z","ListItemEntityTypeFullName":"SP.Data.DocumentsItem","MajorVersionLimit":0,"MajorWithMinorVersionsLimit":0,"MultipleDataList":false,"NoCrawl":false,"ParentWebUrl":"/personal/ericb_instructureplatform_onmicrosoft_com","ParserDisabled":false,"ServerTemplateCanCreateFolders":true,"TemplateFeatureId":"e9c0ff81-d821-4771-8b4c-246aa7e5e9eb","Title":"Documents"}}
63325
+ [JIOWMCXY] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder
63326
+ [JIOWMCXY] SKYDRIVE REQUEST HEADERS:
63327
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5OTU2LCJleHAiOjE0MTc2MDMxNTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.LAv-Y5cVIkMWvcm-rZ61KBdjUbNeSI3Hmi9Vy7TneY9O89jKQJoYwOSxOqSk7DS5te0f-B4FdA3ghLas25pgxAMQEGlmXWmJldxofmz0HOQgOsduQWXgmfCW7LZTdRkEOdd0ReMqbbocDNwuGan4i_BldG0BM_wJnSruncUlFk-u3zWozWi9ClgPuXXpQ9TOHKQVX-5v5RWYS5cYuoYitwbF0pFViDo3h5atO75UZwAvq0mEotItPuInrzzaNnuBJbMXhNBoNriJsfi0RAcs7osHnqwcSNP_6W29pjDLk3T7CdO4v4m22bXREoz-uGTMAy0bd7mwzYzRGBLFHHTjEQ
63328
+ - application/json; odata=verbose
63329
+ [JIOWMCXY] SKYDRIVE RESPONSE HEADERS:
63330
+ - HTTP/1.1 200 OK
63331
+ - Cache-Control: private, max-age=0
63332
+ - Transfer-Encoding: chunked
63333
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63334
+ - Expires: Mon, 17 Nov 2014 22:39:16 GMT
63335
+ - Last-Modified: Tue, 02 Dec 2014 22:39:16 GMT
63336
+ - Server: Microsoft-IIS/7.5
63337
+ - X-SharePointHealthScore: 0
63338
+ - X-SP-SERVERSTATE: ReadOnly=0
63339
+ - DATASERVICEVERSION: 3.0
63340
+ - SPClientServiceRequestDuration: 30
63341
+ - X-AspNet-Version: 4.0.30319
63342
+ - SPRequestGuid: 53f5d19c-205a-1000-a3da-fb34c9540313
63343
+ - request-id: 53f5d19c-205a-1000-a3da-fb34c9540313
63344
+ - X-FRAME-OPTIONS: SAMEORIGIN
63345
+ - X-Powered-By: ASP.NET
63346
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63347
+ - X-Content-Type-Options: nosniff
63348
+ - X-MS-InvokeApp: 1; RequireReadOnly
63349
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63350
+ - Date: Tue, 02 Dec 2014 22:39:16 GMT
63351
+ -
63352
+
63353
+ [JIOWMCXY] SKYDRIVE RESPONSE BODY:
63354
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Documents","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-19T16:36:51Z","UniqueId":"bfbf6722-aed4-442d-a212-6f832edaec7a","WelcomePage":""}}
63355
+ [HOGHCUOC] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files
63356
+ [HOGHCUOC] SKYDRIVE REQUEST HEADERS:
63357
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5OTU2LCJleHAiOjE0MTc2MDMxNTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.LAv-Y5cVIkMWvcm-rZ61KBdjUbNeSI3Hmi9Vy7TneY9O89jKQJoYwOSxOqSk7DS5te0f-B4FdA3ghLas25pgxAMQEGlmXWmJldxofmz0HOQgOsduQWXgmfCW7LZTdRkEOdd0ReMqbbocDNwuGan4i_BldG0BM_wJnSruncUlFk-u3zWozWi9ClgPuXXpQ9TOHKQVX-5v5RWYS5cYuoYitwbF0pFViDo3h5atO75UZwAvq0mEotItPuInrzzaNnuBJbMXhNBoNriJsfi0RAcs7osHnqwcSNP_6W29pjDLk3T7CdO4v4m22bXREoz-uGTMAy0bd7mwzYzRGBLFHHTjEQ
63358
+ - application/json; odata=verbose
63359
+ [HOGHCUOC] SKYDRIVE RESPONSE HEADERS:
63360
+ - HTTP/1.1 200 OK
63361
+ - Cache-Control: private, max-age=0
63362
+ - Transfer-Encoding: chunked
63363
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63364
+ - Expires: Mon, 17 Nov 2014 22:39:16 GMT
63365
+ - Last-Modified: Tue, 02 Dec 2014 22:39:16 GMT
63366
+ - Server: Microsoft-IIS/7.5
63367
+ - X-SharePointHealthScore: 0
63368
+ - X-SP-SERVERSTATE: ReadOnly=0
63369
+ - DATASERVICEVERSION: 3.0
63370
+ - SPClientServiceRequestDuration: 38
63371
+ - X-AspNet-Version: 4.0.30319
63372
+ - SPRequestGuid: 53f5d19c-005d-1000-a3da-f8037a18fc4d
63373
+ - request-id: 53f5d19c-005d-1000-a3da-f8037a18fc4d
63374
+ - X-FRAME-OPTIONS: SAMEORIGIN
63375
+ - X-Powered-By: ASP.NET
63376
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63377
+ - X-Content-Type-Options: nosniff
63378
+ - X-MS-InvokeApp: 1; RequireReadOnly
63379
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63380
+ - Date: Tue, 02 Dec 2014 22:39:16 GMT
63381
+ -
63382
+
63383
+ [HOGHCUOC] SKYDRIVE RESPONSE BODY:
63384
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{E9C42D82-0B9B-4B70-9575-65207356F092},1,1","CustomizedPageStatus":0,"ETag":"\"{E9C42D82-0B9B-4B70-9575-65207356F092},1\"","Exists":true,"Length":"1724","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","TimeCreated":"2014-11-19T16:36:51Z","TimeLastModified":"2014-11-19T16:36:51Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"e9c42d82-0b9b-4b70-9575-65207356f092"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1,2","CustomizedPageStatus":0,"ETag":"\"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1\"","Exists":true,"Length":"11324","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"cavneb-gmail-com_1_1_flickr-logo.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg","TimeCreated":"2014-11-19T16:35:23Z","TimeLastModified":"2014-11-19T16:35:23Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"2c377fcd-51ae-4aac-89e8-d8e0fea6ef71"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1,2","CustomizedPageStatus":0,"ETag":"\"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1\"","Exists":true,"Length":"34296","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"1505125_10152761955082564_5476862585517437071_n.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg","TimeCreated":"2014-11-19T16:35:29Z","TimeLastModified":"2014-11-19T16:35:29Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"03efd0a6-11eb-4e88-98a8-e910f5c88029"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{85E5336E-F84F-4E10-9D74-EF29149302A8},1,1","CustomizedPageStatus":0,"ETag":"\"{85E5336E-F84F-4E10-9D74-EF29149302A8},1\"","Exists":true,"Length":"80","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"app.js","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js","TimeCreated":"2014-11-19T16:36:27Z","TimeLastModified":"2014-11-19T16:36:27Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"85e5336e-f84f-4e10-9d74-ef29149302a8"}]}}
63385
+ [MJGOHZUY] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders
63386
+ [MJGOHZUY] SKYDRIVE REQUEST HEADERS:
63387
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NTU5OTU2LCJleHAiOjE0MTc2MDMxNTYsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.LAv-Y5cVIkMWvcm-rZ61KBdjUbNeSI3Hmi9Vy7TneY9O89jKQJoYwOSxOqSk7DS5te0f-B4FdA3ghLas25pgxAMQEGlmXWmJldxofmz0HOQgOsduQWXgmfCW7LZTdRkEOdd0ReMqbbocDNwuGan4i_BldG0BM_wJnSruncUlFk-u3zWozWi9ClgPuXXpQ9TOHKQVX-5v5RWYS5cYuoYitwbF0pFViDo3h5atO75UZwAvq0mEotItPuInrzzaNnuBJbMXhNBoNriJsfi0RAcs7osHnqwcSNP_6W29pjDLk3T7CdO4v4m22bXREoz-uGTMAy0bd7mwzYzRGBLFHHTjEQ
63388
+ - application/json; odata=verbose
63389
+ [MJGOHZUY] SKYDRIVE RESPONSE HEADERS:
63390
+ - HTTP/1.1 200 OK
63391
+ - Cache-Control: private, max-age=0
63392
+ - Transfer-Encoding: chunked
63393
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63394
+ - Expires: Mon, 17 Nov 2014 22:39:17 GMT
63395
+ - Last-Modified: Tue, 02 Dec 2014 22:39:17 GMT
63396
+ - Server: Microsoft-IIS/7.5
63397
+ - X-SharePointHealthScore: 0
63398
+ - X-SP-SERVERSTATE: ReadOnly=0
63399
+ - DATASERVICEVERSION: 3.0
63400
+ - SPClientServiceRequestDuration: 36
63401
+ - X-AspNet-Version: 4.0.30319
63402
+ - SPRequestGuid: 53f5d19c-a06e-1000-a3da-f4e8409d6033
63403
+ - request-id: 53f5d19c-a06e-1000-a3da-f4e8409d6033
63404
+ - X-FRAME-OPTIONS: SAMEORIGIN
63405
+ - X-Powered-By: ASP.NET
63406
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63407
+ - X-Content-Type-Options: nosniff
63408
+ - X-MS-InvokeApp: 1; RequireReadOnly
63409
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63410
+ - Date: Tue, 02 Dec 2014 22:39:16 GMT
63411
+ -
63412
+
63413
+ [MJGOHZUY] SKYDRIVE RESPONSE BODY:
63414
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Folders"}},"Exists":true,"ItemCount":1,"Name":"Stuff","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff","TimeCreated":"2014-11-19T16:35:51Z","TimeLastModified":"2014-11-19T16:35:59Z","UniqueId":"9209c389-d167-4757-9b7c-918a7b80c433","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Shared with Everyone","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone","TimeCreated":"2014-11-19T16:34:55Z","TimeLastModified":"2014-11-19T16:37:50Z","UniqueId":"83da2482-70d2-428b-80fd-9abcbc403386","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Folders"}},"Exists":true,"ItemCount":0,"Name":"Forms","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-18T22:05:40Z","UniqueId":"08531851-69bf-49fa-922f-e8b2a3abf2fc","WelcomePage":""}]}}
63415
+ Completed 200 OK in 1270ms (Views: 1.1ms | ActiveRecord: 0.4ms)
63416
+
63417
+
63418
+ Started POST "/skydrive/launch" for 127.0.0.1 at 2014-12-03 13:31:04 -0700
63419
+ Processing by Skydrive::LaunchController#basic_launch as HTML
63420
+ Parameters: {"oauth_consumer_key"=>"key", "oauth_signature_method"=>"HMAC-SHA1", "oauth_timestamp"=>"1417638664", "oauth_nonce"=>"LYuMIxFkadXSQxrekH8cdpN0RHx7OO4q4rBPK8qXvI", "oauth_version"=>"1.0", "context_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "context_label"=>"LTI", "context_title"=>"LTI Testing", "custom_canvas_api_domain"=>"karl.instructure.com", "custom_canvas_course_id"=>"1", "custom_canvas_enrollment_state"=>"active", "custom_canvas_user_id"=>"170000003832906", "custom_canvas_user_login_id"=>"ericb", "custom_sharepoint_client_domain"=>"instructureplatform", "ext_roles"=>"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User", "launch_presentation_document_target"=>"iframe", "launch_presentation_height"=>"600", "launch_presentation_locale"=>"en", "launch_presentation_return_url"=>"https://karl.instructure.com/external_content/success/external_tool_redirect", "launch_presentation_width"=>"700", "lis_course_offering_sourcedid"=>"1234", "lis_person_contact_email_primary"=>"ericb@instructure.com", "lis_person_name_family"=>"Berry", "lis_person_name_full"=>"Eric Berry", "lis_person_name_given"=>"Eric", "lti_message_type"=>"basic-lti-launch-request", "lti_version"=>"LTI-1p0", "oauth_callback"=>"about:blank", "resource_link_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "resource_link_title"=>"OneDrive Pro (localhost)", "roles"=>"Learner,urn:lti:instrole:ims/lis/Administrator", "tool_consumer_info_product_family_code"=>"canvas", "tool_consumer_info_version"=>"cloud", "tool_consumer_instance_contact_email"=>"notifications@instructure.com", "tool_consumer_instance_guid"=>"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com", "tool_consumer_instance_name"=>"Karl Lloyd Sandbox", "user_id"=>"6c04ace457f1c802ed7ddc76642b26e27003fe7a", "user_image"=>"https://canvas.instructure.com/images/messages/avatar-50.png", "oauth_signature"=>"b4E4b++7mFGR9913xkzcZsPQHN4="}
63421
+ Skydrive::Account Load (0.9ms) SELECT "skydrive_accounts".* FROM "skydrive_accounts" WHERE "skydrive_accounts"."key" = 'key' ORDER BY "skydrive_accounts"."id" ASC LIMIT 1
63422
+ Skydrive::User Load (3.4ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."account_id" = ? AND "skydrive_users"."username" = '6c04ace457f1c802ed7ddc76642b26e27003fe7a' ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["account_id", 1]]
63423
+ Skydrive::Token Load (0.8ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63424
+  (0.1ms) begin transaction
63425
+ Skydrive::Token Exists (0.2ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 15 AND "skydrive_tokens"."id" != 44) LIMIT 1
63426
+  (0.1ms) commit transaction
63427
+ Skydrive::ApiKey Load (1.6ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."user_id" = ? AND (expired_at < '2014-12-03 20:31:06.013997') [["user_id", 15]]
63428
+  (0.1ms) begin transaction
63429
+ SQL (2.1ms) DELETE FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."id" = ? [["id", 377]]
63430
+  (0.8ms) commit transaction
63431
+  (0.0ms) begin transaction
63432
+ SQL (0.6ms) DELETE FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."id" = ? [["id", 378]]
63433
+  (1.0ms) commit transaction
63434
+  (0.1ms) begin transaction
63435
+ SQL (0.6ms) DELETE FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."id" = ? [["id", 379]]
63436
+  (0.9ms) commit transaction
63437
+  (0.0ms) begin transaction
63438
+ SQL (3.1ms) INSERT INTO "skydrive_api_keys" ("created_at", "expired_at", "init_params", "oauth_code", "scope", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 03 Dec 2014 20:31:06 UTC +00:00], ["expired_at", Wed, 03 Dec 2014 21:31:06 UTC +00:00], ["init_params", "{\"oauth_consumer_key\":\"key\",\"oauth_signature_method\":\"HMAC-SHA1\",\"oauth_timestamp\":\"1417638664\",\"oauth_nonce\":\"LYuMIxFkadXSQxrekH8cdpN0RHx7OO4q4rBPK8qXvI\",\"oauth_version\":\"1.0\",\"context_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"context_label\":\"LTI\",\"context_title\":\"LTI Testing\",\"custom_canvas_api_domain\":\"karl.instructure.com\",\"custom_canvas_course_id\":\"1\",\"custom_canvas_enrollment_state\":\"active\",\"custom_canvas_user_id\":\"170000003832906\",\"custom_canvas_user_login_id\":\"ericb\",\"custom_sharepoint_client_domain\":\"instructureplatform\",\"ext_roles\":\"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User\",\"launch_presentation_document_target\":\"iframe\",\"launch_presentation_height\":\"600\",\"launch_presentation_locale\":\"en\",\"launch_presentation_return_url\":\"https://karl.instructure.com/external_content/success/external_tool_redirect\",\"launch_presentation_width\":\"700\",\"lis_course_offering_sourcedid\":\"1234\",\"lis_person_contact_email_primary\":\"ericb@instructure.com\",\"lis_person_name_family\":\"Berry\",\"lis_person_name_full\":\"Eric Berry\",\"lis_person_name_given\":\"Eric\",\"lti_message_type\":\"basic-lti-launch-request\",\"lti_version\":\"LTI-1p0\",\"oauth_callback\":\"about:blank\",\"resource_link_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"resource_link_title\":\"OneDrive Pro (localhost)\",\"roles\":\"Learner,urn:lti:instrole:ims/lis/Administrator\",\"tool_consumer_info_product_family_code\":\"canvas\",\"tool_consumer_info_version\":\"cloud\",\"tool_consumer_instance_contact_email\":\"notifications@instructure.com\",\"tool_consumer_instance_guid\":\"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com\",\"tool_consumer_instance_name\":\"Karl Lloyd Sandbox\",\"user_id\":\"6c04ace457f1c802ed7ddc76642b26e27003fe7a\",\"user_image\":\"https://canvas.instructure.com/images/messages/avatar-50.png\",\"oauth_signature\":\"b4E4b++7mFGR9913xkzcZsPQHN4=\",\"action\":\"basic_launch\",\"controller\":\"skydrive/launch\"}"], ["oauth_code", "b40f56cb-b327-4a98-969d-4c31673a0f9e"], ["scope", "session"], ["user_id", 15]]
63439
+  (0.8ms) commit transaction
63440
+ Redirected to https://localhost:3001/skydrive/launch/b40f56cb-b327-4a98-969d-4c31673a0f9e
63441
+ Completed 302 Found in 102ms (ActiveRecord: 20.0ms)
63442
+
63443
+
63444
+ Started GET "/skydrive/launch/b40f56cb-b327-4a98-969d-4c31673a0f9e" for 127.0.0.1 at 2014-12-03 13:31:06 -0700
63445
+ Processing by Skydrive::EmberController#index as HTML
63446
+ Parameters: {"path"=>"launch/b40f56cb-b327-4a98-969d-4c31673a0f9e"}
63447
+ Rendered /Users/ericb/Projects/Instructure/lti_skydrive_engine/app/views/skydrive/ember/index.html.erb within layouts/skydrive/application (142.4ms)
63448
+ Completed 200 OK in 153ms (Views: 152.8ms | ActiveRecord: 0.0ms)
63449
+
63450
+
63451
+ Started GET "/assets/skydrive/application.js?body=1" for 127.0.0.1 at 2014-12-03 13:31:06 -0700
63452
+
63453
+
63454
+ Started GET "/assets/skydrive/bundle.js?body=1" for 127.0.0.1 at 2014-12-03 13:31:06 -0700
63455
+
63456
+
63457
+ Started POST "/skydrive/oauth2/token" for 127.0.0.1 at 2014-12-03 13:31:06 -0700
63458
+ Processing by Skydrive::ApiKeysController#oauth2_token as HTML
63459
+ Parameters: {"code"=>"b40f56cb-b327-4a98-969d-4c31673a0f9e", "api_key"=>{}}
63460
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE (expired_at >= '2014-12-03 20:31:06.846323') AND "skydrive_api_keys"."oauth_code" = 'b40f56cb-b327-4a98-969d-4c31673a0f9e' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63461
+  (0.0ms) begin transaction
63462
+ SQL (0.4ms) UPDATE "skydrive_api_keys" SET "access_token" = ?, "oauth_code" = ? WHERE "skydrive_api_keys"."id" = 380 [["access_token", "9586ae74-8fc8-41ca-b516-d23585edf47a"], ["oauth_code", nil]]
63463
+  (0.7ms) commit transaction
63464
+ Completed 201 Created in 5ms (Views: 0.5ms | ActiveRecord: 1.3ms)
63465
+
63466
+
63467
+ Started GET "/skydrive/api/v1/users/self" for 127.0.0.1 at 2014-12-03 13:31:06 -0700
63468
+ Processing by Skydrive::UsersController#show as HTML
63469
+ Parameters: {"id"=>"self"}
63470
+ Skydrive::ApiKey Load (0.7ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '9586ae74-8fc8-41ca-b516-d23585edf47a' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63471
+ Skydrive::User Load (0.3ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63472
+ Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 1.0ms)
63473
+
63474
+
63475
+ Started GET "/skydrive/api/v1/skydrive_authorized" for 127.0.0.1 at 2014-12-03 13:31:06 -0700
63476
+ Processing by Skydrive::LaunchController#skydrive_authorized as HTML
63477
+ Skydrive::ApiKey Load (0.3ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '9586ae74-8fc8-41ca-b516-d23585edf47a' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63478
+ Skydrive::User Load (0.2ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63479
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63480
+ RestClient.get "https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/", "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Authorization"=>"Bearer"
63481
+ # => 401 Unauthorized | application/xml 323 bytes
63482
+ [NZRWRHKS] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/
63483
+ [NZRWRHKS] SKYDRIVE REQUEST PAYLOAD:
63484
+ [NZRWRHKS] SKYDRIVE REQUEST HEADERS:
63485
+ - Bearer
63486
+ [NZRWRHKS] SKYDRIVE RESPONSE CODE: 401
63487
+ [NZRWRHKS] SKYDRIVE RESPONSE BODY:
63488
+ <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>-2147024891, System.UnauthorizedAccessException</m:code><m:message xml:lang="en-US">Access denied. You do not have permission to perform this action or access this resource.</m:message></m:error>
63489
+ RestClient.post "https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2", 688 byte(s) length, "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Content-Length"=>"688", "Content-Type"=>"application/x-www-form-urlencoded"
63490
+ # => 200 OK | application/json 1202 bytes
63491
+ [XCCCEKQM] SKYDRIVE REQUEST: https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2
63492
+ [XCCCEKQM] SKYDRIVE REQUEST PAYLOAD:
63493
+ [XCCCEKQM] SKYDRIVE REQUEST HEADERS:
63494
+ -
63495
+ [XCCCEKQM] SKYDRIVE RESPONSE CODE: 200
63496
+ [XCCCEKQM] SKYDRIVE RESPONSE BODY:
63497
+ {"token_type":"Bearer","access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjY4LCJleHAiOjE0MTc2ODE4NjgsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.hjOHVC6_v6wYwfYap8RaPmqKLepaCsvpR48HBAiIN8iQaA-ME5a1QAF87R1u5iExcoIJ8LVW4_XOgM5uzQoGNVxPtaQe71Ahw8tX1am8AwPHnT3S81SFfe4P65c3_bp2DV_Ew73bzmJiOAmmjhiDfQTaJnSdRRxtygjdCToAaOOtN67UhKt1qyGGOB5TiklkDPqKGTf-AXL0yRi60cbRh43cPjT8SkyEkpKheZfLa5GLnWlRPWq65MyxBzN6QScYcsTmnWqegoB6W0o7wQ7edm3gVrwUv90uy1JBEPacIuJKsGyrBbyBs_ImY5NRR6VnIp3r-MLIEjOUwLLOXliGKg","expires_in":"43199","not_before":"1417638668","expires_on":"1417681868","resource":"00000003-0000-0ff1-ce00-000000000000/instructureplatform-my.sharepoint.com@b2886a00-7c28-4880-9ef5-eeeb09ca10c7"}
63498
+  (0.2ms) begin transaction
63499
+ Skydrive::Token Exists (0.5ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 15 AND "skydrive_tokens"."id" != 44) LIMIT 1
63500
+ SQL (1.2ms) UPDATE "skydrive_tokens" SET "access_token" = ?, "not_before" = ?, "expires_on" = ? WHERE "skydrive_tokens"."id" = 44 [["access_token", "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjY4LCJleHAiOjE0MTc2ODE4NjgsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.hjOHVC6_v6wYwfYap8RaPmqKLepaCsvpR48HBAiIN8iQaA-ME5a1QAF87R1u5iExcoIJ8LVW4_XOgM5uzQoGNVxPtaQe71Ahw8tX1am8AwPHnT3S81SFfe4P65c3_bp2DV_Ew73bzmJiOAmmjhiDfQTaJnSdRRxtygjdCToAaOOtN67UhKt1qyGGOB5TiklkDPqKGTf-AXL0yRi60cbRh43cPjT8SkyEkpKheZfLa5GLnWlRPWq65MyxBzN6QScYcsTmnWqegoB6W0o7wQ7edm3gVrwUv90uy1JBEPacIuJKsGyrBbyBs_ImY5NRR6VnIp3r-MLIEjOUwLLOXliGKg"], ["not_before", Wed, 03 Dec 2014 20:31:08 UTC +00:00], ["expires_on", Thu, 04 Dec 2014 08:31:08 UTC +00:00]]
63501
+  (3.2ms) commit transaction
63502
+ Completed 201 Created in 948ms (Views: 0.3ms | ActiveRecord: 5.7ms)
63503
+
63504
+
63505
+ Started GET "/skydrive/api/v1/files/?uri=root" for 127.0.0.1 at 2014-12-03 13:31:07 -0700
63506
+ Processing by Skydrive::FilesController#index as */*
63507
+ Parameters: {"uri"=>"root"}
63508
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '9586ae74-8fc8-41ca-b516-d23585edf47a' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63509
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63510
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63511
+ RestClient.get "https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/", "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Authorization"=>"Bearer"
63512
+ # => 401 Unauthorized | application/xml 323 bytes
63513
+ [DURDYLIC] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/
63514
+ [DURDYLIC] SKYDRIVE REQUEST PAYLOAD:
63515
+ [DURDYLIC] SKYDRIVE REQUEST HEADERS:
63516
+ - Bearer
63517
+ [DURDYLIC] SKYDRIVE RESPONSE CODE: 401
63518
+ [DURDYLIC] SKYDRIVE RESPONSE BODY:
63519
+ <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>-2147024891, System.UnauthorizedAccessException</m:code><m:message xml:lang="en-US">Access denied. You do not have permission to perform this action or access this resource.</m:message></m:error>
63520
+ RestClient.post "https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2", 688 byte(s) length, "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Content-Length"=>"688", "Content-Type"=>"application/x-www-form-urlencoded"
63521
+ # => 200 OK | application/json 1202 bytes
63522
+ [NSWVZKFR] SKYDRIVE REQUEST: https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2
63523
+ [NSWVZKFR] SKYDRIVE REQUEST PAYLOAD:
63524
+ [NSWVZKFR] SKYDRIVE REQUEST HEADERS:
63525
+ -
63526
+ [NSWVZKFR] SKYDRIVE RESPONSE CODE: 200
63527
+ [NSWVZKFR] SKYDRIVE RESPONSE BODY:
63528
+ {"token_type":"Bearer","access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjY4LCJleHAiOjE0MTc2ODE4NjgsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.hjOHVC6_v6wYwfYap8RaPmqKLepaCsvpR48HBAiIN8iQaA-ME5a1QAF87R1u5iExcoIJ8LVW4_XOgM5uzQoGNVxPtaQe71Ahw8tX1am8AwPHnT3S81SFfe4P65c3_bp2DV_Ew73bzmJiOAmmjhiDfQTaJnSdRRxtygjdCToAaOOtN67UhKt1qyGGOB5TiklkDPqKGTf-AXL0yRi60cbRh43cPjT8SkyEkpKheZfLa5GLnWlRPWq65MyxBzN6QScYcsTmnWqegoB6W0o7wQ7edm3gVrwUv90uy1JBEPacIuJKsGyrBbyBs_ImY5NRR6VnIp3r-MLIEjOUwLLOXliGKg","expires_in":"43199","not_before":"1417638668","expires_on":"1417681868","resource":"00000003-0000-0ff1-ce00-000000000000/instructureplatform-my.sharepoint.com@b2886a00-7c28-4880-9ef5-eeeb09ca10c7"}
63529
+  (0.2ms) begin transaction
63530
+ Skydrive::Token Exists (0.4ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 15 AND "skydrive_tokens"."id" != 44) LIMIT 1
63531
+  (0.1ms) commit transaction
63532
+ [EOTYGQBR] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/web/lists/Documents/
63533
+ [EOTYGQBR] SKYDRIVE REQUEST HEADERS:
63534
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjY4LCJleHAiOjE0MTc2ODE4NjgsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.hjOHVC6_v6wYwfYap8RaPmqKLepaCsvpR48HBAiIN8iQaA-ME5a1QAF87R1u5iExcoIJ8LVW4_XOgM5uzQoGNVxPtaQe71Ahw8tX1am8AwPHnT3S81SFfe4P65c3_bp2DV_Ew73bzmJiOAmmjhiDfQTaJnSdRRxtygjdCToAaOOtN67UhKt1qyGGOB5TiklkDPqKGTf-AXL0yRi60cbRh43cPjT8SkyEkpKheZfLa5GLnWlRPWq65MyxBzN6QScYcsTmnWqegoB6W0o7wQ7edm3gVrwUv90uy1JBEPacIuJKsGyrBbyBs_ImY5NRR6VnIp3r-MLIEjOUwLLOXliGKg
63535
+ - application/json; odata=verbose
63536
+ [EOTYGQBR] SKYDRIVE RESPONSE HEADERS:
63537
+ - HTTP/1.1 200 OK
63538
+ - Cache-Control: private, max-age=0
63539
+ - Transfer-Encoding: chunked
63540
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63541
+ - Expires: Tue, 18 Nov 2014 20:31:08 GMT
63542
+ - Last-Modified: Wed, 03 Dec 2014 20:31:08 GMT
63543
+ - ETag: "2"
63544
+ - Server: Microsoft-IIS/7.5
63545
+ - X-SharePointHealthScore: 0
63546
+ - X-SP-SERVERSTATE: ReadOnly=0
63547
+ - DATASERVICEVERSION: 3.0
63548
+ - SPClientServiceRequestDuration: 51
63549
+ - X-AspNet-Version: 4.0.30319
63550
+ - SPRequestGuid: 6440d29c-9026-1000-a3da-fbd4cd085336
63551
+ - request-id: 6440d29c-9026-1000-a3da-fbd4cd085336
63552
+ - X-FRAME-OPTIONS: SAMEORIGIN
63553
+ - X-Powered-By: ASP.NET
63554
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63555
+ - X-Content-Type-Options: nosniff
63556
+ - X-MS-InvokeApp: 1; RequireReadOnly
63557
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63558
+ - Date: Wed, 03 Dec 2014 20:31:08 GMT
63559
+ -
63560
+
63561
+ [EOTYGQBR] SKYDRIVE RESPONSE BODY:
63562
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","etag":"\"2\"","type":"SP.List"},"FirstUniqueAncestorSecurableObject":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/FirstUniqueAncestorSecurableObject"}},"RoleAssignments":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RoleAssignments"}},"ContentTypes":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ContentTypes"}},"CreatablesInfo":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/CreatablesInfo"}},"DefaultView":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DefaultView"}},"DescriptionResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DescriptionResource"}},"EventReceivers":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/EventReceivers"}},"Fields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Fields"}},"Forms":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Forms"}},"InformationRightsManagementSettings":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/InformationRightsManagementSettings"}},"Items":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Items"}},"ParentWeb":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ParentWeb"}},"RootFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder"}},"TitleResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/TitleResource"}},"UserCustomActions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/UserCustomActions"}},"Views":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Views"}},"WorkflowAssociations":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/WorkflowAssociations"}},"AllowContentTypes":true,"BaseTemplate":700,"BaseType":1,"ContentTypesEnabled":false,"CrawlNonDefaultViews":false,"Created":"2014-11-18T22:05:40Z","DefaultContentApprovalWorkflowId":"00000000-0000-0000-0000-000000000000","Description":"","Direction":"none","DocumentTemplateUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms/template.dotx","DraftVersionVisibility":0,"EnableAttachments":false,"EnableFolderCreation":true,"EnableMinorVersions":false,"EnableModeration":false,"EnableVersioning":true,"EntityTypeName":"Documents","ForceCheckout":false,"HasExternalDataSource":false,"Hidden":false,"Id":"e9615701-62f7-4d95-8475-9ea66bf1a1cc","ImageUrl":"/_layouts/15/images/itdl.png?rev=38","IrmEnabled":false,"IrmExpire":false,"IrmReject":false,"IsApplicationList":false,"IsCatalog":false,"IsPrivate":false,"ItemCount":13,"LastItemDeletedDate":"2014-11-18T22:05:40Z","LastItemModifiedDate":"2014-11-19T16:37:50Z","ListItemEntityTypeFullName":"SP.Data.DocumentsItem","MajorVersionLimit":0,"MajorWithMinorVersionsLimit":0,"MultipleDataList":false,"NoCrawl":false,"ParentWebUrl":"/personal/ericb_instructureplatform_onmicrosoft_com","ParserDisabled":false,"ServerTemplateCanCreateFolders":true,"TemplateFeatureId":"e9c0ff81-d821-4771-8b4c-246aa7e5e9eb","Title":"Documents"}}
63563
+ [PPPQWJTO] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder
63564
+ [PPPQWJTO] SKYDRIVE REQUEST HEADERS:
63565
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjY4LCJleHAiOjE0MTc2ODE4NjgsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.hjOHVC6_v6wYwfYap8RaPmqKLepaCsvpR48HBAiIN8iQaA-ME5a1QAF87R1u5iExcoIJ8LVW4_XOgM5uzQoGNVxPtaQe71Ahw8tX1am8AwPHnT3S81SFfe4P65c3_bp2DV_Ew73bzmJiOAmmjhiDfQTaJnSdRRxtygjdCToAaOOtN67UhKt1qyGGOB5TiklkDPqKGTf-AXL0yRi60cbRh43cPjT8SkyEkpKheZfLa5GLnWlRPWq65MyxBzN6QScYcsTmnWqegoB6W0o7wQ7edm3gVrwUv90uy1JBEPacIuJKsGyrBbyBs_ImY5NRR6VnIp3r-MLIEjOUwLLOXliGKg
63566
+ - application/json; odata=verbose
63567
+ [PPPQWJTO] SKYDRIVE RESPONSE HEADERS:
63568
+ - HTTP/1.1 200 OK
63569
+ - Cache-Control: private, max-age=0
63570
+ - Transfer-Encoding: chunked
63571
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63572
+ - Expires: Tue, 18 Nov 2014 20:31:09 GMT
63573
+ - Last-Modified: Wed, 03 Dec 2014 20:31:09 GMT
63574
+ - Server: Microsoft-IIS/7.5
63575
+ - X-SharePointHealthScore: 0
63576
+ - X-SP-SERVERSTATE: ReadOnly=0
63577
+ - DATASERVICEVERSION: 3.0
63578
+ - SPClientServiceRequestDuration: 34
63579
+ - X-AspNet-Version: 4.0.30319
63580
+ - SPRequestGuid: 6440d29c-003d-1000-a3da-f0c1f2ab0cf7
63581
+ - request-id: 6440d29c-003d-1000-a3da-f0c1f2ab0cf7
63582
+ - X-FRAME-OPTIONS: SAMEORIGIN
63583
+ - X-Powered-By: ASP.NET
63584
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63585
+ - X-Content-Type-Options: nosniff
63586
+ - X-MS-InvokeApp: 1; RequireReadOnly
63587
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63588
+ - Date: Wed, 03 Dec 2014 20:31:09 GMT
63589
+ -
63590
+
63591
+ [PPPQWJTO] SKYDRIVE RESPONSE BODY:
63592
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Documents","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-19T16:36:51Z","UniqueId":"bfbf6722-aed4-442d-a212-6f832edaec7a","WelcomePage":""}}
63593
+ [KBUWIOAR] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files
63594
+ [KBUWIOAR] SKYDRIVE REQUEST HEADERS:
63595
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjY4LCJleHAiOjE0MTc2ODE4NjgsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.hjOHVC6_v6wYwfYap8RaPmqKLepaCsvpR48HBAiIN8iQaA-ME5a1QAF87R1u5iExcoIJ8LVW4_XOgM5uzQoGNVxPtaQe71Ahw8tX1am8AwPHnT3S81SFfe4P65c3_bp2DV_Ew73bzmJiOAmmjhiDfQTaJnSdRRxtygjdCToAaOOtN67UhKt1qyGGOB5TiklkDPqKGTf-AXL0yRi60cbRh43cPjT8SkyEkpKheZfLa5GLnWlRPWq65MyxBzN6QScYcsTmnWqegoB6W0o7wQ7edm3gVrwUv90uy1JBEPacIuJKsGyrBbyBs_ImY5NRR6VnIp3r-MLIEjOUwLLOXliGKg
63596
+ - application/json; odata=verbose
63597
+ [KBUWIOAR] SKYDRIVE RESPONSE HEADERS:
63598
+ - HTTP/1.1 200 OK
63599
+ - Cache-Control: private, max-age=0
63600
+ - Transfer-Encoding: chunked
63601
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63602
+ - Expires: Tue, 18 Nov 2014 20:31:09 GMT
63603
+ - Last-Modified: Wed, 03 Dec 2014 20:31:09 GMT
63604
+ - Server: Microsoft-IIS/7.5
63605
+ - X-SharePointHealthScore: 0
63606
+ - X-SP-SERVERSTATE: ReadOnly=0
63607
+ - DATASERVICEVERSION: 3.0
63608
+ - SPClientServiceRequestDuration: 39
63609
+ - X-AspNet-Version: 4.0.30319
63610
+ - SPRequestGuid: 6440d29c-2055-1000-a3da-f163ad8bfd39
63611
+ - request-id: 6440d29c-2055-1000-a3da-f163ad8bfd39
63612
+ - X-FRAME-OPTIONS: SAMEORIGIN
63613
+ - X-Powered-By: ASP.NET
63614
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63615
+ - X-Content-Type-Options: nosniff
63616
+ - X-MS-InvokeApp: 1; RequireReadOnly
63617
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63618
+ - Date: Wed, 03 Dec 2014 20:31:09 GMT
63619
+ -
63620
+
63621
+ [KBUWIOAR] SKYDRIVE RESPONSE BODY:
63622
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{E9C42D82-0B9B-4B70-9575-65207356F092},1,1","CustomizedPageStatus":0,"ETag":"\"{E9C42D82-0B9B-4B70-9575-65207356F092},1\"","Exists":true,"Length":"1724","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","TimeCreated":"2014-11-19T16:36:51Z","TimeLastModified":"2014-11-19T16:36:51Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"e9c42d82-0b9b-4b70-9575-65207356f092"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1,2","CustomizedPageStatus":0,"ETag":"\"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1\"","Exists":true,"Length":"11324","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"cavneb-gmail-com_1_1_flickr-logo.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg","TimeCreated":"2014-11-19T16:35:23Z","TimeLastModified":"2014-11-19T16:35:23Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"2c377fcd-51ae-4aac-89e8-d8e0fea6ef71"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1,2","CustomizedPageStatus":0,"ETag":"\"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1\"","Exists":true,"Length":"34296","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"1505125_10152761955082564_5476862585517437071_n.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg","TimeCreated":"2014-11-19T16:35:29Z","TimeLastModified":"2014-11-19T16:35:29Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"03efd0a6-11eb-4e88-98a8-e910f5c88029"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{85E5336E-F84F-4E10-9D74-EF29149302A8},1,1","CustomizedPageStatus":0,"ETag":"\"{85E5336E-F84F-4E10-9D74-EF29149302A8},1\"","Exists":true,"Length":"80","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"app.js","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js","TimeCreated":"2014-11-19T16:36:27Z","TimeLastModified":"2014-11-19T16:36:27Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"85e5336e-f84f-4e10-9d74-ef29149302a8"}]}}
63623
+ [NDRRTTGN] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders
63624
+ [NDRRTTGN] SKYDRIVE REQUEST HEADERS:
63625
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjY4LCJleHAiOjE0MTc2ODE4NjgsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.hjOHVC6_v6wYwfYap8RaPmqKLepaCsvpR48HBAiIN8iQaA-ME5a1QAF87R1u5iExcoIJ8LVW4_XOgM5uzQoGNVxPtaQe71Ahw8tX1am8AwPHnT3S81SFfe4P65c3_bp2DV_Ew73bzmJiOAmmjhiDfQTaJnSdRRxtygjdCToAaOOtN67UhKt1qyGGOB5TiklkDPqKGTf-AXL0yRi60cbRh43cPjT8SkyEkpKheZfLa5GLnWlRPWq65MyxBzN6QScYcsTmnWqegoB6W0o7wQ7edm3gVrwUv90uy1JBEPacIuJKsGyrBbyBs_ImY5NRR6VnIp3r-MLIEjOUwLLOXliGKg
63626
+ - application/json; odata=verbose
63627
+ [NDRRTTGN] SKYDRIVE RESPONSE HEADERS:
63628
+ - HTTP/1.1 200 OK
63629
+ - Cache-Control: private, max-age=0
63630
+ - Transfer-Encoding: chunked
63631
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63632
+ - Expires: Tue, 18 Nov 2014 20:31:09 GMT
63633
+ - Last-Modified: Wed, 03 Dec 2014 20:31:09 GMT
63634
+ - Server: Microsoft-IIS/7.5
63635
+ - X-SharePointHealthScore: 0
63636
+ - X-SP-SERVERSTATE: ReadOnly=0
63637
+ - DATASERVICEVERSION: 3.0
63638
+ - SPClientServiceRequestDuration: 25
63639
+ - X-AspNet-Version: 4.0.30319
63640
+ - SPRequestGuid: 6440d29c-9063-1000-a3da-f6129888d225
63641
+ - request-id: 6440d29c-9063-1000-a3da-f6129888d225
63642
+ - X-FRAME-OPTIONS: SAMEORIGIN
63643
+ - X-Powered-By: ASP.NET
63644
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63645
+ - X-Content-Type-Options: nosniff
63646
+ - X-MS-InvokeApp: 1; RequireReadOnly
63647
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63648
+ - Date: Wed, 03 Dec 2014 20:31:09 GMT
63649
+ -
63650
+
63651
+ [NDRRTTGN] SKYDRIVE RESPONSE BODY:
63652
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Folders"}},"Exists":true,"ItemCount":1,"Name":"Stuff","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff","TimeCreated":"2014-11-19T16:35:51Z","TimeLastModified":"2014-11-19T16:35:59Z","UniqueId":"9209c389-d167-4757-9b7c-918a7b80c433","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Shared with Everyone","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone","TimeCreated":"2014-11-19T16:34:55Z","TimeLastModified":"2014-11-19T16:37:50Z","UniqueId":"83da2482-70d2-428b-80fd-9abcbc403386","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Folders"}},"Exists":true,"ItemCount":0,"Name":"Forms","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-18T22:05:40Z","UniqueId":"08531851-69bf-49fa-922f-e8b2a3abf2fc","WelcomePage":""}]}}
63653
+ Completed 200 OK in 2071ms (Views: 2.2ms | ActiveRecord: 1.1ms)
63654
+
63655
+
63656
+ Started GET "/skydrive/api/v1/files/?uri=https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl(%27/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff%27)" for 127.0.0.1 at 2014-12-03 13:31:12 -0700
63657
+ Processing by Skydrive::FilesController#index as */*
63658
+ Parameters: {"uri"=>"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')"}
63659
+ Skydrive::ApiKey Load (0.5ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '9586ae74-8fc8-41ca-b516-d23585edf47a' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63660
+ Skydrive::User Load (0.2ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63661
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63662
+ [RQTFGPDV] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')
63663
+ [RQTFGPDV] SKYDRIVE REQUEST HEADERS:
63664
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjY4LCJleHAiOjE0MTc2ODE4NjgsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.hjOHVC6_v6wYwfYap8RaPmqKLepaCsvpR48HBAiIN8iQaA-ME5a1QAF87R1u5iExcoIJ8LVW4_XOgM5uzQoGNVxPtaQe71Ahw8tX1am8AwPHnT3S81SFfe4P65c3_bp2DV_Ew73bzmJiOAmmjhiDfQTaJnSdRRxtygjdCToAaOOtN67UhKt1qyGGOB5TiklkDPqKGTf-AXL0yRi60cbRh43cPjT8SkyEkpKheZfLa5GLnWlRPWq65MyxBzN6QScYcsTmnWqegoB6W0o7wQ7edm3gVrwUv90uy1JBEPacIuJKsGyrBbyBs_ImY5NRR6VnIp3r-MLIEjOUwLLOXliGKg
63665
+ - application/json; odata=verbose
63666
+ [RQTFGPDV] SKYDRIVE RESPONSE HEADERS:
63667
+ - HTTP/1.1 200 OK
63668
+ - Cache-Control: private, max-age=0
63669
+ - Transfer-Encoding: chunked
63670
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63671
+ - Expires: Tue, 18 Nov 2014 20:31:12 GMT
63672
+ - Last-Modified: Wed, 03 Dec 2014 20:31:12 GMT
63673
+ - Server: Microsoft-IIS/7.5
63674
+ - X-SharePointHealthScore: 0
63675
+ - X-SP-SERVERSTATE: ReadOnly=0
63676
+ - DATASERVICEVERSION: 3.0
63677
+ - SPClientServiceRequestDuration: 33
63678
+ - X-AspNet-Version: 4.0.30319
63679
+ - SPRequestGuid: 6540d29c-c022-1000-a3da-f7b1b8620816
63680
+ - request-id: 6540d29c-c022-1000-a3da-f7b1b8620816
63681
+ - X-FRAME-OPTIONS: SAMEORIGIN
63682
+ - X-Powered-By: ASP.NET
63683
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63684
+ - X-Content-Type-Options: nosniff
63685
+ - X-MS-InvokeApp: 1; RequireReadOnly
63686
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63687
+ - Date: Wed, 03 Dec 2014 20:31:12 GMT
63688
+ -
63689
+
63690
+ [RQTFGPDV] SKYDRIVE RESPONSE BODY:
63691
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Folders"}},"Exists":true,"ItemCount":1,"Name":"Stuff","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff","TimeCreated":"2014-11-19T16:35:51Z","TimeLastModified":"2014-11-19T16:35:59Z","UniqueId":"9209c389-d167-4757-9b7c-918a7b80c433","WelcomePage":""}}
63692
+ [SEENQEIG] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Files
63693
+ [SEENQEIG] SKYDRIVE REQUEST HEADERS:
63694
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjY4LCJleHAiOjE0MTc2ODE4NjgsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.hjOHVC6_v6wYwfYap8RaPmqKLepaCsvpR48HBAiIN8iQaA-ME5a1QAF87R1u5iExcoIJ8LVW4_XOgM5uzQoGNVxPtaQe71Ahw8tX1am8AwPHnT3S81SFfe4P65c3_bp2DV_Ew73bzmJiOAmmjhiDfQTaJnSdRRxtygjdCToAaOOtN67UhKt1qyGGOB5TiklkDPqKGTf-AXL0yRi60cbRh43cPjT8SkyEkpKheZfLa5GLnWlRPWq65MyxBzN6QScYcsTmnWqegoB6W0o7wQ7edm3gVrwUv90uy1JBEPacIuJKsGyrBbyBs_ImY5NRR6VnIp3r-MLIEjOUwLLOXliGKg
63695
+ - application/json; odata=verbose
63696
+ [SEENQEIG] SKYDRIVE RESPONSE HEADERS:
63697
+ - HTTP/1.1 200 OK
63698
+ - Cache-Control: private, max-age=0
63699
+ - Transfer-Encoding: chunked
63700
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63701
+ - Expires: Tue, 18 Nov 2014 20:31:13 GMT
63702
+ - Last-Modified: Wed, 03 Dec 2014 20:31:13 GMT
63703
+ - Server: Microsoft-IIS/7.5
63704
+ - X-SharePointHealthScore: 0
63705
+ - X-SP-SERVERSTATE: ReadOnly=0
63706
+ - DATASERVICEVERSION: 3.0
63707
+ - SPClientServiceRequestDuration: 32
63708
+ - X-AspNet-Version: 4.0.30319
63709
+ - SPRequestGuid: 6540d29c-4038-1000-a3da-face3ff19f8a
63710
+ - request-id: 6540d29c-4038-1000-a3da-face3ff19f8a
63711
+ - X-FRAME-OPTIONS: SAMEORIGIN
63712
+ - X-Powered-By: ASP.NET
63713
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63714
+ - X-Content-Type-Options: nosniff
63715
+ - X-MS-InvokeApp: 1; RequireReadOnly
63716
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63717
+ - Date: Wed, 03 Dec 2014 20:31:13 GMT
63718
+ -
63719
+
63720
+ [SEENQEIG] SKYDRIVE RESPONSE BODY:
63721
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff/eula.txt')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff/eula.txt')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff/eula.txt')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff/eula.txt')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff/eula.txt')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff/eula.txt')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff/eula.txt')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff/eula.txt')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{A30E1382-5848-4941-A445-49F2C6A89806},1,1","CustomizedPageStatus":0,"ETag":"\"{A30E1382-5848-4941-A445-49F2C6A89806},1\"","Exists":true,"Length":"180","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"eula.txt","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff/eula.txt","TimeCreated":"2014-11-19T16:35:59Z","TimeLastModified":"2014-11-19T16:35:59Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"a30e1382-5848-4941-a445-49f2c6a89806"}]}}
63722
+ [UONOYUMK] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Folders
63723
+ [UONOYUMK] SKYDRIVE REQUEST HEADERS:
63724
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjY4LCJleHAiOjE0MTc2ODE4NjgsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.hjOHVC6_v6wYwfYap8RaPmqKLepaCsvpR48HBAiIN8iQaA-ME5a1QAF87R1u5iExcoIJ8LVW4_XOgM5uzQoGNVxPtaQe71Ahw8tX1am8AwPHnT3S81SFfe4P65c3_bp2DV_Ew73bzmJiOAmmjhiDfQTaJnSdRRxtygjdCToAaOOtN67UhKt1qyGGOB5TiklkDPqKGTf-AXL0yRi60cbRh43cPjT8SkyEkpKheZfLa5GLnWlRPWq65MyxBzN6QScYcsTmnWqegoB6W0o7wQ7edm3gVrwUv90uy1JBEPacIuJKsGyrBbyBs_ImY5NRR6VnIp3r-MLIEjOUwLLOXliGKg
63725
+ - application/json; odata=verbose
63726
+ [UONOYUMK] SKYDRIVE RESPONSE HEADERS:
63727
+ - HTTP/1.1 200 OK
63728
+ - Cache-Control: private, max-age=0
63729
+ - Transfer-Encoding: chunked
63730
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63731
+ - Expires: Tue, 18 Nov 2014 20:31:13 GMT
63732
+ - Last-Modified: Wed, 03 Dec 2014 20:31:13 GMT
63733
+ - Server: Microsoft-IIS/7.5
63734
+ - X-SharePointHealthScore: 0
63735
+ - X-SP-SERVERSTATE: ReadOnly=0
63736
+ - DATASERVICEVERSION: 3.0
63737
+ - SPClientServiceRequestDuration: 33
63738
+ - X-AspNet-Version: 4.0.30319
63739
+ - SPRequestGuid: 6540d29c-803e-1000-a3da-f2ea9e5d3aac
63740
+ - request-id: 6540d29c-803e-1000-a3da-f2ea9e5d3aac
63741
+ - X-FRAME-OPTIONS: SAMEORIGIN
63742
+ - X-Powered-By: ASP.NET
63743
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63744
+ - X-Content-Type-Options: nosniff
63745
+ - X-MS-InvokeApp: 1; RequireReadOnly
63746
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63747
+ - Date: Wed, 03 Dec 2014 20:31:12 GMT
63748
+ -
63749
+
63750
+ [UONOYUMK] SKYDRIVE RESPONSE BODY:
63751
+ {"d":{"results":[]}}
63752
+ Completed 200 OK in 958ms (Views: 0.6ms | ActiveRecord: 0.8ms)
63753
+
63754
+
63755
+ Started GET "/assets/skydrive/skydrive_icon.png" for 127.0.0.1 at 2014-12-03 13:31:23 -0700
63756
+
63757
+
63758
+ Started POST "/skydrive/launch" for 127.0.0.1 at 2014-12-03 13:31:29 -0700
63759
+ Processing by Skydrive::LaunchController#basic_launch as HTML
63760
+ Parameters: {"oauth_consumer_key"=>"key", "oauth_signature_method"=>"HMAC-SHA1", "oauth_timestamp"=>"1417638688", "oauth_nonce"=>"fORIw0WluPXOtYyh5SaywXaa199UXQsMUVQhXQ1s", "oauth_version"=>"1.0", "context_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "context_label"=>"LTI", "context_title"=>"LTI Testing", "custom_canvas_api_domain"=>"karl.instructure.com", "custom_canvas_assignment_id"=>"40", "custom_canvas_assignment_points_possible"=>"0", "custom_canvas_assignment_title"=>"Assignment that accepts skydrive", "custom_canvas_course_id"=>"1", "custom_canvas_enrollment_state"=>"active", "custom_canvas_user_id"=>"170000003832906", "custom_canvas_user_login_id"=>"ericb", "custom_sharepoint_client_domain"=>"instructureplatform", "ext_content_file_extensions"=>"png,pdf", "ext_content_intended_use"=>"homework", "ext_content_return_types"=>"file", "ext_content_return_url"=>"https://karl.instructure.com/external_content/success/external_tool_dialog", "ext_roles"=>"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User", "launch_presentation_document_target"=>"iframe", "launch_presentation_height"=>"600", "launch_presentation_locale"=>"en", "launch_presentation_return_url"=>"https://karl.instructure.com/external_content/success/external_tool_dialog", "launch_presentation_width"=>"700", "lis_course_offering_sourcedid"=>"1234", "lis_person_contact_email_primary"=>"ericb@instructure.com", "lis_person_name_family"=>"Berry", "lis_person_name_full"=>"Eric Berry", "lis_person_name_given"=>"Eric", "lti_message_type"=>"basic-lti-launch-request", "lti_version"=>"LTI-1p0", "oauth_callback"=>"about:blank", "resource_link_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "resource_link_title"=>"OneDrive Pro (localhost)", "roles"=>"Learner,urn:lti:instrole:ims/lis/Administrator", "tool_consumer_info_product_family_code"=>"canvas", "tool_consumer_info_version"=>"cloud", "tool_consumer_instance_contact_email"=>"notifications@instructure.com", "tool_consumer_instance_guid"=>"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com", "tool_consumer_instance_name"=>"Karl Lloyd Sandbox", "user_id"=>"6c04ace457f1c802ed7ddc76642b26e27003fe7a", "user_image"=>"https://canvas.instructure.com/images/messages/avatar-50.png", "oauth_signature"=>"Ih1EYC3HTPeT78sm3ZsNb6EZgD0="}
63761
+ Skydrive::Account Load (0.3ms) SELECT "skydrive_accounts".* FROM "skydrive_accounts" WHERE "skydrive_accounts"."key" = 'key' ORDER BY "skydrive_accounts"."id" ASC LIMIT 1
63762
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."account_id" = ? AND "skydrive_users"."username" = '6c04ace457f1c802ed7ddc76642b26e27003fe7a' ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["account_id", 1]]
63763
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63764
+  (0.1ms) begin transaction
63765
+ Skydrive::Token Exists (0.1ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 15 AND "skydrive_tokens"."id" != 44) LIMIT 1
63766
+  (0.1ms) commit transaction
63767
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."user_id" = ? AND (expired_at < '2014-12-03 20:31:29.351427') [["user_id", 15]]
63768
+  (0.1ms) begin transaction
63769
+ SQL (0.8ms) INSERT INTO "skydrive_api_keys" ("created_at", "expired_at", "init_params", "oauth_code", "scope", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 03 Dec 2014 20:31:29 UTC +00:00], ["expired_at", Wed, 03 Dec 2014 21:31:29 UTC +00:00], ["init_params", "{\"oauth_consumer_key\":\"key\",\"oauth_signature_method\":\"HMAC-SHA1\",\"oauth_timestamp\":\"1417638688\",\"oauth_nonce\":\"fORIw0WluPXOtYyh5SaywXaa199UXQsMUVQhXQ1s\",\"oauth_version\":\"1.0\",\"context_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"context_label\":\"LTI\",\"context_title\":\"LTI Testing\",\"custom_canvas_api_domain\":\"karl.instructure.com\",\"custom_canvas_assignment_id\":\"40\",\"custom_canvas_assignment_points_possible\":\"0\",\"custom_canvas_assignment_title\":\"Assignment that accepts skydrive\",\"custom_canvas_course_id\":\"1\",\"custom_canvas_enrollment_state\":\"active\",\"custom_canvas_user_id\":\"170000003832906\",\"custom_canvas_user_login_id\":\"ericb\",\"custom_sharepoint_client_domain\":\"instructureplatform\",\"ext_content_file_extensions\":\"png,pdf\",\"ext_content_intended_use\":\"homework\",\"ext_content_return_types\":\"file\",\"ext_content_return_url\":\"https://karl.instructure.com/external_content/success/external_tool_dialog\",\"ext_roles\":\"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User\",\"launch_presentation_document_target\":\"iframe\",\"launch_presentation_height\":\"600\",\"launch_presentation_locale\":\"en\",\"launch_presentation_return_url\":\"https://karl.instructure.com/external_content/success/external_tool_dialog\",\"launch_presentation_width\":\"700\",\"lis_course_offering_sourcedid\":\"1234\",\"lis_person_contact_email_primary\":\"ericb@instructure.com\",\"lis_person_name_family\":\"Berry\",\"lis_person_name_full\":\"Eric Berry\",\"lis_person_name_given\":\"Eric\",\"lti_message_type\":\"basic-lti-launch-request\",\"lti_version\":\"LTI-1p0\",\"oauth_callback\":\"about:blank\",\"resource_link_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"resource_link_title\":\"OneDrive Pro (localhost)\",\"roles\":\"Learner,urn:lti:instrole:ims/lis/Administrator\",\"tool_consumer_info_product_family_code\":\"canvas\",\"tool_consumer_info_version\":\"cloud\",\"tool_consumer_instance_contact_email\":\"notifications@instructure.com\",\"tool_consumer_instance_guid\":\"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com\",\"tool_consumer_instance_name\":\"Karl Lloyd Sandbox\",\"user_id\":\"6c04ace457f1c802ed7ddc76642b26e27003fe7a\",\"user_image\":\"https://canvas.instructure.com/images/messages/avatar-50.png\",\"oauth_signature\":\"Ih1EYC3HTPeT78sm3ZsNb6EZgD0=\",\"action\":\"basic_launch\",\"controller\":\"skydrive/launch\"}"], ["oauth_code", "d98771df-1f2e-4775-ab38-a8466d4350af"], ["scope", "session"], ["user_id", 15]]
63770
+  (2.4ms) commit transaction
63771
+ Redirected to https://localhost:3001/skydrive/launch/d98771df-1f2e-4775-ab38-a8466d4350af
63772
+ Completed 302 Found in 16ms (ActiveRecord: 4.3ms)
63773
+
63774
+
63775
+ Started GET "/skydrive/launch/d98771df-1f2e-4775-ab38-a8466d4350af" for 127.0.0.1 at 2014-12-03 13:31:29 -0700
63776
+ Processing by Skydrive::EmberController#index as HTML
63777
+ Parameters: {"path"=>"launch/d98771df-1f2e-4775-ab38-a8466d4350af"}
63778
+ Rendered /Users/ericb/Projects/Instructure/lti_skydrive_engine/app/views/skydrive/ember/index.html.erb within layouts/skydrive/application (1.4ms)
63779
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
63780
+
63781
+
63782
+ Started GET "/assets/skydrive/bundle.js?body=1" for 127.0.0.1 at 2014-12-03 13:31:29 -0700
63783
+
63784
+
63785
+ Started POST "/skydrive/oauth2/token" for 127.0.0.1 at 2014-12-03 13:31:29 -0700
63786
+ Processing by Skydrive::ApiKeysController#oauth2_token as HTML
63787
+ Parameters: {"code"=>"d98771df-1f2e-4775-ab38-a8466d4350af", "api_key"=>{}}
63788
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE (expired_at >= '2014-12-03 20:31:29.977323') AND "skydrive_api_keys"."oauth_code" = 'd98771df-1f2e-4775-ab38-a8466d4350af' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63789
+  (0.1ms) begin transaction
63790
+ SQL (0.4ms) UPDATE "skydrive_api_keys" SET "access_token" = ?, "oauth_code" = ? WHERE "skydrive_api_keys"."id" = 381 [["access_token", "7e0086af-8280-40e2-afbe-15b857d6cc51"], ["oauth_code", nil]]
63791
+  (0.7ms) commit transaction
63792
+ Completed 201 Created in 4ms (Views: 0.6ms | ActiveRecord: 1.4ms)
63793
+
63794
+
63795
+ Started GET "/skydrive/api/v1/users/self" for 127.0.0.1 at 2014-12-03 13:31:30 -0700
63796
+ Processing by Skydrive::UsersController#show as HTML
63797
+ Parameters: {"id"=>"self"}
63798
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '7e0086af-8280-40e2-afbe-15b857d6cc51' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63799
+ Skydrive::User Load (0.2ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63800
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.4ms)
63801
+
63802
+
63803
+ Started GET "/skydrive/api/v1/skydrive_authorized" for 127.0.0.1 at 2014-12-03 13:31:30 -0700
63804
+ Processing by Skydrive::LaunchController#skydrive_authorized as HTML
63805
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '7e0086af-8280-40e2-afbe-15b857d6cc51' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63806
+ Skydrive::User Load (0.2ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63807
+ Skydrive::Token Load (0.2ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63808
+ RestClient.get "https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/", "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Authorization"=>"Bearer"
63809
+ # => 401 Unauthorized | application/xml 323 bytes
63810
+ [CWNDBKMZ] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/
63811
+ [CWNDBKMZ] SKYDRIVE REQUEST PAYLOAD:
63812
+ [CWNDBKMZ] SKYDRIVE REQUEST HEADERS:
63813
+ - Bearer
63814
+ [CWNDBKMZ] SKYDRIVE RESPONSE CODE: 401
63815
+ [CWNDBKMZ] SKYDRIVE RESPONSE BODY:
63816
+ <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>-2147024891, System.UnauthorizedAccessException</m:code><m:message xml:lang="en-US">Access denied. You do not have permission to perform this action or access this resource.</m:message></m:error>
63817
+ RestClient.post "https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2", 688 byte(s) length, "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Content-Length"=>"688", "Content-Type"=>"application/x-www-form-urlencoded"
63818
+ # => 200 OK | application/json 1202 bytes
63819
+ [HIPYPFFI] SKYDRIVE REQUEST: https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2
63820
+ [HIPYPFFI] SKYDRIVE REQUEST PAYLOAD:
63821
+ [HIPYPFFI] SKYDRIVE REQUEST HEADERS:
63822
+ -
63823
+ [HIPYPFFI] SKYDRIVE RESPONSE CODE: 200
63824
+ [HIPYPFFI] SKYDRIVE RESPONSE BODY:
63825
+ {"token_type":"Bearer","access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjkwLCJleHAiOjE0MTc2ODE4OTAsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.COvBcN5C7B_VTw6_-a9i85sYFK2slrsIu5S7qse_ZaknPIA2IG9YVdj2vahcWCoMx1VF_C75zSVkcgtK_t2t2ASr_MUYFmfxI6pE1Op_9xFcm0fRwSOJ2dd6gdfZHzy5CjopsM_H-VDRmhz0GuRAHPo8Bg6HdhgE5rZc_N8jIyWBOwKZ3NZRfxv4iAbPICIGbkXghh1HthhFhhSXq6K8o9jpLWZraxyEtIJ8FVDWB30k-B3G9lINkbFCMWuT2x9MP8MQSAiFo-iNsDj7VcCkDL2KxQijqRxXhb1GTtCtr2DBcuAdG2iWRQ4tF1pN0Wznal0unrEOkGO6J8TFkjZXLg","expires_in":"43199","not_before":"1417638690","expires_on":"1417681890","resource":"00000003-0000-0ff1-ce00-000000000000/instructureplatform-my.sharepoint.com@b2886a00-7c28-4880-9ef5-eeeb09ca10c7"}
63826
+  (0.2ms) begin transaction
63827
+ Skydrive::Token Exists (0.3ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 15 AND "skydrive_tokens"."id" != 44) LIMIT 1
63828
+ SQL (0.9ms) UPDATE "skydrive_tokens" SET "access_token" = ?, "not_before" = ?, "expires_on" = ? WHERE "skydrive_tokens"."id" = 44 [["access_token", "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjkwLCJleHAiOjE0MTc2ODE4OTAsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.COvBcN5C7B_VTw6_-a9i85sYFK2slrsIu5S7qse_ZaknPIA2IG9YVdj2vahcWCoMx1VF_C75zSVkcgtK_t2t2ASr_MUYFmfxI6pE1Op_9xFcm0fRwSOJ2dd6gdfZHzy5CjopsM_H-VDRmhz0GuRAHPo8Bg6HdhgE5rZc_N8jIyWBOwKZ3NZRfxv4iAbPICIGbkXghh1HthhFhhSXq6K8o9jpLWZraxyEtIJ8FVDWB30k-B3G9lINkbFCMWuT2x9MP8MQSAiFo-iNsDj7VcCkDL2KxQijqRxXhb1GTtCtr2DBcuAdG2iWRQ4tF1pN0Wznal0unrEOkGO6J8TFkjZXLg"], ["not_before", Wed, 03 Dec 2014 20:31:30 UTC +00:00], ["expires_on", Thu, 04 Dec 2014 08:31:30 UTC +00:00]]
63829
+  (3.0ms) commit transaction
63830
+ Completed 201 Created in 579ms (Views: 0.1ms | ActiveRecord: 5.0ms)
63831
+
63832
+
63833
+ Started GET "/skydrive/api/v1/files/?uri=root" for 127.0.0.1 at 2014-12-03 13:31:30 -0700
63834
+ Processing by Skydrive::FilesController#index as */*
63835
+ Parameters: {"uri"=>"root"}
63836
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '7e0086af-8280-40e2-afbe-15b857d6cc51' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63837
+ Skydrive::User Load (0.2ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63838
+ Skydrive::Token Load (0.3ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63839
+ [EDFVWYVP] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/web/lists/Documents/
63840
+ [EDFVWYVP] SKYDRIVE REQUEST HEADERS:
63841
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjkwLCJleHAiOjE0MTc2ODE4OTAsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.COvBcN5C7B_VTw6_-a9i85sYFK2slrsIu5S7qse_ZaknPIA2IG9YVdj2vahcWCoMx1VF_C75zSVkcgtK_t2t2ASr_MUYFmfxI6pE1Op_9xFcm0fRwSOJ2dd6gdfZHzy5CjopsM_H-VDRmhz0GuRAHPo8Bg6HdhgE5rZc_N8jIyWBOwKZ3NZRfxv4iAbPICIGbkXghh1HthhFhhSXq6K8o9jpLWZraxyEtIJ8FVDWB30k-B3G9lINkbFCMWuT2x9MP8MQSAiFo-iNsDj7VcCkDL2KxQijqRxXhb1GTtCtr2DBcuAdG2iWRQ4tF1pN0Wznal0unrEOkGO6J8TFkjZXLg
63842
+ - application/json; odata=verbose
63843
+ [EDFVWYVP] SKYDRIVE RESPONSE HEADERS:
63844
+ - HTTP/1.1 200 OK
63845
+ - Cache-Control: private, max-age=0
63846
+ - Transfer-Encoding: chunked
63847
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63848
+ - Expires: Tue, 18 Nov 2014 20:31:31 GMT
63849
+ - Last-Modified: Wed, 03 Dec 2014 20:31:31 GMT
63850
+ - ETag: "2"
63851
+ - Server: Microsoft-IIS/7.5
63852
+ - X-SharePointHealthScore: 0
63853
+ - X-SP-SERVERSTATE: ReadOnly=0
63854
+ - DATASERVICEVERSION: 3.0
63855
+ - SPClientServiceRequestDuration: 82
63856
+ - X-AspNet-Version: 4.0.30319
63857
+ - SPRequestGuid: 6940d29c-108d-1000-a3da-f88415cdfc3c
63858
+ - request-id: 6940d29c-108d-1000-a3da-f88415cdfc3c
63859
+ - X-FRAME-OPTIONS: SAMEORIGIN
63860
+ - X-Powered-By: ASP.NET
63861
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63862
+ - X-Content-Type-Options: nosniff
63863
+ - X-MS-InvokeApp: 1; RequireReadOnly
63864
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63865
+ - Date: Wed, 03 Dec 2014 20:31:31 GMT
63866
+ -
63867
+
63868
+ [EDFVWYVP] SKYDRIVE RESPONSE BODY:
63869
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","etag":"\"2\"","type":"SP.List"},"FirstUniqueAncestorSecurableObject":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/FirstUniqueAncestorSecurableObject"}},"RoleAssignments":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RoleAssignments"}},"ContentTypes":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ContentTypes"}},"CreatablesInfo":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/CreatablesInfo"}},"DefaultView":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DefaultView"}},"DescriptionResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DescriptionResource"}},"EventReceivers":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/EventReceivers"}},"Fields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Fields"}},"Forms":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Forms"}},"InformationRightsManagementSettings":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/InformationRightsManagementSettings"}},"Items":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Items"}},"ParentWeb":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ParentWeb"}},"RootFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder"}},"TitleResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/TitleResource"}},"UserCustomActions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/UserCustomActions"}},"Views":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Views"}},"WorkflowAssociations":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/WorkflowAssociations"}},"AllowContentTypes":true,"BaseTemplate":700,"BaseType":1,"ContentTypesEnabled":false,"CrawlNonDefaultViews":false,"Created":"2014-11-18T22:05:40Z","DefaultContentApprovalWorkflowId":"00000000-0000-0000-0000-000000000000","Description":"","Direction":"none","DocumentTemplateUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms/template.dotx","DraftVersionVisibility":0,"EnableAttachments":false,"EnableFolderCreation":true,"EnableMinorVersions":false,"EnableModeration":false,"EnableVersioning":true,"EntityTypeName":"Documents","ForceCheckout":false,"HasExternalDataSource":false,"Hidden":false,"Id":"e9615701-62f7-4d95-8475-9ea66bf1a1cc","ImageUrl":"/_layouts/15/images/itdl.png?rev=38","IrmEnabled":false,"IrmExpire":false,"IrmReject":false,"IsApplicationList":false,"IsCatalog":false,"IsPrivate":false,"ItemCount":13,"LastItemDeletedDate":"2014-11-18T22:05:40Z","LastItemModifiedDate":"2014-11-19T16:37:50Z","ListItemEntityTypeFullName":"SP.Data.DocumentsItem","MajorVersionLimit":0,"MajorWithMinorVersionsLimit":0,"MultipleDataList":false,"NoCrawl":false,"ParentWebUrl":"/personal/ericb_instructureplatform_onmicrosoft_com","ParserDisabled":false,"ServerTemplateCanCreateFolders":true,"TemplateFeatureId":"e9c0ff81-d821-4771-8b4c-246aa7e5e9eb","Title":"Documents"}}
63870
+ [IPEBKGXX] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder
63871
+ [IPEBKGXX] SKYDRIVE REQUEST HEADERS:
63872
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjkwLCJleHAiOjE0MTc2ODE4OTAsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.COvBcN5C7B_VTw6_-a9i85sYFK2slrsIu5S7qse_ZaknPIA2IG9YVdj2vahcWCoMx1VF_C75zSVkcgtK_t2t2ASr_MUYFmfxI6pE1Op_9xFcm0fRwSOJ2dd6gdfZHzy5CjopsM_H-VDRmhz0GuRAHPo8Bg6HdhgE5rZc_N8jIyWBOwKZ3NZRfxv4iAbPICIGbkXghh1HthhFhhSXq6K8o9jpLWZraxyEtIJ8FVDWB30k-B3G9lINkbFCMWuT2x9MP8MQSAiFo-iNsDj7VcCkDL2KxQijqRxXhb1GTtCtr2DBcuAdG2iWRQ4tF1pN0Wznal0unrEOkGO6J8TFkjZXLg
63873
+ - application/json; odata=verbose
63874
+ [IPEBKGXX] SKYDRIVE RESPONSE HEADERS:
63875
+ - HTTP/1.1 200 OK
63876
+ - Cache-Control: private, max-age=0
63877
+ - Transfer-Encoding: chunked
63878
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63879
+ - Expires: Tue, 18 Nov 2014 20:31:31 GMT
63880
+ - Last-Modified: Wed, 03 Dec 2014 20:31:31 GMT
63881
+ - Server: Microsoft-IIS/7.5
63882
+ - X-SharePointHealthScore: 0
63883
+ - X-SP-SERVERSTATE: ReadOnly=0
63884
+ - DATASERVICEVERSION: 3.0
63885
+ - SPClientServiceRequestDuration: 35
63886
+ - X-AspNet-Version: 4.0.30319
63887
+ - SPRequestGuid: 6940d29c-e0ac-1000-a3da-f913a96be25b
63888
+ - request-id: 6940d29c-e0ac-1000-a3da-f913a96be25b
63889
+ - X-FRAME-OPTIONS: SAMEORIGIN
63890
+ - X-Powered-By: ASP.NET
63891
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63892
+ - X-Content-Type-Options: nosniff
63893
+ - X-MS-InvokeApp: 1; RequireReadOnly
63894
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63895
+ - Date: Wed, 03 Dec 2014 20:31:31 GMT
63896
+ -
63897
+
63898
+ [IPEBKGXX] SKYDRIVE RESPONSE BODY:
63899
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Documents","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-19T16:36:51Z","UniqueId":"bfbf6722-aed4-442d-a212-6f832edaec7a","WelcomePage":""}}
63900
+ [VXPZRSQU] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files
63901
+ [VXPZRSQU] SKYDRIVE REQUEST HEADERS:
63902
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjkwLCJleHAiOjE0MTc2ODE4OTAsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.COvBcN5C7B_VTw6_-a9i85sYFK2slrsIu5S7qse_ZaknPIA2IG9YVdj2vahcWCoMx1VF_C75zSVkcgtK_t2t2ASr_MUYFmfxI6pE1Op_9xFcm0fRwSOJ2dd6gdfZHzy5CjopsM_H-VDRmhz0GuRAHPo8Bg6HdhgE5rZc_N8jIyWBOwKZ3NZRfxv4iAbPICIGbkXghh1HthhFhhSXq6K8o9jpLWZraxyEtIJ8FVDWB30k-B3G9lINkbFCMWuT2x9MP8MQSAiFo-iNsDj7VcCkDL2KxQijqRxXhb1GTtCtr2DBcuAdG2iWRQ4tF1pN0Wznal0unrEOkGO6J8TFkjZXLg
63903
+ - application/json; odata=verbose
63904
+ [VXPZRSQU] SKYDRIVE RESPONSE HEADERS:
63905
+ - HTTP/1.1 200 OK
63906
+ - Cache-Control: private, max-age=0
63907
+ - Transfer-Encoding: chunked
63908
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63909
+ - Expires: Tue, 18 Nov 2014 20:31:31 GMT
63910
+ - Last-Modified: Wed, 03 Dec 2014 20:31:31 GMT
63911
+ - Server: Microsoft-IIS/7.5
63912
+ - X-SharePointHealthScore: 0
63913
+ - X-SP-SERVERSTATE: ReadOnly=0
63914
+ - DATASERVICEVERSION: 3.0
63915
+ - SPClientServiceRequestDuration: 36
63916
+ - X-AspNet-Version: 4.0.30319
63917
+ - SPRequestGuid: 6940d29c-70bf-1000-a3da-f7cacc98042c
63918
+ - request-id: 6940d29c-70bf-1000-a3da-f7cacc98042c
63919
+ - X-FRAME-OPTIONS: SAMEORIGIN
63920
+ - X-Powered-By: ASP.NET
63921
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63922
+ - X-Content-Type-Options: nosniff
63923
+ - X-MS-InvokeApp: 1; RequireReadOnly
63924
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63925
+ - Date: Wed, 03 Dec 2014 20:31:31 GMT
63926
+ -
63927
+
63928
+ [VXPZRSQU] SKYDRIVE RESPONSE BODY:
63929
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{E9C42D82-0B9B-4B70-9575-65207356F092},1,1","CustomizedPageStatus":0,"ETag":"\"{E9C42D82-0B9B-4B70-9575-65207356F092},1\"","Exists":true,"Length":"1724","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","TimeCreated":"2014-11-19T16:36:51Z","TimeLastModified":"2014-11-19T16:36:51Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"e9c42d82-0b9b-4b70-9575-65207356f092"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1,2","CustomizedPageStatus":0,"ETag":"\"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1\"","Exists":true,"Length":"11324","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"cavneb-gmail-com_1_1_flickr-logo.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg","TimeCreated":"2014-11-19T16:35:23Z","TimeLastModified":"2014-11-19T16:35:23Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"2c377fcd-51ae-4aac-89e8-d8e0fea6ef71"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1,2","CustomizedPageStatus":0,"ETag":"\"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1\"","Exists":true,"Length":"34296","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"1505125_10152761955082564_5476862585517437071_n.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg","TimeCreated":"2014-11-19T16:35:29Z","TimeLastModified":"2014-11-19T16:35:29Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"03efd0a6-11eb-4e88-98a8-e910f5c88029"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{85E5336E-F84F-4E10-9D74-EF29149302A8},1,1","CustomizedPageStatus":0,"ETag":"\"{85E5336E-F84F-4E10-9D74-EF29149302A8},1\"","Exists":true,"Length":"80","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"app.js","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js","TimeCreated":"2014-11-19T16:36:27Z","TimeLastModified":"2014-11-19T16:36:27Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"85e5336e-f84f-4e10-9d74-ef29149302a8"}]}}
63930
+ [LQWSCAUQ] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders
63931
+ [LQWSCAUQ] SKYDRIVE REQUEST HEADERS:
63932
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjkwLCJleHAiOjE0MTc2ODE4OTAsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.COvBcN5C7B_VTw6_-a9i85sYFK2slrsIu5S7qse_ZaknPIA2IG9YVdj2vahcWCoMx1VF_C75zSVkcgtK_t2t2ASr_MUYFmfxI6pE1Op_9xFcm0fRwSOJ2dd6gdfZHzy5CjopsM_H-VDRmhz0GuRAHPo8Bg6HdhgE5rZc_N8jIyWBOwKZ3NZRfxv4iAbPICIGbkXghh1HthhFhhSXq6K8o9jpLWZraxyEtIJ8FVDWB30k-B3G9lINkbFCMWuT2x9MP8MQSAiFo-iNsDj7VcCkDL2KxQijqRxXhb1GTtCtr2DBcuAdG2iWRQ4tF1pN0Wznal0unrEOkGO6J8TFkjZXLg
63933
+ - application/json; odata=verbose
63934
+ [LQWSCAUQ] SKYDRIVE RESPONSE HEADERS:
63935
+ - HTTP/1.1 200 OK
63936
+ - Cache-Control: private, max-age=0
63937
+ - Transfer-Encoding: chunked
63938
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63939
+ - Expires: Tue, 18 Nov 2014 20:31:31 GMT
63940
+ - Last-Modified: Wed, 03 Dec 2014 20:31:31 GMT
63941
+ - Server: Microsoft-IIS/7.5
63942
+ - X-SharePointHealthScore: 0
63943
+ - X-SP-SERVERSTATE: ReadOnly=0
63944
+ - DATASERVICEVERSION: 3.0
63945
+ - SPClientServiceRequestDuration: 34
63946
+ - X-AspNet-Version: 4.0.30319
63947
+ - SPRequestGuid: 6940d29c-60c9-1000-a3da-fa689be4fe3b
63948
+ - request-id: 6940d29c-60c9-1000-a3da-fa689be4fe3b
63949
+ - X-FRAME-OPTIONS: SAMEORIGIN
63950
+ - X-Powered-By: ASP.NET
63951
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63952
+ - X-Content-Type-Options: nosniff
63953
+ - X-MS-InvokeApp: 1; RequireReadOnly
63954
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63955
+ - Date: Wed, 03 Dec 2014 20:31:31 GMT
63956
+ -
63957
+
63958
+ [LQWSCAUQ] SKYDRIVE RESPONSE BODY:
63959
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Folders"}},"Exists":true,"ItemCount":1,"Name":"Stuff","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff","TimeCreated":"2014-11-19T16:35:51Z","TimeLastModified":"2014-11-19T16:35:59Z","UniqueId":"9209c389-d167-4757-9b7c-918a7b80c433","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Shared with Everyone","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone","TimeCreated":"2014-11-19T16:34:55Z","TimeLastModified":"2014-11-19T16:37:50Z","UniqueId":"83da2482-70d2-428b-80fd-9abcbc403386","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Folders"}},"Exists":true,"ItemCount":0,"Name":"Forms","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-18T22:05:40Z","UniqueId":"08531851-69bf-49fa-922f-e8b2a3abf2fc","WelcomePage":""}]}}
63960
+ Completed 200 OK in 1370ms (Views: 2.6ms | ActiveRecord: 0.7ms)
63961
+
63962
+
63963
+ Started GET "/skydrive/api/v1/files/?uri=https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl(%27/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone%27)" for 127.0.0.1 at 2014-12-03 13:31:33 -0700
63964
+ Processing by Skydrive::FilesController#index as */*
63965
+ Parameters: {"uri"=>"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')"}
63966
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '7e0086af-8280-40e2-afbe-15b857d6cc51' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
63967
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
63968
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
63969
+ [EBMMPRIN] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')
63970
+ [EBMMPRIN] SKYDRIVE REQUEST HEADERS:
63971
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjkwLCJleHAiOjE0MTc2ODE4OTAsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.COvBcN5C7B_VTw6_-a9i85sYFK2slrsIu5S7qse_ZaknPIA2IG9YVdj2vahcWCoMx1VF_C75zSVkcgtK_t2t2ASr_MUYFmfxI6pE1Op_9xFcm0fRwSOJ2dd6gdfZHzy5CjopsM_H-VDRmhz0GuRAHPo8Bg6HdhgE5rZc_N8jIyWBOwKZ3NZRfxv4iAbPICIGbkXghh1HthhFhhSXq6K8o9jpLWZraxyEtIJ8FVDWB30k-B3G9lINkbFCMWuT2x9MP8MQSAiFo-iNsDj7VcCkDL2KxQijqRxXhb1GTtCtr2DBcuAdG2iWRQ4tF1pN0Wznal0unrEOkGO6J8TFkjZXLg
63972
+ - application/json; odata=verbose
63973
+ [EBMMPRIN] SKYDRIVE RESPONSE HEADERS:
63974
+ - HTTP/1.1 200 OK
63975
+ - Cache-Control: private, max-age=0
63976
+ - Transfer-Encoding: chunked
63977
+ - Content-Type: application/json;odata=verbose;charset=utf-8
63978
+ - Expires: Tue, 18 Nov 2014 20:31:34 GMT
63979
+ - Last-Modified: Wed, 03 Dec 2014 20:31:34 GMT
63980
+ - Server: Microsoft-IIS/7.5
63981
+ - X-SharePointHealthScore: 0
63982
+ - X-SP-SERVERSTATE: ReadOnly=0
63983
+ - DATASERVICEVERSION: 3.0
63984
+ - SPClientServiceRequestDuration: 36
63985
+ - X-AspNet-Version: 4.0.30319
63986
+ - SPRequestGuid: 6a40d29c-7056-1000-a3da-f39fdf29e300
63987
+ - request-id: 6a40d29c-7056-1000-a3da-f39fdf29e300
63988
+ - X-FRAME-OPTIONS: SAMEORIGIN
63989
+ - X-Powered-By: ASP.NET
63990
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
63991
+ - X-Content-Type-Options: nosniff
63992
+ - X-MS-InvokeApp: 1; RequireReadOnly
63993
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
63994
+ - Date: Wed, 03 Dec 2014 20:31:33 GMT
63995
+ -
63996
+
63997
+ [EBMMPRIN] SKYDRIVE RESPONSE BODY:
63998
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Shared with Everyone","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone","TimeCreated":"2014-11-19T16:34:55Z","TimeLastModified":"2014-11-19T16:37:50Z","UniqueId":"83da2482-70d2-428b-80fd-9abcbc403386","WelcomePage":""}}
63999
+ [DFUWLUIS] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files
64000
+ [DFUWLUIS] SKYDRIVE REQUEST HEADERS:
64001
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjkwLCJleHAiOjE0MTc2ODE4OTAsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.COvBcN5C7B_VTw6_-a9i85sYFK2slrsIu5S7qse_ZaknPIA2IG9YVdj2vahcWCoMx1VF_C75zSVkcgtK_t2t2ASr_MUYFmfxI6pE1Op_9xFcm0fRwSOJ2dd6gdfZHzy5CjopsM_H-VDRmhz0GuRAHPo8Bg6HdhgE5rZc_N8jIyWBOwKZ3NZRfxv4iAbPICIGbkXghh1HthhFhhSXq6K8o9jpLWZraxyEtIJ8FVDWB30k-B3G9lINkbFCMWuT2x9MP8MQSAiFo-iNsDj7VcCkDL2KxQijqRxXhb1GTtCtr2DBcuAdG2iWRQ4tF1pN0Wznal0unrEOkGO6J8TFkjZXLg
64002
+ - application/json; odata=verbose
64003
+ [DFUWLUIS] SKYDRIVE RESPONSE HEADERS:
64004
+ - HTTP/1.1 200 OK
64005
+ - Cache-Control: private, max-age=0
64006
+ - Transfer-Encoding: chunked
64007
+ - Content-Type: application/json;odata=verbose;charset=utf-8
64008
+ - Expires: Tue, 18 Nov 2014 20:31:34 GMT
64009
+ - Last-Modified: Wed, 03 Dec 2014 20:31:34 GMT
64010
+ - Server: Microsoft-IIS/7.5
64011
+ - X-SharePointHealthScore: 0
64012
+ - X-SP-SERVERSTATE: ReadOnly=0
64013
+ - DATASERVICEVERSION: 3.0
64014
+ - SPClientServiceRequestDuration: 41
64015
+ - X-AspNet-Version: 4.0.30319
64016
+ - SPRequestGuid: 6a40d29c-3061-1000-a3da-f084d85cfbe3
64017
+ - request-id: 6a40d29c-3061-1000-a3da-f084d85cfbe3
64018
+ - X-FRAME-OPTIONS: SAMEORIGIN
64019
+ - X-Powered-By: ASP.NET
64020
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
64021
+ - X-Content-Type-Options: nosniff
64022
+ - X-MS-InvokeApp: 1; RequireReadOnly
64023
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
64024
+ - Date: Wed, 03 Dec 2014 20:31:34 GMT
64025
+ -
64026
+
64027
+ [DFUWLUIS] SKYDRIVE RESPONSE BODY:
64028
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 3.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{5609DC6B-46F3-4FE0-8598-14D78D4F119A},1,2","CustomizedPageStatus":0,"ETag":"\"{5609DC6B-46F3-4FE0-8598-14D78D4F119A},1\"","Exists":true,"Length":"63935","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"LTI 2 - Step 3.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 3.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"5609dc6b-46f3-4fe0-8598-14d78d4f119a"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 2.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{579E6E66-101A-4713-A93D-16E8F518E1F3},1,2","CustomizedPageStatus":0,"ETag":"\"{579E6E66-101A-4713-A93D-16E8F518E1F3},1\"","Exists":true,"Length":"24617","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"LTI 2 - Step 2.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 2.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"579e6e66-101a-4713-a93d-16e8f518e1f3"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 1.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{11CD32DD-AAAC-4F49-BBC5-1CF899EF23E2},1,2","CustomizedPageStatus":0,"ETag":"\"{11CD32DD-AAAC-4F49-BBC5-1CF899EF23E2},1\"","Exists":true,"Length":"33755","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"LTI 2 - Step 1.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 1.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"11cd32dd-aaac-4f49-bbc5-1cf899ef23e2"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Manual Entry.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{E3359F62-F3BB-4D15-8710-838AF4C1190E},1,2","CustomizedPageStatus":0,"ETag":"\"{E3359F62-F3BB-4D15-8710-838AF4C1190E},1\"","Exists":true,"Length":"51895","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"Manual Entry.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Manual Entry.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"e3359f62-f3bb-4d15-8710-838af4c1190e"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/By URL.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{A84C660F-C21A-4789-97C7-B09E3AE5BC94},1,2","CustomizedPageStatus":0,"ETag":"\"{A84C660F-C21A-4789-97C7-B09E3AE5BC94},1\"","Exists":true,"Length":"41637","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"By URL.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/By URL.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"a84c660f-c21a-4789-97c7-b09e3ae5bc94"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Paste XML.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{6DE1E233-412F-426A-83E4-E80CCECD5D27},1,2","CustomizedPageStatus":0,"ETag":"\"{6DE1E233-412F-426A-83E4-E80CCECD5D27},1\"","Exists":true,"Length":"43236","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"Paste XML.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Paste XML.png","TimeCreated":"2014-11-19T16:37:50Z","TimeLastModified":"2014-11-19T16:37:50Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"6de1e233-412f-426a-83e4-e80ccecd5d27"}]}}
64029
+ [CXGAGYWV] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders
64030
+ [CXGAGYWV] SKYDRIVE REQUEST HEADERS:
64031
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4NjkwLCJleHAiOjE0MTc2ODE4OTAsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.COvBcN5C7B_VTw6_-a9i85sYFK2slrsIu5S7qse_ZaknPIA2IG9YVdj2vahcWCoMx1VF_C75zSVkcgtK_t2t2ASr_MUYFmfxI6pE1Op_9xFcm0fRwSOJ2dd6gdfZHzy5CjopsM_H-VDRmhz0GuRAHPo8Bg6HdhgE5rZc_N8jIyWBOwKZ3NZRfxv4iAbPICIGbkXghh1HthhFhhSXq6K8o9jpLWZraxyEtIJ8FVDWB30k-B3G9lINkbFCMWuT2x9MP8MQSAiFo-iNsDj7VcCkDL2KxQijqRxXhb1GTtCtr2DBcuAdG2iWRQ4tF1pN0Wznal0unrEOkGO6J8TFkjZXLg
64032
+ - application/json; odata=verbose
64033
+ [CXGAGYWV] SKYDRIVE RESPONSE HEADERS:
64034
+ - HTTP/1.1 200 OK
64035
+ - Cache-Control: private, max-age=0
64036
+ - Transfer-Encoding: chunked
64037
+ - Content-Type: application/json;odata=verbose;charset=utf-8
64038
+ - Expires: Tue, 18 Nov 2014 20:31:34 GMT
64039
+ - Last-Modified: Wed, 03 Dec 2014 20:31:34 GMT
64040
+ - Server: Microsoft-IIS/7.5
64041
+ - X-SharePointHealthScore: 0
64042
+ - X-SP-SERVERSTATE: ReadOnly=0
64043
+ - DATASERVICEVERSION: 3.0
64044
+ - SPClientServiceRequestDuration: 33
64045
+ - X-AspNet-Version: 4.0.30319
64046
+ - SPRequestGuid: 6a40d29c-907c-1000-a3da-face2bb6bbf1
64047
+ - request-id: 6a40d29c-907c-1000-a3da-face2bb6bbf1
64048
+ - X-FRAME-OPTIONS: SAMEORIGIN
64049
+ - X-Powered-By: ASP.NET
64050
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
64051
+ - X-Content-Type-Options: nosniff
64052
+ - X-MS-InvokeApp: 1; RequireReadOnly
64053
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
64054
+ - Date: Wed, 03 Dec 2014 20:31:34 GMT
64055
+ -
64056
+
64057
+ [CXGAGYWV] SKYDRIVE RESPONSE BODY:
64058
+ {"d":{"results":[]}}
64059
+ Completed 200 OK in 1004ms (Views: 1.3ms | ActiveRecord: 0.3ms)
64060
+
64061
+
64062
+ Started POST "/skydrive/launch" for 127.0.0.1 at 2014-12-03 13:33:21 -0700
64063
+ Processing by Skydrive::LaunchController#basic_launch as HTML
64064
+ Parameters: {"oauth_consumer_key"=>"key", "oauth_signature_method"=>"HMAC-SHA1", "oauth_timestamp"=>"1417638800", "oauth_nonce"=>"YVGu6TGn1i9ca7c2DR7IK7oHzWiDmqjyibELfCjKg", "oauth_version"=>"1.0", "context_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "context_label"=>"LTI", "context_title"=>"LTI Testing", "custom_canvas_api_domain"=>"karl.instructure.com", "custom_canvas_assignment_id"=>"40", "custom_canvas_assignment_points_possible"=>"0", "custom_canvas_assignment_title"=>"Assignment that accepts skydrive", "custom_canvas_course_id"=>"1", "custom_canvas_enrollment_state"=>"active", "custom_canvas_user_id"=>"170000003832906", "custom_canvas_user_login_id"=>"ericb", "custom_sharepoint_client_domain"=>"instructureplatform", "ext_content_file_extensions"=>"png,pdf", "ext_content_intended_use"=>"homework", "ext_content_return_types"=>"file", "ext_content_return_url"=>"https://karl.instructure.com/external_content/success/external_tool_dialog", "ext_roles"=>"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User", "launch_presentation_document_target"=>"iframe", "launch_presentation_height"=>"600", "launch_presentation_locale"=>"en", "launch_presentation_return_url"=>"https://karl.instructure.com/external_content/success/external_tool_dialog", "launch_presentation_width"=>"700", "lis_course_offering_sourcedid"=>"1234", "lis_person_contact_email_primary"=>"ericb@instructure.com", "lis_person_name_family"=>"Berry", "lis_person_name_full"=>"Eric Berry", "lis_person_name_given"=>"Eric", "lti_message_type"=>"basic-lti-launch-request", "lti_version"=>"LTI-1p0", "oauth_callback"=>"about:blank", "resource_link_id"=>"6dea912122e999239a4663d99fc96ee4507a10bd", "resource_link_title"=>"OneDrive Pro (localhost)", "roles"=>"Learner,urn:lti:instrole:ims/lis/Administrator", "tool_consumer_info_product_family_code"=>"canvas", "tool_consumer_info_version"=>"cloud", "tool_consumer_instance_contact_email"=>"notifications@instructure.com", "tool_consumer_instance_guid"=>"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com", "tool_consumer_instance_name"=>"Karl Lloyd Sandbox", "user_id"=>"6c04ace457f1c802ed7ddc76642b26e27003fe7a", "user_image"=>"https://canvas.instructure.com/images/messages/avatar-50.png", "oauth_signature"=>"ws1IwGP69SxeAI3vXNzdR+0tz98="}
64065
+ Skydrive::Account Load (0.2ms) SELECT "skydrive_accounts".* FROM "skydrive_accounts" WHERE "skydrive_accounts"."key" = 'key' ORDER BY "skydrive_accounts"."id" ASC LIMIT 1
64066
+ Skydrive::User Load (1.9ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."account_id" = ? AND "skydrive_users"."username" = '6c04ace457f1c802ed7ddc76642b26e27003fe7a' ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["account_id", 1]]
64067
+ Skydrive::Token Load (0.2ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
64068
+  (0.1ms) begin transaction
64069
+ Skydrive::Token Exists (0.2ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 15 AND "skydrive_tokens"."id" != 44) LIMIT 1
64070
+  (0.1ms) commit transaction
64071
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."user_id" = ? AND (expired_at < '2014-12-03 20:33:22.005593') [["user_id", 15]]
64072
+  (0.1ms) begin transaction
64073
+ SQL (1.9ms) INSERT INTO "skydrive_api_keys" ("created_at", "expired_at", "init_params", "oauth_code", "scope", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 03 Dec 2014 20:33:22 UTC +00:00], ["expired_at", Wed, 03 Dec 2014 21:33:22 UTC +00:00], ["init_params", "{\"oauth_consumer_key\":\"key\",\"oauth_signature_method\":\"HMAC-SHA1\",\"oauth_timestamp\":\"1417638800\",\"oauth_nonce\":\"YVGu6TGn1i9ca7c2DR7IK7oHzWiDmqjyibELfCjKg\",\"oauth_version\":\"1.0\",\"context_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"context_label\":\"LTI\",\"context_title\":\"LTI Testing\",\"custom_canvas_api_domain\":\"karl.instructure.com\",\"custom_canvas_assignment_id\":\"40\",\"custom_canvas_assignment_points_possible\":\"0\",\"custom_canvas_assignment_title\":\"Assignment that accepts skydrive\",\"custom_canvas_course_id\":\"1\",\"custom_canvas_enrollment_state\":\"active\",\"custom_canvas_user_id\":\"170000003832906\",\"custom_canvas_user_login_id\":\"ericb\",\"custom_sharepoint_client_domain\":\"instructureplatform\",\"ext_content_file_extensions\":\"png,pdf\",\"ext_content_intended_use\":\"homework\",\"ext_content_return_types\":\"file\",\"ext_content_return_url\":\"https://karl.instructure.com/external_content/success/external_tool_dialog\",\"ext_roles\":\"urn:lti:instrole:ims/lis/Administrator,urn:lti:instrole:ims/lis/Student,urn:lti:role:ims/lis/Learner,urn:lti:sysrole:ims/lis/SysAdmin,urn:lti:sysrole:ims/lis/User\",\"launch_presentation_document_target\":\"iframe\",\"launch_presentation_height\":\"600\",\"launch_presentation_locale\":\"en\",\"launch_presentation_return_url\":\"https://karl.instructure.com/external_content/success/external_tool_dialog\",\"launch_presentation_width\":\"700\",\"lis_course_offering_sourcedid\":\"1234\",\"lis_person_contact_email_primary\":\"ericb@instructure.com\",\"lis_person_name_family\":\"Berry\",\"lis_person_name_full\":\"Eric Berry\",\"lis_person_name_given\":\"Eric\",\"lti_message_type\":\"basic-lti-launch-request\",\"lti_version\":\"LTI-1p0\",\"oauth_callback\":\"about:blank\",\"resource_link_id\":\"6dea912122e999239a4663d99fc96ee4507a10bd\",\"resource_link_title\":\"OneDrive Pro (localhost)\",\"roles\":\"Learner,urn:lti:instrole:ims/lis/Administrator\",\"tool_consumer_info_product_family_code\":\"canvas\",\"tool_consumer_info_version\":\"cloud\",\"tool_consumer_instance_contact_email\":\"notifications@instructure.com\",\"tool_consumer_instance_guid\":\"7db438071375c02373713c12c73869ff2f470b68.karl.instructure.com\",\"tool_consumer_instance_name\":\"Karl Lloyd Sandbox\",\"user_id\":\"6c04ace457f1c802ed7ddc76642b26e27003fe7a\",\"user_image\":\"https://canvas.instructure.com/images/messages/avatar-50.png\",\"oauth_signature\":\"ws1IwGP69SxeAI3vXNzdR+0tz98=\",\"action\":\"basic_launch\",\"controller\":\"skydrive/launch\"}"], ["oauth_code", "c8f65a1b-37e7-4eef-b387-8d5c6f737158"], ["scope", "session"], ["user_id", 15]]
64074
+  (1.0ms) commit transaction
64075
+ Redirected to https://localhost:3001/skydrive/launch/c8f65a1b-37e7-4eef-b387-8d5c6f737158
64076
+ Completed 302 Found in 72ms (ActiveRecord: 8.4ms)
64077
+
64078
+
64079
+ Started GET "/skydrive/launch/c8f65a1b-37e7-4eef-b387-8d5c6f737158" for 127.0.0.1 at 2014-12-03 13:33:22 -0700
64080
+ Processing by Skydrive::EmberController#index as HTML
64081
+ Parameters: {"path"=>"launch/c8f65a1b-37e7-4eef-b387-8d5c6f737158"}
64082
+ Rendered /Users/ericb/Projects/Instructure/lti_skydrive_engine/app/views/skydrive/ember/index.html.erb within layouts/skydrive/application (96.9ms)
64083
+ Completed 200 OK in 103ms (Views: 103.2ms | ActiveRecord: 0.0ms)
64084
+
64085
+
64086
+ Started GET "/assets/skydrive/bundle.js?body=1" for 127.0.0.1 at 2014-12-03 13:33:22 -0700
64087
+
64088
+
64089
+ Started POST "/skydrive/oauth2/token" for 127.0.0.1 at 2014-12-03 13:33:22 -0700
64090
+ Processing by Skydrive::ApiKeysController#oauth2_token as HTML
64091
+ Parameters: {"code"=>"c8f65a1b-37e7-4eef-b387-8d5c6f737158", "api_key"=>{}}
64092
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE (expired_at >= '2014-12-03 20:33:22.761108') AND "skydrive_api_keys"."oauth_code" = 'c8f65a1b-37e7-4eef-b387-8d5c6f737158' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
64093
+  (0.0ms) begin transaction
64094
+ SQL (0.5ms) UPDATE "skydrive_api_keys" SET "access_token" = ?, "oauth_code" = ? WHERE "skydrive_api_keys"."id" = 382 [["access_token", "62ef4b43-f348-4ff8-9783-66b9ac1cebe7"], ["oauth_code", nil]]
64095
+  (2.1ms) commit transaction
64096
+ Completed 201 Created in 6ms (Views: 0.6ms | ActiveRecord: 2.8ms)
64097
+
64098
+
64099
+ Started GET "/skydrive/api/v1/users/self" for 127.0.0.1 at 2014-12-03 13:33:22 -0700
64100
+ Processing by Skydrive::UsersController#show as HTML
64101
+ Parameters: {"id"=>"self"}
64102
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '62ef4b43-f348-4ff8-9783-66b9ac1cebe7' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
64103
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
64104
+ Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.3ms)
64105
+
64106
+
64107
+ Started GET "/skydrive/api/v1/skydrive_authorized" for 127.0.0.1 at 2014-12-03 13:33:22 -0700
64108
+ Processing by Skydrive::LaunchController#skydrive_authorized as HTML
64109
+ Skydrive::ApiKey Load (0.4ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '62ef4b43-f348-4ff8-9783-66b9ac1cebe7' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
64110
+ Skydrive::User Load (0.2ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
64111
+ Skydrive::Token Load (0.2ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
64112
+ RestClient.get "https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/", "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Authorization"=>"Bearer"
64113
+ # => 401 Unauthorized | application/xml 323 bytes
64114
+ [XSPNORWR] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/_vti_bin/client.svc/
64115
+ [XSPNORWR] SKYDRIVE REQUEST PAYLOAD:
64116
+ [XSPNORWR] SKYDRIVE REQUEST HEADERS:
64117
+ - Bearer
64118
+ [XSPNORWR] SKYDRIVE RESPONSE CODE: 401
64119
+ [XSPNORWR] SKYDRIVE RESPONSE BODY:
64120
+ <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>-2147024891, System.UnauthorizedAccessException</m:code><m:message xml:lang="en-US">Access denied. You do not have permission to perform this action or access this resource.</m:message></m:error>
64121
+ RestClient.post "https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2", 688 byte(s) length, "Accept"=>"*/*; q=0.5, application/xml", "Accept-Encoding"=>"gzip, deflate", "Content-Length"=>"688", "Content-Type"=>"application/x-www-form-urlencoded"
64122
+ # => 200 OK | application/json 1202 bytes
64123
+ [EGQTXAHG] SKYDRIVE REQUEST: https://accounts.accesscontrol.windows.net/b2886a00-7c28-4880-9ef5-eeeb09ca10c7/tokens/OAuth/2
64124
+ [EGQTXAHG] SKYDRIVE REQUEST PAYLOAD:
64125
+ [EGQTXAHG] SKYDRIVE REQUEST HEADERS:
64126
+ -
64127
+ [EGQTXAHG] SKYDRIVE RESPONSE CODE: 200
64128
+ [EGQTXAHG] SKYDRIVE RESPONSE BODY:
64129
+ {"token_type":"Bearer","access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4ODAzLCJleHAiOjE0MTc2ODIwMDMsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.E4AET70DmkII3dzOSuFKHcqb0Kgs02NvQzxexZlJ8LsM2wNWT9w69860IThUHJUYU3v9C_QITuax89oTVzlpdi20_yUSUqGiM0ZiSsboDaVdhiKzzy4RXCskoWPxASkGYFJ_3pOx2fP_LGC7Y3wp6Ln6khBA9wBNNwIpVJUPjIjpcvd5DbRnAh13PvvunbHzRM_aWHbh8kTSlNprs4jda-Yb1_0u7In7jgENc956ecwpXeuR0fgC3BbcGzD0vCvwrkvFm8lOkaMKaMap4wka2tTS-tWDccczpzhpO4hms1RogXalfoqZnq9o6aORqRrh4fsYvVOokPfFkg6lv8HLgg","expires_in":"43199","not_before":"1417638803","expires_on":"1417682003","resource":"00000003-0000-0ff1-ce00-000000000000/instructureplatform-my.sharepoint.com@b2886a00-7c28-4880-9ef5-eeeb09ca10c7"}
64130
+  (0.1ms) begin transaction
64131
+ Skydrive::Token Exists (0.2ms) SELECT 1 AS one FROM "skydrive_tokens" WHERE ("skydrive_tokens"."user_id" = 15 AND "skydrive_tokens"."id" != 44) LIMIT 1
64132
+ SQL (0.4ms) UPDATE "skydrive_tokens" SET "access_token" = ?, "not_before" = ?, "expires_on" = ? WHERE "skydrive_tokens"."id" = 44 [["access_token", "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4ODAzLCJleHAiOjE0MTc2ODIwMDMsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.E4AET70DmkII3dzOSuFKHcqb0Kgs02NvQzxexZlJ8LsM2wNWT9w69860IThUHJUYU3v9C_QITuax89oTVzlpdi20_yUSUqGiM0ZiSsboDaVdhiKzzy4RXCskoWPxASkGYFJ_3pOx2fP_LGC7Y3wp6Ln6khBA9wBNNwIpVJUPjIjpcvd5DbRnAh13PvvunbHzRM_aWHbh8kTSlNprs4jda-Yb1_0u7In7jgENc956ecwpXeuR0fgC3BbcGzD0vCvwrkvFm8lOkaMKaMap4wka2tTS-tWDccczpzhpO4hms1RogXalfoqZnq9o6aORqRrh4fsYvVOokPfFkg6lv8HLgg"], ["not_before", Wed, 03 Dec 2014 20:33:23 UTC +00:00], ["expires_on", Thu, 04 Dec 2014 08:33:23 UTC +00:00]]
64133
+  (0.6ms) commit transaction
64134
+ Completed 201 Created in 628ms (Views: 0.1ms | ActiveRecord: 2.1ms)
64135
+
64136
+
64137
+ Started GET "/skydrive/api/v1/files/?uri=root" for 127.0.0.1 at 2014-12-03 13:33:23 -0700
64138
+ Processing by Skydrive::FilesController#index as */*
64139
+ Parameters: {"uri"=>"root"}
64140
+ Skydrive::ApiKey Load (0.5ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '62ef4b43-f348-4ff8-9783-66b9ac1cebe7' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
64141
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
64142
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
64143
+ [VDKPIXRC] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/web/lists/Documents/
64144
+ [VDKPIXRC] SKYDRIVE REQUEST HEADERS:
64145
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4ODAzLCJleHAiOjE0MTc2ODIwMDMsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.E4AET70DmkII3dzOSuFKHcqb0Kgs02NvQzxexZlJ8LsM2wNWT9w69860IThUHJUYU3v9C_QITuax89oTVzlpdi20_yUSUqGiM0ZiSsboDaVdhiKzzy4RXCskoWPxASkGYFJ_3pOx2fP_LGC7Y3wp6Ln6khBA9wBNNwIpVJUPjIjpcvd5DbRnAh13PvvunbHzRM_aWHbh8kTSlNprs4jda-Yb1_0u7In7jgENc956ecwpXeuR0fgC3BbcGzD0vCvwrkvFm8lOkaMKaMap4wka2tTS-tWDccczpzhpO4hms1RogXalfoqZnq9o6aORqRrh4fsYvVOokPfFkg6lv8HLgg
64146
+ - application/json; odata=verbose
64147
+ [VDKPIXRC] SKYDRIVE RESPONSE HEADERS:
64148
+ - HTTP/1.1 200 OK
64149
+ - Cache-Control: private, max-age=0
64150
+ - Transfer-Encoding: chunked
64151
+ - Content-Type: application/json;odata=verbose;charset=utf-8
64152
+ - Expires: Tue, 18 Nov 2014 20:33:23 GMT
64153
+ - Last-Modified: Wed, 03 Dec 2014 20:33:23 GMT
64154
+ - ETag: "2"
64155
+ - Server: Microsoft-IIS/7.5
64156
+ - X-SharePointHealthScore: 0
64157
+ - X-SP-SERVERSTATE: ReadOnly=0
64158
+ - DATASERVICEVERSION: 3.0
64159
+ - SPClientServiceRequestDuration: 52
64160
+ - X-AspNet-Version: 4.0.30319
64161
+ - SPRequestGuid: 8540d29c-301b-1000-a3da-ffc46496c19a
64162
+ - request-id: 8540d29c-301b-1000-a3da-ffc46496c19a
64163
+ - X-FRAME-OPTIONS: SAMEORIGIN
64164
+ - X-Powered-By: ASP.NET
64165
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
64166
+ - X-Content-Type-Options: nosniff
64167
+ - X-MS-InvokeApp: 1; RequireReadOnly
64168
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
64169
+ - Date: Wed, 03 Dec 2014 20:33:23 GMT
64170
+ -
64171
+
64172
+ [VDKPIXRC] SKYDRIVE RESPONSE BODY:
64173
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')","etag":"\"2\"","type":"SP.List"},"FirstUniqueAncestorSecurableObject":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/FirstUniqueAncestorSecurableObject"}},"RoleAssignments":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RoleAssignments"}},"ContentTypes":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ContentTypes"}},"CreatablesInfo":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/CreatablesInfo"}},"DefaultView":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DefaultView"}},"DescriptionResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/DescriptionResource"}},"EventReceivers":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/EventReceivers"}},"Fields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Fields"}},"Forms":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Forms"}},"InformationRightsManagementSettings":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/InformationRightsManagementSettings"}},"Items":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Items"}},"ParentWeb":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/ParentWeb"}},"RootFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder"}},"TitleResource":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/TitleResource"}},"UserCustomActions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/UserCustomActions"}},"Views":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/Views"}},"WorkflowAssociations":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/WorkflowAssociations"}},"AllowContentTypes":true,"BaseTemplate":700,"BaseType":1,"ContentTypesEnabled":false,"CrawlNonDefaultViews":false,"Created":"2014-11-18T22:05:40Z","DefaultContentApprovalWorkflowId":"00000000-0000-0000-0000-000000000000","Description":"","Direction":"none","DocumentTemplateUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms/template.dotx","DraftVersionVisibility":0,"EnableAttachments":false,"EnableFolderCreation":true,"EnableMinorVersions":false,"EnableModeration":false,"EnableVersioning":true,"EntityTypeName":"Documents","ForceCheckout":false,"HasExternalDataSource":false,"Hidden":false,"Id":"e9615701-62f7-4d95-8475-9ea66bf1a1cc","ImageUrl":"/_layouts/15/images/itdl.png?rev=38","IrmEnabled":false,"IrmExpire":false,"IrmReject":false,"IsApplicationList":false,"IsCatalog":false,"IsPrivate":false,"ItemCount":13,"LastItemDeletedDate":"2014-11-18T22:05:40Z","LastItemModifiedDate":"2014-11-19T16:37:50Z","ListItemEntityTypeFullName":"SP.Data.DocumentsItem","MajorVersionLimit":0,"MajorWithMinorVersionsLimit":0,"MultipleDataList":false,"NoCrawl":false,"ParentWebUrl":"/personal/ericb_instructureplatform_onmicrosoft_com","ParserDisabled":false,"ServerTemplateCanCreateFolders":true,"TemplateFeatureId":"e9c0ff81-d821-4771-8b4c-246aa7e5e9eb","Title":"Documents"}}
64174
+ [ZNNLBTTU] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/Lists(guid'e9615701-62f7-4d95-8475-9ea66bf1a1cc')/RootFolder
64175
+ [ZNNLBTTU] SKYDRIVE REQUEST HEADERS:
64176
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4ODAzLCJleHAiOjE0MTc2ODIwMDMsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.E4AET70DmkII3dzOSuFKHcqb0Kgs02NvQzxexZlJ8LsM2wNWT9w69860IThUHJUYU3v9C_QITuax89oTVzlpdi20_yUSUqGiM0ZiSsboDaVdhiKzzy4RXCskoWPxASkGYFJ_3pOx2fP_LGC7Y3wp6Ln6khBA9wBNNwIpVJUPjIjpcvd5DbRnAh13PvvunbHzRM_aWHbh8kTSlNprs4jda-Yb1_0u7In7jgENc956ecwpXeuR0fgC3BbcGzD0vCvwrkvFm8lOkaMKaMap4wka2tTS-tWDccczpzhpO4hms1RogXalfoqZnq9o6aORqRrh4fsYvVOokPfFkg6lv8HLgg
64177
+ - application/json; odata=verbose
64178
+ [ZNNLBTTU] SKYDRIVE RESPONSE HEADERS:
64179
+ - HTTP/1.1 200 OK
64180
+ - Cache-Control: private, max-age=0
64181
+ - Transfer-Encoding: chunked
64182
+ - Content-Type: application/json;odata=verbose;charset=utf-8
64183
+ - Expires: Tue, 18 Nov 2014 20:33:24 GMT
64184
+ - Last-Modified: Wed, 03 Dec 2014 20:33:24 GMT
64185
+ - Server: Microsoft-IIS/7.5
64186
+ - X-SharePointHealthScore: 0
64187
+ - X-SP-SERVERSTATE: ReadOnly=0
64188
+ - DATASERVICEVERSION: 3.0
64189
+ - SPClientServiceRequestDuration: 35
64190
+ - X-AspNet-Version: 4.0.30319
64191
+ - SPRequestGuid: 8540d29c-d04a-1000-a3da-fa50cc703dbd
64192
+ - request-id: 8540d29c-d04a-1000-a3da-fa50cc703dbd
64193
+ - X-FRAME-OPTIONS: SAMEORIGIN
64194
+ - X-Powered-By: ASP.NET
64195
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
64196
+ - X-Content-Type-Options: nosniff
64197
+ - X-MS-InvokeApp: 1; RequireReadOnly
64198
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
64199
+ - Date: Wed, 03 Dec 2014 20:33:24 GMT
64200
+ -
64201
+
64202
+ [ZNNLBTTU] SKYDRIVE RESPONSE BODY:
64203
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Documents","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-19T16:36:51Z","UniqueId":"bfbf6722-aed4-442d-a212-6f832edaec7a","WelcomePage":""}}
64204
+ [AETHLGOV] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Files
64205
+ [AETHLGOV] SKYDRIVE REQUEST HEADERS:
64206
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4ODAzLCJleHAiOjE0MTc2ODIwMDMsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.E4AET70DmkII3dzOSuFKHcqb0Kgs02NvQzxexZlJ8LsM2wNWT9w69860IThUHJUYU3v9C_QITuax89oTVzlpdi20_yUSUqGiM0ZiSsboDaVdhiKzzy4RXCskoWPxASkGYFJ_3pOx2fP_LGC7Y3wp6Ln6khBA9wBNNwIpVJUPjIjpcvd5DbRnAh13PvvunbHzRM_aWHbh8kTSlNprs4jda-Yb1_0u7In7jgENc956ecwpXeuR0fgC3BbcGzD0vCvwrkvFm8lOkaMKaMap4wka2tTS-tWDccczpzhpO4hms1RogXalfoqZnq9o6aORqRrh4fsYvVOokPfFkg6lv8HLgg
64207
+ - application/json; odata=verbose
64208
+ [AETHLGOV] SKYDRIVE RESPONSE HEADERS:
64209
+ - HTTP/1.1 200 OK
64210
+ - Cache-Control: private, max-age=0
64211
+ - Transfer-Encoding: chunked
64212
+ - Content-Type: application/json;odata=verbose;charset=utf-8
64213
+ - Expires: Tue, 18 Nov 2014 20:33:24 GMT
64214
+ - Last-Modified: Wed, 03 Dec 2014 20:33:24 GMT
64215
+ - Server: Microsoft-IIS/7.5
64216
+ - X-SharePointHealthScore: 0
64217
+ - X-SP-SERVERSTATE: ReadOnly=0
64218
+ - DATASERVICEVERSION: 3.0
64219
+ - SPClientServiceRequestDuration: 37
64220
+ - X-AspNet-Version: 4.0.30319
64221
+ - SPRequestGuid: 8540d29c-6059-1000-a3da-f6d809833591
64222
+ - request-id: 8540d29c-6059-1000-a3da-f6d809833591
64223
+ - X-FRAME-OPTIONS: SAMEORIGIN
64224
+ - X-Powered-By: ASP.NET
64225
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
64226
+ - X-Content-Type-Options: nosniff
64227
+ - X-MS-InvokeApp: 1; RequireReadOnly
64228
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
64229
+ - Date: Wed, 03 Dec 2014 20:33:24 GMT
64230
+ -
64231
+
64232
+ [AETHLGOV] SKYDRIVE RESPONSE BODY:
64233
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{E9C42D82-0B9B-4B70-9575-65207356F092},1,1","CustomizedPageStatus":0,"ETag":"\"{E9C42D82-0B9B-4B70-9575-65207356F092},1\"","Exists":true,"Length":"1724","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/_react_modal_new-0eee78d8b5c4d515ca02e52c0ab934f5b00dae58.scss","TimeCreated":"2014-11-19T16:36:51Z","TimeLastModified":"2014-11-19T16:36:51Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"e9c42d82-0b9b-4b70-9575-65207356f092"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1,2","CustomizedPageStatus":0,"ETag":"\"{2C377FCD-51AE-4AAC-89E8-D8E0FEA6EF71},1\"","Exists":true,"Length":"11324","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"cavneb-gmail-com_1_1_flickr-logo.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/cavneb-gmail-com_1_1_flickr-logo.jpg","TimeCreated":"2014-11-19T16:35:23Z","TimeLastModified":"2014-11-19T16:35:23Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"2c377fcd-51ae-4aac-89e8-d8e0fea6ef71"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1,2","CustomizedPageStatus":0,"ETag":"\"{03EFD0A6-11EB-4E88-98A8-E910F5C88029},1\"","Exists":true,"Length":"34296","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"1505125_10152761955082564_5476862585517437071_n.jpg","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/1505125_10152761955082564_5476862585517437071_n.jpg","TimeCreated":"2014-11-19T16:35:29Z","TimeLastModified":"2014-11-19T16:35:29Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"03efd0a6-11eb-4e88-98a8-e910f5c88029"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{85E5336E-F84F-4E10-9D74-EF29149302A8},1,1","CustomizedPageStatus":0,"ETag":"\"{85E5336E-F84F-4E10-9D74-EF29149302A8},1\"","Exists":true,"Length":"80","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"app.js","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/app.js","TimeCreated":"2014-11-19T16:36:27Z","TimeLastModified":"2014-11-19T16:36:27Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"85e5336e-f84f-4e10-9d74-ef29149302a8"}]}}
64234
+ [TQWGVDSE] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents')/Folders
64235
+ [TQWGVDSE] SKYDRIVE REQUEST HEADERS:
64236
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4ODAzLCJleHAiOjE0MTc2ODIwMDMsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.E4AET70DmkII3dzOSuFKHcqb0Kgs02NvQzxexZlJ8LsM2wNWT9w69860IThUHJUYU3v9C_QITuax89oTVzlpdi20_yUSUqGiM0ZiSsboDaVdhiKzzy4RXCskoWPxASkGYFJ_3pOx2fP_LGC7Y3wp6Ln6khBA9wBNNwIpVJUPjIjpcvd5DbRnAh13PvvunbHzRM_aWHbh8kTSlNprs4jda-Yb1_0u7In7jgENc956ecwpXeuR0fgC3BbcGzD0vCvwrkvFm8lOkaMKaMap4wka2tTS-tWDccczpzhpO4hms1RogXalfoqZnq9o6aORqRrh4fsYvVOokPfFkg6lv8HLgg
64237
+ - application/json; odata=verbose
64238
+ [TQWGVDSE] SKYDRIVE RESPONSE HEADERS:
64239
+ - HTTP/1.1 200 OK
64240
+ - Cache-Control: private, max-age=0
64241
+ - Transfer-Encoding: chunked
64242
+ - Content-Type: application/json;odata=verbose;charset=utf-8
64243
+ - Expires: Tue, 18 Nov 2014 20:33:25 GMT
64244
+ - Last-Modified: Wed, 03 Dec 2014 20:33:25 GMT
64245
+ - Server: Microsoft-IIS/7.5
64246
+ - X-SharePointHealthScore: 0
64247
+ - X-SP-SERVERSTATE: ReadOnly=0
64248
+ - DATASERVICEVERSION: 3.0
64249
+ - SPClientServiceRequestDuration: 38
64250
+ - X-AspNet-Version: 4.0.30319
64251
+ - SPRequestGuid: 8540d29c-f06a-1000-a3da-f18d484b1015
64252
+ - request-id: 8540d29c-f06a-1000-a3da-f18d484b1015
64253
+ - X-FRAME-OPTIONS: SAMEORIGIN
64254
+ - X-Powered-By: ASP.NET
64255
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
64256
+ - X-Content-Type-Options: nosniff
64257
+ - X-MS-InvokeApp: 1; RequireReadOnly
64258
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
64259
+ - Date: Wed, 03 Dec 2014 20:33:24 GMT
64260
+ -
64261
+
64262
+ [TQWGVDSE] SKYDRIVE RESPONSE BODY:
64263
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff')/Folders"}},"Exists":true,"ItemCount":1,"Name":"Stuff","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Stuff","TimeCreated":"2014-11-19T16:35:51Z","TimeLastModified":"2014-11-19T16:35:59Z","UniqueId":"9209c389-d167-4757-9b7c-918a7b80c433","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Shared with Everyone","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone","TimeCreated":"2014-11-19T16:34:55Z","TimeLastModified":"2014-11-19T16:37:50Z","UniqueId":"83da2482-70d2-428b-80fd-9abcbc403386","WelcomePage":""},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms')/Folders"}},"Exists":true,"ItemCount":0,"Name":"Forms","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Forms","TimeCreated":"2014-11-18T22:05:40Z","TimeLastModified":"2014-11-18T22:05:40Z","UniqueId":"08531851-69bf-49fa-922f-e8b2a3abf2fc","WelcomePage":""}]}}
64264
+ Completed 200 OK in 1690ms (Views: 2.0ms | ActiveRecord: 0.8ms)
64265
+
64266
+
64267
+ Started GET "/skydrive/api/v1/files/?uri=https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl(%27/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone%27)" for 127.0.0.1 at 2014-12-03 13:33:28 -0700
64268
+ Processing by Skydrive::FilesController#index as */*
64269
+ Parameters: {"uri"=>"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')"}
64270
+ Skydrive::ApiKey Load (0.2ms) SELECT "skydrive_api_keys".* FROM "skydrive_api_keys" WHERE "skydrive_api_keys"."access_token" = '62ef4b43-f348-4ff8-9783-66b9ac1cebe7' ORDER BY "skydrive_api_keys"."id" ASC LIMIT 1
64271
+ Skydrive::User Load (0.1ms) SELECT "skydrive_users".* FROM "skydrive_users" WHERE "skydrive_users"."id" = ? ORDER BY "skydrive_users"."id" ASC LIMIT 1 [["id", 15]]
64272
+ Skydrive::Token Load (0.1ms) SELECT "skydrive_tokens".* FROM "skydrive_tokens" WHERE "skydrive_tokens"."user_id" = ? ORDER BY "skydrive_tokens"."id" ASC LIMIT 1 [["user_id", 15]]
64273
+ [DZPQRGJU] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')
64274
+ [DZPQRGJU] SKYDRIVE REQUEST HEADERS:
64275
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4ODAzLCJleHAiOjE0MTc2ODIwMDMsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.E4AET70DmkII3dzOSuFKHcqb0Kgs02NvQzxexZlJ8LsM2wNWT9w69860IThUHJUYU3v9C_QITuax89oTVzlpdi20_yUSUqGiM0ZiSsboDaVdhiKzzy4RXCskoWPxASkGYFJ_3pOx2fP_LGC7Y3wp6Ln6khBA9wBNNwIpVJUPjIjpcvd5DbRnAh13PvvunbHzRM_aWHbh8kTSlNprs4jda-Yb1_0u7In7jgENc956ecwpXeuR0fgC3BbcGzD0vCvwrkvFm8lOkaMKaMap4wka2tTS-tWDccczpzhpO4hms1RogXalfoqZnq9o6aORqRrh4fsYvVOokPfFkg6lv8HLgg
64276
+ - application/json; odata=verbose
64277
+ [DZPQRGJU] SKYDRIVE RESPONSE HEADERS:
64278
+ - HTTP/1.1 200 OK
64279
+ - Cache-Control: private, max-age=0
64280
+ - Transfer-Encoding: chunked
64281
+ - Content-Type: application/json;odata=verbose;charset=utf-8
64282
+ - Expires: Tue, 18 Nov 2014 20:33:28 GMT
64283
+ - Last-Modified: Wed, 03 Dec 2014 20:33:28 GMT
64284
+ - Server: Microsoft-IIS/7.5
64285
+ - X-SharePointHealthScore: 0
64286
+ - X-SP-SERVERSTATE: ReadOnly=0
64287
+ - DATASERVICEVERSION: 3.0
64288
+ - SPClientServiceRequestDuration: 31
64289
+ - X-AspNet-Version: 4.0.30319
64290
+ - SPRequestGuid: 8640d29c-b031-1000-a3da-ff109029b6ff
64291
+ - request-id: 8640d29c-b031-1000-a3da-ff109029b6ff
64292
+ - X-FRAME-OPTIONS: SAMEORIGIN
64293
+ - X-Powered-By: ASP.NET
64294
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
64295
+ - X-Content-Type-Options: nosniff
64296
+ - X-MS-InvokeApp: 1; RequireReadOnly
64297
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
64298
+ - Date: Wed, 03 Dec 2014 20:33:27 GMT
64299
+ -
64300
+
64301
+ [DZPQRGJU] SKYDRIVE RESPONSE BODY:
64302
+ {"d":{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')","type":"SP.Folder"},"Files":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ListItemAllFields"}},"ParentFolder":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/ParentFolder"}},"Properties":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Properties"}},"Folders":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders"}},"Exists":true,"ItemCount":6,"Name":"Shared with Everyone","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone","TimeCreated":"2014-11-19T16:34:55Z","TimeLastModified":"2014-11-19T16:37:50Z","UniqueId":"83da2482-70d2-428b-80fd-9abcbc403386","WelcomePage":""}}
64303
+ [YQTIKGSD] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Files
64304
+ [YQTIKGSD] SKYDRIVE REQUEST HEADERS:
64305
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4ODAzLCJleHAiOjE0MTc2ODIwMDMsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.E4AET70DmkII3dzOSuFKHcqb0Kgs02NvQzxexZlJ8LsM2wNWT9w69860IThUHJUYU3v9C_QITuax89oTVzlpdi20_yUSUqGiM0ZiSsboDaVdhiKzzy4RXCskoWPxASkGYFJ_3pOx2fP_LGC7Y3wp6Ln6khBA9wBNNwIpVJUPjIjpcvd5DbRnAh13PvvunbHzRM_aWHbh8kTSlNprs4jda-Yb1_0u7In7jgENc956ecwpXeuR0fgC3BbcGzD0vCvwrkvFm8lOkaMKaMap4wka2tTS-tWDccczpzhpO4hms1RogXalfoqZnq9o6aORqRrh4fsYvVOokPfFkg6lv8HLgg
64306
+ - application/json; odata=verbose
64307
+ [YQTIKGSD] SKYDRIVE RESPONSE HEADERS:
64308
+ - HTTP/1.1 200 OK
64309
+ - Cache-Control: private, max-age=0
64310
+ - Transfer-Encoding: chunked
64311
+ - Content-Type: application/json;odata=verbose;charset=utf-8
64312
+ - Expires: Tue, 18 Nov 2014 20:33:28 GMT
64313
+ - Last-Modified: Wed, 03 Dec 2014 20:33:28 GMT
64314
+ - Server: Microsoft-IIS/7.5
64315
+ - X-SharePointHealthScore: 0
64316
+ - X-SP-SERVERSTATE: ReadOnly=0
64317
+ - DATASERVICEVERSION: 3.0
64318
+ - SPClientServiceRequestDuration: 42
64319
+ - X-AspNet-Version: 4.0.30319
64320
+ - SPRequestGuid: 8640d29c-7034-1000-a3da-ffcec2fc63c9
64321
+ - request-id: 8640d29c-7034-1000-a3da-ffcec2fc63c9
64322
+ - X-FRAME-OPTIONS: SAMEORIGIN
64323
+ - X-Powered-By: ASP.NET
64324
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
64325
+ - X-Content-Type-Options: nosniff
64326
+ - X-MS-InvokeApp: 1; RequireReadOnly
64327
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
64328
+ - Date: Wed, 03 Dec 2014 20:33:28 GMT
64329
+ -
64330
+
64331
+ [YQTIKGSD] SKYDRIVE RESPONSE BODY:
64332
+ {"d":{"results":[{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 3.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%203.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{5609DC6B-46F3-4FE0-8598-14D78D4F119A},1,2","CustomizedPageStatus":0,"ETag":"\"{5609DC6B-46F3-4FE0-8598-14D78D4F119A},1\"","Exists":true,"Length":"63935","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"LTI 2 - Step 3.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 3.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"5609dc6b-46f3-4fe0-8598-14d78d4f119a"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 2.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%202.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{579E6E66-101A-4713-A93D-16E8F518E1F3},1,2","CustomizedPageStatus":0,"ETag":"\"{579E6E66-101A-4713-A93D-16E8F518E1F3},1\"","Exists":true,"Length":"24617","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"LTI 2 - Step 2.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 2.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"579e6e66-101a-4713-a93d-16e8f518e1f3"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 1.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/LTI%202%20-%20Step%201.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{11CD32DD-AAAC-4F49-BBC5-1CF899EF23E2},1,2","CustomizedPageStatus":0,"ETag":"\"{11CD32DD-AAAC-4F49-BBC5-1CF899EF23E2},1\"","Exists":true,"Length":"33755","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"LTI 2 - Step 1.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/LTI 2 - Step 1.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"11cd32dd-aaac-4f49-bbc5-1cf899ef23e2"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Manual Entry.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Manual%20Entry.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{E3359F62-F3BB-4D15-8710-838AF4C1190E},1,2","CustomizedPageStatus":0,"ETag":"\"{E3359F62-F3BB-4D15-8710-838AF4C1190E},1\"","Exists":true,"Length":"51895","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"Manual Entry.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Manual Entry.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"e3359f62-f3bb-4d15-8710-838af4c1190e"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/By URL.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/By%20URL.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{A84C660F-C21A-4789-97C7-B09E3AE5BC94},1,2","CustomizedPageStatus":0,"ETag":"\"{A84C660F-C21A-4789-97C7-B09E3AE5BC94},1\"","Exists":true,"Length":"41637","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"By URL.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/By URL.png","TimeCreated":"2014-11-19T16:37:49Z","TimeLastModified":"2014-11-19T16:37:49Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"a84c660f-c21a-4789-97c7-b09e3ae5bc94"},{"__metadata":{"id":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Paste XML.png')","uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')","type":"SP.File"},"Author":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/Author"}},"CheckedOutByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/CheckedOutByUser"}},"ListItemAllFields":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/ListItemAllFields"}},"LockedByUser":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/LockedByUser"}},"ModifiedBy":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/ModifiedBy"}},"Versions":{"__deferred":{"uri":"https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFileByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone/Paste%20XML.png')/Versions"}},"CheckInComment":"","CheckOutType":2,"ContentTag":"{6DE1E233-412F-426A-83E4-E80CCECD5D27},1,2","CustomizedPageStatus":0,"ETag":"\"{6DE1E233-412F-426A-83E4-E80CCECD5D27},1\"","Exists":true,"Length":"43236","Level":1,"LinkingUrl":"","MajorVersion":1,"MinorVersion":0,"Name":"Paste XML.png","ServerRelativeUrl":"/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared with Everyone/Paste XML.png","TimeCreated":"2014-11-19T16:37:50Z","TimeLastModified":"2014-11-19T16:37:50Z","Title":null,"UIVersion":512,"UIVersionLabel":"1.0","UniqueId":"6de1e233-412f-426a-83e4-e80ccecd5d27"}]}}
64333
+ [DOJTIOPI] SKYDRIVE REQUEST: https://instructureplatform-my.sharepoint.com/personal/ericb_instructureplatform_onmicrosoft_com/_api/Web/GetFolderByServerRelativeUrl('/personal/ericb_instructureplatform_onmicrosoft_com/Documents/Shared%20with%20Everyone')/Folders
64334
+ [DOJTIOPI] SKYDRIVE REQUEST HEADERS:
64335
+ - Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImtyaU1QZG1Cdng2OHNrVDgtbVBBQjNCc2VlQSJ9.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvaW5zdHJ1Y3R1cmVwbGF0Zm9ybS1teS5zaGFyZXBvaW50LmNvbUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpc3MiOiIwMDAwMDAwMS0wMDAwLTAwMDAtYzAwMC0wMDAwMDAwMDAwMDBAYjI4ODZhMDAtN2MyOC00ODgwLTllZjUtZWVlYjA5Y2ExMGM3IiwibmJmIjoxNDE3NjM4ODAzLCJleHAiOjE0MTc2ODIwMDMsIm5hbWVpZCI6IjEwMDMzZmZmOGMyYzNkMjAiLCJhY3RvciI6IjIxNDY2MjdmLWVlZDUtNGFmMC1iNTMzLTkwNDUzNTYwNjdhMUBiMjg4NmEwMC03YzI4LTQ4ODAtOWVmNS1lZWViMDljYTEwYzciLCJpZGVudGl0eXByb3ZpZGVyIjoidXJuOmZlZGVyYXRpb246bWljcm9zb2Z0b25saW5lIn0.E4AET70DmkII3dzOSuFKHcqb0Kgs02NvQzxexZlJ8LsM2wNWT9w69860IThUHJUYU3v9C_QITuax89oTVzlpdi20_yUSUqGiM0ZiSsboDaVdhiKzzy4RXCskoWPxASkGYFJ_3pOx2fP_LGC7Y3wp6Ln6khBA9wBNNwIpVJUPjIjpcvd5DbRnAh13PvvunbHzRM_aWHbh8kTSlNprs4jda-Yb1_0u7In7jgENc956ecwpXeuR0fgC3BbcGzD0vCvwrkvFm8lOkaMKaMap4wka2tTS-tWDccczpzhpO4hms1RogXalfoqZnq9o6aORqRrh4fsYvVOokPfFkg6lv8HLgg
64336
+ - application/json; odata=verbose
64337
+ [DOJTIOPI] SKYDRIVE RESPONSE HEADERS:
64338
+ - HTTP/1.1 200 OK
64339
+ - Cache-Control: private, max-age=0
64340
+ - Transfer-Encoding: chunked
64341
+ - Content-Type: application/json;odata=verbose;charset=utf-8
64342
+ - Expires: Tue, 18 Nov 2014 20:33:29 GMT
64343
+ - Last-Modified: Wed, 03 Dec 2014 20:33:29 GMT
64344
+ - Server: Microsoft-IIS/7.5
64345
+ - X-SharePointHealthScore: 0
64346
+ - X-SP-SERVERSTATE: ReadOnly=0
64347
+ - DATASERVICEVERSION: 3.0
64348
+ - SPClientServiceRequestDuration: 36
64349
+ - X-AspNet-Version: 4.0.30319
64350
+ - SPRequestGuid: 8640d29c-b064-1000-a3da-f443b59e1049
64351
+ - request-id: 8640d29c-b064-1000-a3da-f443b59e1049
64352
+ - X-FRAME-OPTIONS: SAMEORIGIN
64353
+ - X-Powered-By: ASP.NET
64354
+ - MicrosoftSharePointTeamServices: 16.0.0.3431
64355
+ - X-Content-Type-Options: nosniff
64356
+ - X-MS-InvokeApp: 1; RequireReadOnly
64357
+ - P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
64358
+ - Date: Wed, 03 Dec 2014 20:33:28 GMT
64359
+ -
64360
+
64361
+ [DOJTIOPI] SKYDRIVE RESPONSE BODY:
64362
+ {"d":{"results":[]}}
64363
+ Completed 200 OK in 957ms (Views: 2.5ms | ActiveRecord: 0.4ms)