[PR #35] [MERGED] Multipart.file.upload.support #493

Closed
opened 2026-03-03 16:49:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/35
Author: @corinnekrych
Created: 3/17/2015
Status: Merged
Merged: 3/21/2015
Merged by: @dongri

Base: masterHead: multipart.file.ipload.support


📝 Commits (5)

📊 Changes

9 files changed (+180 additions, -44 deletions)

View changed files

📝 OAuthSwift/OAuth2Swift.swift (+1 -0)
📝 OAuthSwift/OAuthSwiftClient.swift (+73 -0)
📝 OAuthSwift/OAuthSwiftCredential.swift (+2 -0)
📝 OAuthSwift/OAuthSwiftHTTPRequest.swift (+52 -42)
📝 OAuthSwiftDemo/AppDelegate.swift (+3 -0)
📝 OAuthSwiftDemo/Constants.swift (+5 -0)
📝 OAuthSwiftDemo/Info.plist (+2 -1)
📝 OAuthSwiftDemo/ViewController.swift (+41 -1)
📝 README.md (+1 -0)

📄 Description

This PR adds

  • OAuth2 GoogleDrive support
  • and its demo (a bit more configuration is required for url schema matching bundle id)
  • multi-part upload

Review on Reviewable


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OAuthSwift/OAuthSwift/pull/35 **Author:** [@corinnekrych](https://github.com/corinnekrych) **Created:** 3/17/2015 **Status:** ✅ Merged **Merged:** 3/21/2015 **Merged by:** [@dongri](https://github.com/dongri) **Base:** `master` ← **Head:** `multipart.file.ipload.support` --- ### 📝 Commits (5) - [`baeb36d`](https://github.com/OAuthSwift/OAuthSwift/commit/baeb36db95a90e827d7d987b1bc5cab583e72f9f) Add multipart ypload support for oauth2 post - [`c1761be`](https://github.com/OAuthSwift/OAuthSwift/commit/c1761be2fffe610ddc3393869978a7c9d869373e) add google upload exemple - [`dc35b8f`](https://github.com/OAuthSwift/OAuthSwift/commit/dc35b8fb7f9e04ff129316d936ddd796b3342ee2) add googleDrive ref doc - [`400df8e`](https://github.com/OAuthSwift/OAuthSwift/commit/400df8e1d54894052907525c2e70e1de3a9c32bd) rename to google drive - [`9fbe67c`](https://github.com/OAuthSwift/OAuthSwift/commit/9fbe67c879dbbf478633868f5ce754bf3d339c41) clan plist ### 📊 Changes **9 files changed** (+180 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift/OAuth2Swift.swift` (+1 -0) 📝 `OAuthSwift/OAuthSwiftClient.swift` (+73 -0) 📝 `OAuthSwift/OAuthSwiftCredential.swift` (+2 -0) 📝 `OAuthSwift/OAuthSwiftHTTPRequest.swift` (+52 -42) 📝 `OAuthSwiftDemo/AppDelegate.swift` (+3 -0) 📝 `OAuthSwiftDemo/Constants.swift` (+5 -0) 📝 `OAuthSwiftDemo/Info.plist` (+2 -1) 📝 `OAuthSwiftDemo/ViewController.swift` (+41 -1) 📝 `README.md` (+1 -0) </details> ### 📄 Description This PR adds - OAuth2 GoogleDrive support - and its demo (a bit more configuration is required for url schema matching bundle id) - multi-part upload <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/dongri/oauthswift/35) <!-- Reviewable:end --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:49:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#493
No description provided.